2024-05-04T22:21:15.270 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-04T22:21:15.270 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769 --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} -- /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/orig.config.yaml 2024-05-04T22:21:15.297 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-04T22:21:15.373 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769 branch: wip-yuri8-testing-2024-05-01-1547 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7687769' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-05-01-1547 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: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 workunit: branch: wip-yuri8-testing-2024-05-01-1547 sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 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: 3910 sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-05-01-1547 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 targets: smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJgViBbY1cpNCxge6EYe7RoduFXzr5Mw4hEUiuV0dYXaqDjGaa5BH0Kf6mgF88biLJLZZsN6Lb93x5l85LUvmv8= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHZ2t06AMzVnJCb+Zw3njBthTWxIuYYQG7zxX1mKHk+mpy+TiLra33IMDQiea8saR1oDspJshUcdWl8zsMJtnFM= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBERPqOac/IKOEjIswlz3s+T/bdezkH5R9OvqjZhUGFJPT81dVJqNg76Ejo5UwM1YlvAleLWVwClb4Du3ZsM+52A= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_15:37:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-04T22:21:15.373 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa; will attempt to use it 2024-05-04T22:21:15.374 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/qa/tasks 2024-05-04T22:21:15.374 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-04T22:21:15.375 INFO:teuthology.task.internal:Checking packages... 2024-05-04T22:21:15.396 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16' 2024-05-04T22:21:15.396 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-04T22:21:15.396 INFO:teuthology.packaging:ref: None 2024-05-04T22:21:15.396 INFO:teuthology.packaging:tag: None 2024-05-04T22:21:15.396 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-05-01-1547 2024-05-04T22:21:15.397 INFO:teuthology.packaging:sha1: 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:21:15.397 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri8-testing-2024-05-01-1547 2024-05-04T22:21:15.622 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:21:15.623 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-04T22:21:15.630 INFO:teuthology.task.internal:no buildpackages task found 2024-05-04T22:21:15.630 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-04T22:21:15.719 INFO:teuthology.task.internal:Saving configuration 2024-05-04T22:21:15.730 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-04T22:21:15.736 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T22:21:15.762 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 22:15:35.568016', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDcbJbmE3AuUv+H2lzGJHeFAWSDsFJQlMjI8p7Az8m2C'} 2024-05-04T22:21:15.785 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 22:15:35.566489', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGmAhS0Be6oduTwuUNoO1MlYYBo+JQZ2FHkckv0KNTlG'} 2024-05-04T22:21:15.809 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 22:15:35.564380', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIODq3a5j8PiJOssT3ggEols5WmLcqdZO55rBlmFerdT6'} 2024-05-04T22:21:15.809 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-04T22:21:15.816 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-04T22:21:15.816 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-04T22:21:15.816 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-04T22:21:15.816 INFO:teuthology.run_tasks:Running task console_log... 2024-05-04T22:21:15.925 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1908451f70>, signals=[15]) 2024-05-04T22:21:15.926 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-04T22:21:15.932 INFO:teuthology.task.internal:Opening connections... 2024-05-04T22:21:15.933 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-05-04T22:21:15.934 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:21:16.017 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-05-04T22:21:16.018 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:21:16.094 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2024-05-04T22:21:16.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:21:16.169 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-04T22:21:16.176 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-05-04T22:21:16.181 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-05-04T22:21:16.182 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-05-04T22:21:16.228 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-04T22:21:16.228 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="Ubuntu" 2024-05-04T22:21:16.228 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="22.04" 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_CODENAME=jammy 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:ID=ubuntu 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE=debian 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-04T22:21:16.229 INFO:teuthology.orchestra.run.smithi107.stdout:UBUNTU_CODENAME=jammy 2024-05-04T22:21:16.230 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-05-04T22:21:16.252 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-05-04T22:21:16.258 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-05-04T22:21:16.258 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Ubuntu" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="22.04" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_CODENAME=jammy 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:ID=ubuntu 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE=debian 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-04T22:21:16.304 INFO:teuthology.orchestra.run.smithi133.stdout:UBUNTU_CODENAME=jammy 2024-05-04T22:21:16.305 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-05-04T22:21:16.327 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2024-05-04T22:21:16.332 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2024-05-04T22:21:16.333 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2024-05-04T22:21:16.381 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="Ubuntu" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="22.04" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_CODENAME=jammy 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:ID=ubuntu 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE=debian 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-04T22:21:16.382 INFO:teuthology.orchestra.run.smithi139.stdout:UBUNTU_CODENAME=jammy 2024-05-04T22:21:16.383 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2024-05-04T22:21:16.410 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-04T22:21:16.419 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-04T22:21:16.433 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-04T22:21:16.433 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-05-04T22:21:16.436 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-05-04T22:21:16.438 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2024-05-04T22:21:16.442 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-04T22:21:16.448 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-04T22:21:16.448 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-05-04T22:21:16.481 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-05-04T22:21:16.485 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2024-05-04T22:21:16.507 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-04T22:21:16.572 INFO:teuthology.run_tasks:Running task kernel... 2024-05-04T22:21:16.585 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-04T22:21:16.586 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-04T22:21:16.586 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T22:21:16.586 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T22:21:16.587 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-04T22:21:16.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T22:21:16.592 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T22:21:16.592 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-05-04T22:21:16.593 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-05-04T22:21:16.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T22:21:16.593 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-05-04T22:21:16.642 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-56-generic 2024-05-04T22:21:16.643 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-56-generic 2024-05-04T22:21:16.643 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.15.0-56-generic 2024-05-04T22:21:16.643 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-05-04T22:21:16.643 INFO:teuthology.task.kernel:Running kernel on smithi133: 5.15.0-56-generic 2024-05-04T22:21:16.643 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-05-04T22:21:16.644 INFO:teuthology.orchestra.run.smithi139.stdout:5.15.0-56-generic 2024-05-04T22:21:16.644 INFO:teuthology.task.kernel:Running kernel on smithi139: 5.15.0-56-generic 2024-05-04T22:21:16.644 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get clean 2024-05-04T22:21:16.764 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-05-04T22:21:16.781 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get update 2024-05-04T22:21:16.795 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-05-04T22:21:16.890 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-04T22:21:16.938 INFO:teuthology.orchestra.run.smithi139.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-04T22:21:17.003 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:21:17.048 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:21:17.086 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-04T22:21:17.114 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:21:17.115 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-04T22:21:17.130 INFO:teuthology.orchestra.run.smithi139.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-04T22:21:17.148 INFO:teuthology.orchestra.run.smithi139.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-04T22:21:17.159 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-04T22:21:17.160 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-04T22:21:17.246 INFO:teuthology.orchestra.run.smithi139.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-04T22:21:17.289 INFO:teuthology.orchestra.run.smithi139.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-04T22:21:17.294 INFO:teuthology.orchestra.run.smithi139.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-04T22:21:17.295 INFO:teuthology.orchestra.run.smithi139.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-04T22:21:17.305 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-04T22:21:17.314 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-04T22:21:17.318 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-04T22:21:17.319 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-04T22:21:17.320 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-04T22:21:17.323 INFO:teuthology.orchestra.run.smithi139.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-04T22:21:17.324 INFO:teuthology.orchestra.run.smithi139.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-04T22:21:17.328 INFO:teuthology.orchestra.run.smithi139.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T22:21:17.328 INFO:teuthology.orchestra.run.smithi139.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-04T22:21:17.335 INFO:teuthology.orchestra.run.smithi139.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-04T22:21:17.343 INFO:teuthology.orchestra.run.smithi139.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-04T22:21:17.344 INFO:teuthology.orchestra.run.smithi139.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-04T22:21:17.355 INFO:teuthology.orchestra.run.smithi139.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-04T22:21:17.355 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-04T22:21:17.356 INFO:teuthology.orchestra.run.smithi139.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-04T22:21:17.357 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T22:21:17.358 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-04T22:21:17.362 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-04T22:21:17.372 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-04T22:21:17.374 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-04T22:21:17.374 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-04T22:21:17.375 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-04T22:21:17.375 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-04T22:21:17.395 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-04T22:21:17.396 INFO:teuthology.orchestra.run.smithi139.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-04T22:21:17.396 INFO:teuthology.orchestra.run.smithi139.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-04T22:21:17.459 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-04T22:21:17.491 INFO:teuthology.orchestra.run.smithi139.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-04T22:21:17.524 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-05-04T22:21:17.545 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-04T22:21:17.601 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-04T22:21:17.629 INFO:teuthology.orchestra.run.smithi139.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-04T22:21:17.697 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-04T22:21:17.829 INFO:teuthology.orchestra.run.smithi139.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-04T22:21:17.946 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [453 kB] 2024-05-04T22:21:17.964 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-05-04T22:21:17.973 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-04T22:21:17.973 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-05-04T22:21:17.980 INFO:teuthology.orchestra.run.smithi139.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-04T22:21:17.994 INFO:teuthology.orchestra.run.smithi139.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-04T22:21:17.995 INFO:teuthology.orchestra.run.smithi139.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-04T22:21:18.022 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,612 kB] 2024-05-04T22:21:18.056 INFO:teuthology.orchestra.run.smithi139.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-04T22:21:18.057 INFO:teuthology.orchestra.run.smithi139.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T22:21:18.065 INFO:teuthology.orchestra.run.smithi139.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T22:21:18.067 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-04T22:21:18.068 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-05-04T22:21:18.079 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T22:21:18.079 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-05-04T22:21:18.083 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [620 kB] 2024-05-04T22:21:18.099 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-05-04T22:21:18.228 INFO:teuthology.orchestra.run.smithi139.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-04T22:21:18.285 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-04T22:21:18.694 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-04T22:21:18.699 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-04T22:21:18.714 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-04T22:21:18.714 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-04T22:21:18.717 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-04T22:21:18.811 INFO:teuthology.orchestra.run.smithi139.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-04T22:21:18.846 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-04T22:21:18.922 INFO:teuthology.orchestra.run.smithi139.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-04T22:21:18.942 INFO:teuthology.orchestra.run.smithi139.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-04T22:21:18.943 INFO:teuthology.orchestra.run.smithi139.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-04T22:21:18.947 INFO:teuthology.orchestra.run.smithi139.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-04T22:21:18.947 INFO:teuthology.orchestra.run.smithi139.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-04T22:21:18.948 INFO:teuthology.orchestra.run.smithi139.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-04T22:21:18.948 INFO:teuthology.orchestra.run.smithi139.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-04T22:21:18.952 INFO:teuthology.orchestra.run.smithi139.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-04T22:21:18.956 INFO:teuthology.orchestra.run.smithi139.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-04T22:21:19.121 INFO:teuthology.orchestra.run.smithi139.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-04T22:21:19.152 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-04T22:21:19.190 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-04T22:21:19.203 INFO:teuthology.orchestra.run.smithi139.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-04T22:21:19.232 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-04T22:21:19.285 INFO:teuthology.orchestra.run.smithi139.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-04T22:21:19.366 INFO:teuthology.orchestra.run.smithi139.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-04T22:21:19.398 INFO:teuthology.orchestra.run.smithi139.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-04T22:21:19.523 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [304 kB] 2024-05-04T22:21:19.765 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-04T22:21:19.778 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-05-04T22:21:21.359 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T22:21:21.530 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en 2024-05-04T22:21:21.694 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T22:21:21.695 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-04T22:21:21.720 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-04T22:21:21.773 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T22:21:22.020 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-04T22:21:22.184 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,072 kB] 2024-05-04T22:21:22.239 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-04T22:21:22.298 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-04T22:21:22.312 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-04T22:21:22.314 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-04T22:21:22.315 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-04T22:21:22.316 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-04T22:21:22.317 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-04T22:21:22.317 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-04T22:21:22.321 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-04T22:21:22.500 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-04T22:21:22.597 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-04T22:21:22.597 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-04T22:21:22.686 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-04T22:21:22.715 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-04T22:21:22.749 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-04T22:21:22.750 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-05-04T22:21:22.816 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [701 kB] 2024-05-04T22:21:22.854 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-04T22:21:22.867 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-04T22:21:22.868 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-04T22:21:22.870 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-04T22:21:22.871 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-04T22:21:22.872 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-04T22:21:22.872 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-04T22:21:22.898 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-04T22:21:22.902 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-04T22:21:23.066 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-04T22:21:23.148 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-04T22:21:23.230 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-04T22:21:23.283 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-04T22:21:23.333 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-04T22:21:23.646 INFO:teuthology.orchestra.run.smithi139.stdout:Fetched 13.3 MB in 3s (5,213 kB/s) 2024-05-04T22:21:25.050 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2024-05-04T22:21:25.068 DEBUG:teuthology.orchestra.run.smithi139:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T22:21:25.133 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2024-05-04T22:21:25.333 INFO:teuthology.orchestra.run.smithi139.stdout:Building dependency tree... 2024-05-04T22:21:25.334 INFO:teuthology.orchestra.run.smithi139.stdout:Reading state information... 2024-05-04T22:21:25.509 INFO:teuthology.orchestra.run.smithi139.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:21:25.509 INFO:teuthology.orchestra.run.smithi139.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:21:25.510 INFO:teuthology.orchestra.run.smithi139.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:21:25.510 INFO:teuthology.orchestra.run.smithi139.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:21:25.510 INFO:teuthology.orchestra.run.smithi139.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-04T22:21:25.510 INFO:teuthology.orchestra.run.smithi139.stdout: python2.7-minimal 2024-05-04T22:21:25.510 INFO:teuthology.orchestra.run.smithi139.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:21:25.511 INFO:teuthology.orchestra.run.smithi139.stdout:The following additional packages will be installed: 2024-05-04T22:21:25.512 INFO:teuthology.orchestra.run.smithi139.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T22:21:25.512 INFO:teuthology.orchestra.run.smithi139.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-04T22:21:25.512 INFO:teuthology.orchestra.run.smithi139.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-04T22:21:25.513 INFO:teuthology.orchestra.run.smithi139.stdout:Suggested packages: 2024-05-04T22:21:25.513 INFO:teuthology.orchestra.run.smithi139.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-04T22:21:25.513 INFO:teuthology.orchestra.run.smithi139.stdout:Recommended packages: 2024-05-04T22:21:25.514 INFO:teuthology.orchestra.run.smithi139.stdout: thermald 2024-05-04T22:21:25.561 INFO:teuthology.orchestra.run.smithi139.stdout:The following NEW packages will be installed: 2024-05-04T22:21:25.561 INFO:teuthology.orchestra.run.smithi139.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T22:21:25.561 INFO:teuthology.orchestra.run.smithi139.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-04T22:21:25.562 INFO:teuthology.orchestra.run.smithi139.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-04T22:21:25.563 INFO:teuthology.orchestra.run.smithi139.stdout:The following packages will be upgraded: 2024-05-04T22:21:25.563 INFO:teuthology.orchestra.run.smithi139.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-04T22:21:25.619 INFO:teuthology.orchestra.run.smithi139.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T22:21:25.619 INFO:teuthology.orchestra.run.smithi139.stdout:Need to get 113 MB of archives. 2024-05-04T22:21:25.619 INFO:teuthology.orchestra.run.smithi139.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-04T22:21:25.620 INFO:teuthology.orchestra.run.smithi139.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-04T22:21:26.111 INFO:teuthology.orchestra.run.smithi139.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-04T22:21:26.213 INFO:teuthology.orchestra.run.smithi139.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-04T22:21:27.088 INFO:teuthology.orchestra.run.smithi139.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-04T22:21:27.088 INFO:teuthology.orchestra.run.smithi139.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-04T22:21:27.088 INFO:teuthology.orchestra.run.smithi139.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-04T22:21:27.219 INFO:teuthology.orchestra.run.smithi139.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-04T22:21:27.242 INFO:teuthology.orchestra.run.smithi139.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-04T22:21:27.521 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 13.2 MB in 6s (2,076 kB/s) 2024-05-04T22:21:27.705 INFO:teuthology.orchestra.run.smithi139.stdout:Fetched 113 MB in 2s (65.1 MB/s) 2024-05-04T22:21:27.796 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 13.3 MB in 7s (2,035 kB/s) 2024-05-04T22:21:27.920 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-04T22:21:28.969 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-04T22:21:28.987 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T22:21:29.051 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-04T22:21:29.115 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-05-04T22:21:29.133 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T22:21:29.235 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-05-04T22:21:29.251 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-05-04T22:21:29.251 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-05-04T22:21:29.424 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:21:29.424 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:21:29.424 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:21:29.425 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:21:29.425 INFO:teuthology.orchestra.run.smithi133.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-04T22:21:29.425 INFO:teuthology.orchestra.run.smithi133.stdout: python2.7-minimal 2024-05-04T22:21:29.425 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:21:29.426 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-05-04T22:21:29.426 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T22:21:29.426 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-04T22:21:29.427 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-04T22:21:29.428 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-05-04T22:21:29.428 INFO:teuthology.orchestra.run.smithi133.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-04T22:21:29.428 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-05-04T22:21:29.428 INFO:teuthology.orchestra.run.smithi133.stdout: thermald 2024-05-04T22:21:29.434 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-05-04T22:21:29.435 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-05-04T22:21:29.480 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-05-04T22:21:29.481 INFO:teuthology.orchestra.run.smithi133.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T22:21:29.481 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-04T22:21:29.481 INFO:teuthology.orchestra.run.smithi133.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-04T22:21:29.482 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages will be upgraded: 2024-05-04T22:21:29.483 INFO:teuthology.orchestra.run.smithi133.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-04T22:21:29.540 INFO:teuthology.orchestra.run.smithi133.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T22:21:29.540 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 113 MB of archives. 2024-05-04T22:21:29.540 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-04T22:21:29.540 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-04T22:21:29.608 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:21:29.609 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:21:29.609 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:21:29.609 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:21:29.609 INFO:teuthology.orchestra.run.smithi107.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-04T22:21:29.610 INFO:teuthology.orchestra.run.smithi107.stdout: python2.7-minimal 2024-05-04T22:21:29.610 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:21:29.611 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-05-04T22:21:29.611 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T22:21:29.611 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-05-04T22:21:29.611 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-05-04T22:21:29.612 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-05-04T22:21:29.612 INFO:teuthology.orchestra.run.smithi107.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-04T22:21:29.613 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-05-04T22:21:29.613 INFO:teuthology.orchestra.run.smithi107.stdout: thermald 2024-05-04T22:21:29.658 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-05-04T22:21:29.658 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-05-04T22:21:29.658 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-05-04T22:21:29.658 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-extra-5.15.0-105-generic 2024-05-04T22:21:29.659 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages will be upgraded: 2024-05-04T22:21:29.660 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-04T22:21:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T22:21:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 113 MB of archives. 2024-05-04T22:21:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-04T22:21:29.839 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-05-04T22:21:29.864 INFO:teuthology.orchestra.run.smithi139.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-04T22:21:29.869 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:29.959 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:29.999 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-04T22:21:30.105 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-04T22:21:30.973 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-04T22:21:30.973 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-04T22:21:30.973 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-04T22:21:31.245 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-05-04T22:21:31.627 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-04T22:21:31.650 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-05-04T22:21:31.690 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-04T22:21:32.082 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 113 MB in 2s (51.5 MB/s) 2024-05-04T22:21:32.235 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-04T22:21:32.256 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:32.259 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-04T22:21:32.359 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:32.879 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-04T22:21:32.900 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:32.946 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:33.896 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-05-04T22:21:33.896 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-05-04T22:21:33.897 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-05-04T22:21:34.241 INFO:teuthology.orchestra.run.smithi133.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-04T22:21:34.245 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:34.355 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:34.855 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-05-04T22:21:34.947 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-05-04T22:21:35.346 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 113 MB in 5s (21.5 MB/s) 2024-05-04T22:21:35.500 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-05-04T22:21:36.490 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-04T22:21:36.511 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:36.615 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:37.092 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-04T22:21:37.114 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:37.150 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:37.698 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-04T22:21:37.702 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:37.989 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:40.012 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:40.132 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-05-04T22:21:40.147 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:40.153 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:40.236 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:40.469 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:40.567 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:40.727 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-05-04T22:21:40.748 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:40.785 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:40.870 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-04T22:21:40.881 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-04T22:21:40.920 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T22:21:44.239 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:44.367 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:44.666 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:44.812 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:45.131 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-04T22:21:45.154 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-04T22:21:45.198 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T22:21:46.874 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-04T22:21:46.911 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:46.941 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:47.937 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:48.062 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:48.377 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:48.490 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:48.768 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-05-04T22:21:48.790 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-05-04T22:21:48.835 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T22:21:49.559 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:49.684 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:50.051 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T22:21:50.163 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:50.290 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-04T22:21:50.418 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:51.311 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-04T22:21:51.348 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:51.386 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:51.753 INFO:teuthology.orchestra.run.smithi139.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:21:51.753 INFO:teuthology.orchestra.run.smithi139.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-04T22:21:51.753 INFO:teuthology.orchestra.run.smithi139.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:21:51.754 INFO:teuthology.orchestra.run.smithi139.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-04T22:21:51.928 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:53.555 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:54.939 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-04T22:21:55.001 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-05-04T22:21:55.038 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-05-04T22:21:55.048 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:55.065 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-04T22:21:55.076 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:55.172 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:55.216 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:55.283 INFO:teuthology.orchestra.run.smithi139.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-04T22:21:55.283 INFO:teuthology.orchestra.run.smithi139.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:21:55.555 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T22:21:55.702 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:55.827 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-04T22:21:55.956 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:57.255 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:21:57.255 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-04T22:21:57.255 INFO:teuthology.orchestra.run.smithi133.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:21:57.255 INFO:teuthology.orchestra.run.smithi133.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-04T22:21:57.416 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:57.687 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-05-04T22:21:57.802 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-05-04T22:21:58.222 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-05-04T22:21:58.340 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:58.449 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-05-04T22:21:58.569 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:58.826 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:21:59.887 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:21:59.887 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-04T22:21:59.887 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:21:59.887 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:00.053 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:22:00.202 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-04T22:22:00.353 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-04T22:22:00.479 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:22:00.546 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-04T22:22:00.546 INFO:teuthology.orchestra.run.smithi133.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:01.489 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:22:02.898 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-05-04T22:22:03.032 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-05-04T22:22:03.178 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-05-04T22:22:03.240 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-04T22:22:03.241 INFO:teuthology.orchestra.run.smithi107.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:09.136 INFO:teuthology.orchestra.run.smithi139.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-04T22:22:09.137 INFO:teuthology.orchestra.run.smithi139.stdout:Sourcing file `/etc/default/grub' 2024-05-04T22:22:09.156 INFO:teuthology.orchestra.run.smithi139.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T22:22:09.172 INFO:teuthology.orchestra.run.smithi139.stdout:Generating grub configuration file ... 2024-05-04T22:22:09.463 INFO:teuthology.orchestra.run.smithi139.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:22:09.488 INFO:teuthology.orchestra.run.smithi139.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:09.773 INFO:teuthology.orchestra.run.smithi139.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:22:09.778 INFO:teuthology.orchestra.run.smithi139.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T22:22:09.844 INFO:teuthology.orchestra.run.smithi139.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T22:22:09.849 INFO:teuthology.orchestra.run.smithi139.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T22:22:10.012 INFO:teuthology.orchestra.run.smithi139.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T22:22:10.013 INFO:teuthology.orchestra.run.smithi139.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T22:22:10.013 INFO:teuthology.orchestra.run.smithi139.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T22:22:10.060 INFO:teuthology.orchestra.run.smithi139.stdout:done 2024-05-04T22:22:10.591 DEBUG:teuthology.orchestra.run.smithi139:> dpkg -s linux-image-generic 2024-05-04T22:22:10.613 INFO:teuthology.orchestra.run.smithi139.stdout:Package: linux-image-generic 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Status: install ok installed 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Priority: optional 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Section: kernel 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Installed-Size: 21 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: amd64 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Source: linux-meta 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Version: 5.15.0.105.102 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Recommends: thermald 2024-05-04T22:22:10.614 INFO:teuthology.orchestra.run.smithi139.stdout:Description: Generic Linux kernel image 2024-05-04T22:22:10.615 INFO:teuthology.orchestra.run.smithi139.stdout: This package will always depend on the latest generic kernel image 2024-05-04T22:22:10.615 INFO:teuthology.orchestra.run.smithi139.stdout: available. 2024-05-04T22:22:10.615 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-04T22:22:10.615 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-04T22:22:10.615 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-04T22:22:10.615 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-04T22:22:10.615 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2024-05-04T22:22:10.615 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get clean 2024-05-04T22:22:10.835 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get update 2024-05-04T22:22:10.984 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:22:10.997 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T22:22:11.017 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T22:22:11.098 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T22:22:12.377 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2024-05-04T22:22:12.395 DEBUG:teuthology.orchestra.run.smithi139:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T22:22:12.456 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2024-05-04T22:22:12.660 INFO:teuthology.orchestra.run.smithi139.stdout:Building dependency tree... 2024-05-04T22:22:12.661 INFO:teuthology.orchestra.run.smithi139.stdout:Reading state information... 2024-05-04T22:22:12.836 INFO:teuthology.orchestra.run.smithi139.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-04T22:22:12.836 INFO:teuthology.orchestra.run.smithi139.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:22:12.836 INFO:teuthology.orchestra.run.smithi139.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:22:12.836 INFO:teuthology.orchestra.run.smithi139.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:22:12.836 INFO:teuthology.orchestra.run.smithi139.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:22:12.836 INFO:teuthology.orchestra.run.smithi139.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T22:22:12.837 INFO:teuthology.orchestra.run.smithi139.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T22:22:12.837 INFO:teuthology.orchestra.run.smithi139.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:22:12.877 INFO:teuthology.orchestra.run.smithi139.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T22:22:12.879 DEBUG:teuthology.orchestra.run.smithi139:> dpkg -s linux-image-generic 2024-05-04T22:22:12.894 INFO:teuthology.orchestra.run.smithi139.stdout:Package: linux-image-generic 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Status: install ok installed 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Priority: optional 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Section: kernel 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Installed-Size: 21 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: amd64 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Source: linux-meta 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Version: 5.15.0.105.102 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Recommends: thermald 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout:Description: Generic Linux kernel image 2024-05-04T22:22:12.895 INFO:teuthology.orchestra.run.smithi139.stdout: This package will always depend on the latest generic kernel image 2024-05-04T22:22:12.897 INFO:teuthology.orchestra.run.smithi139.stdout: available. 2024-05-04T22:22:12.897 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2024-05-04T22:22:12.940 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.OR2uWX2s61 2024-05-04T22:22:12.941 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OR2uWX2s61 2024-05-04T22:22:13.005 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.OR2uWX2s61 2024-05-04T22:22:13.120 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.OR2uWX2s61 is 10KB 2024-05-04T22:22:13.133 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.OR2uWX2s61 2024-05-04T22:22:13.139 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-04T22:22:13.193 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:22:13.193 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-04T22:22:13.193 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-04T22:22:13.260 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-04T22:22:13.260 DEBUG:teuthology.orchestra.run.smithi139:> sudo update-grub 2024-05-04T22:22:14.434 INFO:teuthology.orchestra.run.smithi139.stderr:Sourcing file `/etc/default/grub' 2024-05-04T22:22:14.435 INFO:teuthology.orchestra.run.smithi139.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T22:22:14.436 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2024-05-04T22:22:14.615 INFO:teuthology.orchestra.run.smithi139.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:22:14.621 INFO:teuthology.orchestra.run.smithi139.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:14.856 INFO:teuthology.orchestra.run.smithi139.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:22:14.862 INFO:teuthology.orchestra.run.smithi139.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T22:22:14.903 INFO:teuthology.orchestra.run.smithi139.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T22:22:14.908 INFO:teuthology.orchestra.run.smithi139.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T22:22:15.073 INFO:teuthology.orchestra.run.smithi139.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T22:22:15.074 INFO:teuthology.orchestra.run.smithi139.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T22:22:15.074 INFO:teuthology.orchestra.run.smithi139.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T22:22:15.086 INFO:teuthology.orchestra.run.smithi139.stderr:done 2024-05-04T22:22:15.096 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2024-05-04T22:22:15.411 INFO:teuthology.orchestra.run.smithi133.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-04T22:22:15.411 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub' 2024-05-04T22:22:15.438 INFO:teuthology.orchestra.run.smithi133.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T22:22:15.465 INFO:teuthology.orchestra.run.smithi133.stdout:Generating grub configuration file ... 2024-05-04T22:22:15.889 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:22:15.909 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:16.321 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:22:16.327 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T22:22:16.394 INFO:teuthology.orchestra.run.smithi133.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T22:22:16.400 INFO:teuthology.orchestra.run.smithi133.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T22:22:16.558 INFO:teuthology.orchestra.run.smithi133.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T22:22:16.558 INFO:teuthology.orchestra.run.smithi133.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T22:22:16.558 INFO:teuthology.orchestra.run.smithi133.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T22:22:16.598 INFO:teuthology.orchestra.run.smithi133.stdout:done 2024-05-04T22:22:17.087 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-05-04T22:22:17.110 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.105.102 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-05-04T22:22:17.111 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-05-04T22:22:17.112 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-05-04T22:22:17.112 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-04T22:22:17.112 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-04T22:22:17.112 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-04T22:22:17.112 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-04T22:22:17.112 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi133.front.sepia.ceph.com, path=None, version=distro) 2024-05-04T22:22:17.112 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get clean 2024-05-04T22:22:17.292 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-05-04T22:22:17.533 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T22:22:17.533 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:22:17.607 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T22:22:17.690 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T22:22:18.014 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-04T22:22:18.015 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub' 2024-05-04T22:22:18.023 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T22:22:18.056 INFO:teuthology.orchestra.run.smithi107.stdout:Generating grub configuration file ... 2024-05-04T22:22:18.393 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:22:18.421 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:18.709 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:22:18.715 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T22:22:18.787 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T22:22:18.793 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T22:22:18.846 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-04T22:22:18.865 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T22:22:18.916 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-04T22:22:18.950 INFO:teuthology.orchestra.run.smithi107.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T22:22:18.950 INFO:teuthology.orchestra.run.smithi107.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T22:22:18.950 INFO:teuthology.orchestra.run.smithi107.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T22:22:18.991 INFO:teuthology.orchestra.run.smithi107.stdout:done 2024-05-04T22:22:19.107 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-05-04T22:22:19.108 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-05-04T22:22:19.263 INFO:teuthology.orchestra.run.smithi133.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-04T22:22:19.263 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:22:19.263 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:22:19.263 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:22:19.263 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:22:19.263 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T22:22:19.264 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T22:22:19.264 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:22:19.304 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T22:22:19.306 DEBUG:teuthology.orchestra.run.smithi133:> dpkg -s linux-image-generic 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Package: linux-image-generic 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Status: install ok installed 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Priority: optional 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Section: kernel 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Installed-Size: 21 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Architecture: amd64 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Source: linux-meta 2024-05-04T22:22:19.362 INFO:teuthology.orchestra.run.smithi133.stdout:Version: 5.15.0.105.102 2024-05-04T22:22:19.363 INFO:teuthology.orchestra.run.smithi133.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T22:22:19.363 INFO:teuthology.orchestra.run.smithi133.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T22:22:19.363 INFO:teuthology.orchestra.run.smithi133.stdout:Recommends: thermald 2024-05-04T22:22:19.363 INFO:teuthology.orchestra.run.smithi133.stdout:Description: Generic Linux kernel image 2024-05-04T22:22:19.363 INFO:teuthology.orchestra.run.smithi133.stdout: This package will always depend on the latest generic kernel image 2024-05-04T22:22:19.363 INFO:teuthology.orchestra.run.smithi133.stdout: available. 2024-05-04T22:22:19.363 DEBUG:teuthology.orchestra.run.smithi133:> mktemp 2024-05-04T22:22:19.407 INFO:teuthology.orchestra.run.smithi133.stdout:/tmp/tmp.exYeFXuVqI 2024-05-04T22:22:19.407 DEBUG:teuthology.orchestra.run.smithi133:> sudo cp /boot/grub/grub.cfg /tmp/tmp.exYeFXuVqI 2024-05-04T22:22:19.463 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0666 /tmp/tmp.exYeFXuVqI 2024-05-04T22:22:19.504 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-05-04T22:22:19.538 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-05-04T22:22:19.538 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-05-04T22:22:19.538 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-05-04T22:22:19.538 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-05-04T22:22:19.538 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-05-04T22:22:19.538 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.105.102 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-05-04T22:22:19.539 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-05-04T22:22:19.539 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-05-04T22:22:19.539 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-04T22:22:19.539 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-04T22:22:19.540 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-04T22:22:19.540 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-05-04T22:22:19.540 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-05-04T22:22:19.581 DEBUG:teuthology.orchestra.remote:smithi133:/tmp/tmp.exYeFXuVqI is 10KB 2024-05-04T22:22:19.594 DEBUG:teuthology.orchestra.run.smithi133:> rm -fr /tmp/tmp.exYeFXuVqI 2024-05-04T22:22:19.599 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-04T22:22:19.656 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:22:19.656 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-04T22:22:19.656 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-04T22:22:19.699 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-05-04T22:22:19.736 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-04T22:22:19.736 DEBUG:teuthology.orchestra.run.smithi133:> sudo update-grub 2024-05-04T22:22:19.949 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T22:22:19.950 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:22:20.024 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T22:22:20.106 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T22:22:21.028 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub' 2024-05-04T22:22:21.030 INFO:teuthology.orchestra.run.smithi133.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T22:22:21.033 INFO:teuthology.orchestra.run.smithi133.stderr:Generating grub configuration file ... 2024-05-04T22:22:21.260 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:22:21.266 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:21.403 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-05-04T22:22:21.421 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-04T22:22:21.480 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-05-04T22:22:21.552 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:22:21.557 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T22:22:21.599 INFO:teuthology.orchestra.run.smithi133.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T22:22:21.605 INFO:teuthology.orchestra.run.smithi133.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T22:22:21.673 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-05-04T22:22:21.673 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-05-04T22:22:21.716 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T22:22:21.717 INFO:teuthology.orchestra.run.smithi133.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T22:22:21.717 INFO:teuthology.orchestra.run.smithi133.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T22:22:21.743 INFO:teuthology.orchestra.run.smithi133.stderr:done 2024-05-04T22:22:21.752 DEBUG:teuthology.orchestra.run.smithi133:> sudo shutdown -r now 2024-05-04T22:22:21.830 INFO:teuthology.orchestra.run.smithi107.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-05-04T22:22:21.830 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:22:21.830 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:22:21.831 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:22:21.831 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:22:21.831 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T22:22:21.831 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T22:22:21.831 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:22:21.868 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-04T22:22:21.870 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-05-04T22:22:21.885 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.105.102 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-04T22:22:21.886 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-05-04T22:22:21.887 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-05-04T22:22:21.887 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-05-04T22:22:21.887 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-05-04T22:22:21.887 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-05-04T22:22:21.931 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.rGuYpDzmbZ 2024-05-04T22:22:21.931 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub/grub.cfg /tmp/tmp.rGuYpDzmbZ 2024-05-04T22:22:21.987 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.rGuYpDzmbZ 2024-05-04T22:22:22.102 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.rGuYpDzmbZ is 10KB 2024-05-04T22:22:22.114 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.rGuYpDzmbZ 2024-05-04T22:22:22.119 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-04T22:22:22.174 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:22:22.174 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-04T22:22:22.174 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-04T22:22:22.254 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-05-04T22:22:22.255 DEBUG:teuthology.orchestra.run.smithi107:> sudo update-grub 2024-05-04T22:22:23.540 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub' 2024-05-04T22:22:23.541 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-04T22:22:23.547 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-05-04T22:22:23.734 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-05-04T22:22:23.740 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-05-04T22:22:23.963 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-04T22:22:23.968 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-04T22:22:24.006 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-04T22:22:24.011 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-04T22:22:24.127 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-04T22:22:24.127 INFO:teuthology.orchestra.run.smithi107.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-04T22:22:24.127 INFO:teuthology.orchestra.run.smithi107.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-04T22:22:24.154 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-05-04T22:22:24.163 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-05-04T22:22:45.121 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-04T22:22:45.122 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-05-04T22:22:45.123 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:22:51.759 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-04T22:22:51.760 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-04T22:22:51.761 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:22:54.168 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-04T22:22:54.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:22:54.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:23:26.239 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-05-04T22:23:28.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-05-04T22:23:35.241 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-04T22:23:35.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:23:37.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:23:37.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:23:45.130 DEBUG:teuthology.orchestra.remote:timed out 2024-05-04T22:23:53.630 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.133 2024-05-04T22:23:54.131 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-05-04T22:23:54.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:23:54.134 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2024-05-04T22:23:56.190 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-05-04T22:24:05.638 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-04T22:24:05.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:24:06.131 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-05-04T22:24:06.134 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-05-04T22:24:06.135 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:24:06.468 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-05-04T22:24:06.939 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-04T22:24:06.939 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-05-04T22:24:06.939 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-05-04T22:24:06.985 INFO:teuthology.orchestra.run.smithi133.stdout:5.15.0-105-generic 2024-05-04T22:24:06.986 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-04T22:24:06.986 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-04T22:24:06.986 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-04T22:24:07.016 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-05-04T22:24:07.016 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-05-04T22:24:07.017 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-05-04T22:24:07.065 INFO:teuthology.orchestra.run.smithi139.stdout:5.15.0-105-generic 2024-05-04T22:24:07.065 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-04T22:24:07.065 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-04T22:24:07.065 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-04T22:24:07.987 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-04T22:24:07.987 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T22:24:08.066 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-04T22:24:08.066 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T22:24:08.148 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2024-05-04T22:24:08.171 DEBUG:teuthology.parallel:result is None 2024-05-04T22:24:08.181 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-05-04T22:24:08.191 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:24:08.192 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:24:08.222 DEBUG:teuthology.parallel:result is None 2024-05-04T22:24:11.262 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-05-04T22:24:26.263 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:24:26.264 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:24:26.614 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-05-04T22:24:27.173 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:24:27.173 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-05-04T22:24:27.173 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-05-04T22:24:27.220 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-105-generic 2024-05-04T22:24:27.221 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-05-04T22:24:27.221 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-04T22:24:27.221 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-04T22:24:28.222 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-04T22:24:28.222 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-04T22:24:28.587 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-05-04T22:24:28.614 DEBUG:teuthology.parallel:result is None 2024-05-04T22:24:28.614 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-04T22:24:28.621 INFO:teuthology.task.internal:Creating test directory... 2024-05-04T22:24:28.622 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T22:24:28.624 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T22:24:28.626 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-04T22:24:28.633 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-04T22:24:28.639 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-04T22:24:28.647 INFO:teuthology.task.internal:Creating archive directory... 2024-05-04T22:24:28.647 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T22:24:28.674 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T22:24:28.676 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-04T22:24:28.765 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-04T22:24:28.771 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-04T22:24:28.771 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T22:24:28.774 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T22:24:28.776 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-04T22:24:28.795 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T22:24:28.797 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T22:24:28.805 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T22:24:28.806 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T22:24:28.807 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T22:24:28.815 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-04T22:24:28.817 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-04T22:24:28.825 INFO:teuthology.task.internal:Configuring sudo... 2024-05-04T22:24:28.825 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T22:24:28.849 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T22:24:28.861 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-04T22:24:28.879 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-04T22:24:28.888 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-04T22:24:28.888 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T22:24:28.906 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T22:24:28.918 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-04T22:24:28.925 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T22:24:28.956 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T22:24:29.005 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:24:29.005 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T22:24:29.074 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T22:24:29.079 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T22:24:29.125 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:24:29.125 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T22:24:29.211 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-04T22:24:29.217 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-04T22:24:29.265 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:24:29.266 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-04T22:24:29.333 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-05-04T22:24:29.335 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-05-04T22:24:29.338 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2024-05-04T22:24:29.405 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-04T22:24:29.413 INFO:teuthology.task.internal:Starting timer... 2024-05-04T22:24:29.413 INFO:teuthology.run_tasks:Running task pcp... 2024-05-04T22:24:29.428 INFO:teuthology.run_tasks:Running task selinux... 2024-05-04T22:24:29.437 DEBUG:teuthology.task.selinux:Excluding smithi107: OS 'ubuntu' does not support SELinux 2024-05-04T22:24:29.437 DEBUG:teuthology.task.selinux:Excluding smithi133: OS 'ubuntu' does not support SELinux 2024-05-04T22:24:29.437 DEBUG:teuthology.task.selinux:Excluding smithi139: OS 'ubuntu' does not support SELinux 2024-05-04T22:24:29.437 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-04T22:24:29.437 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-04T22:24:29.438 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-04T22:24:29.438 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-04T22:24:29.446 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-04T22:24:29.461 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-05-04T22:24:29.463 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi107.front.sepia.ceph.com,smithi133.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-04T22:31:27.243 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi107.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2024-05-04T22:31:27.244 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:31:27.246 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:31:27.327 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-05-04T22:31:27.406 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-05-04T22:31:27.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-04T22:31:27.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:31:27.486 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-05-04T22:31:27.566 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-05-04T22:31:27.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-05-04T22:31:27.567 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-04T22:31:27.648 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-05-04T22:31:27.722 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-05-04T22:31:27.724 INFO:teuthology.run_tasks:Running task clock... 2024-05-04T22:31:27.735 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-04T22:31:27.735 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T22:31:27.736 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T22:31:27.738 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T22:31:27.738 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T22:31:27.741 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-04T22:31:27.741 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T22:31:27.766 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-04T22:31:27.766 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Command line: ntpd -gq 2024-05-04T22:31:27.766 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: ---------------------------------------------------- 2024-05-04T22:31:27.767 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: ntp-4 is maintained by Network Time Foundation, 2024-05-04T22:31:27.767 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-04T22:31:27.767 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: corporation. Support and training for ntp-4 are 2024-05-04T22:31:27.767 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: available at https://www.nwtime.org/support 2024-05-04T22:31:27.767 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: ---------------------------------------------------- 2024-05-04T22:31:27.768 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: proto: precision = 0.043 usec (-24) 2024-05-04T22:31:27.768 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: basedate set to 2022-02-04 2024-05-04T22:31:27.769 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: gps base set to 2022-02-06 (week 2196) 2024-05-04T22:31:27.769 INFO:teuthology.orchestra.run.smithi133.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T22:31:27.769 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-04T22:31:27.769 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Command line: ntpd -gq 2024-05-04T22:31:27.769 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: ---------------------------------------------------- 2024-05-04T22:31:27.769 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: ntp-4 is maintained by Network Time Foundation, 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: corporation. Support and training for ntp-4 are 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: available at https://www.nwtime.org/support 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: ---------------------------------------------------- 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: proto: precision = 0.063 usec (-24) 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: basedate set to 2022-02-04 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: gps base set to 2022-02-06 (week 2196) 2024-05-04T22:31:27.770 INFO:teuthology.orchestra.run.smithi107.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T22:31:27.771 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T22:31:27.771 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: restrict ::: KOD does nothing without LIMITED. 2024-05-04T22:31:27.771 INFO:teuthology.orchestra.run.smithi133.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-04T22:31:27.771 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T22:31:27.771 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: restrict ::: KOD does nothing without LIMITED. 2024-05-04T22:31:27.772 INFO:teuthology.orchestra.run.smithi107.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-04T22:31:27.773 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listen and drop on 0 v6wildcard [::]:123 2024-05-04T22:31:27.773 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-04T22:31:27.773 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listen normally on 2 lo 127.0.0.1:123 2024-05-04T22:31:27.773 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listen normally on 3 enp3s0f1 172.21.15.133:123 2024-05-04T22:31:27.773 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listen normally on 4 lo [::1]:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8087%5]:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:27 ntpd[17240]: Listening on routing socket on fd #22 for interface updates 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listen and drop on 0 v6wildcard [::]:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listen normally on 2 lo 127.0.0.1:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listen normally on 3 enp3s0f1 172.21.15.107:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listen normally on 4 lo [::1]:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47eb%5]:123 2024-05-04T22:31:27.774 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:27 ntpd[17246]: Listening on routing socket on fd #22 for interface updates 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Command line: ntpd -gq 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: ---------------------------------------------------- 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: ntp-4 is maintained by Network Time Foundation, 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: corporation. Support and training for ntp-4 are 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: available at https://www.nwtime.org/support 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: ---------------------------------------------------- 2024-05-04T22:31:27.792 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: proto: precision = 0.044 usec (-24) 2024-05-04T22:31:27.793 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: basedate set to 2022-02-04 2024-05-04T22:31:27.793 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: gps base set to 2022-02-06 (week 2196) 2024-05-04T22:31:27.793 INFO:teuthology.orchestra.run.smithi139.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T22:31:27.794 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-04T22:31:27.794 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: restrict ::: KOD does nothing without LIMITED. 2024-05-04T22:31:27.794 INFO:teuthology.orchestra.run.smithi139.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listen and drop on 0 v6wildcard [::]:123 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listen normally on 2 lo 127.0.0.1:123 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listen normally on 3 enp3s0f1 172.21.15.139:123 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listen normally on 4 lo [::1]:123 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f59%5]:123 2024-05-04T22:31:27.795 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:27 ntpd[17237]: Listening on routing socket on fd #22 for interface updates 2024-05-04T22:31:28.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:28 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:28.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:28 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:28.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:28 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:28.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:28 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:28.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:28 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:28.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:28 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:29.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:29 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:29.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:29 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:29.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:29 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:29.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:29 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:29.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:29 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:29.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:29 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:29.768 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:29 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:29.768 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:29 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:29.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:29 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:29.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:29 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:29.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:29 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:29.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:29 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:29.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:29 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:29.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:29 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:29.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:29 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:29.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:29 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:29.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:29 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:29.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:29 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:30.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:30 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:30 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.768 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.768 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:30.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:30 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:30.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:30 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:30 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:30 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:30.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:30 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:30.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:30 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:30.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:30 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:31.769 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:31 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:31.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:31 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:31 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:31 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:31 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:31 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:31.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:31 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:31.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:31.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:31.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:31.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:31 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:32.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:32 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:32 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:32 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:32 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:32 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:32.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:32 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:32.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:32.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:32 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:32.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:32.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:32 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:33.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:33 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:33.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:33 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:33 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:33 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:33 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:33 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:33.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:33 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:33.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:33 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:33 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:33 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:33.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:33 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:33.792 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:33 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:33.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:33 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:34.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:34 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:34 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:34 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:34 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:34 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:34.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:34 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:34.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.769 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:34.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:34 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:34.793 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:34.794 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:34.794 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:34.794 INFO:teuthology.orchestra.run.smithi139.stdout: 4 May 22:31:34 ntpd[17237]: ntpd: time slew -0.003095 s 2024-05-04T22:31:34.794 INFO:teuthology.orchestra.run.smithi139.stdout:ntpd: time slew -0.003095s 2024-05-04T22:31:34.794 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-04T22:31:34.795 INFO:teuthology.orchestra.run.smithi139.stderr: 4 May 22:31:34 ntpd[17237]: can't open /var/log/ntpstats/loopstats.20240504: Permission denied 2024-05-04T22:31:34.847 INFO:teuthology.orchestra.run.smithi139.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T22:31:34.847 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================== 2024-05-04T22:31:34.847 INFO:teuthology.orchestra.run.smithi139.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:34.847 INFO:teuthology.orchestra.run.smithi139.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:34.847 INFO:teuthology.orchestra.run.smithi139.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:34.847 INFO:teuthology.orchestra.run.smithi139.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.767 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stdout: 4 May 22:31:35 ntpd[17240]: ntpd: time slew +0.000636 s 2024-05-04T22:31:35.768 INFO:teuthology.orchestra.run.smithi133.stdout:ntpd: time slew +0.000636s 2024-05-04T22:31:35.769 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-04T22:31:35.769 INFO:teuthology.orchestra.run.smithi133.stderr: 4 May 22:31:35 ntpd[17240]: can't open /var/log/ntpstats/loopstats.20240504: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: can't open /var/log/ntpstats/rawstats.20240504: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: can't open /var/log/ntpstats/peerstats.20240504: Permission denied 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stdout: 4 May 22:31:35 ntpd[17246]: ntpd: time slew +0.000075 s 2024-05-04T22:31:35.770 INFO:teuthology.orchestra.run.smithi107.stdout:ntpd: time slew +0.000075s 2024-05-04T22:31:35.771 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-04T22:31:35.771 INFO:teuthology.orchestra.run.smithi107.stderr: 4 May 22:31:35 ntpd[17246]: can't open /var/log/ntpstats/loopstats.20240504: Permission denied 2024-05-04T22:31:35.817 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T22:31:35.817 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-05-04T22:31:35.817 INFO:teuthology.orchestra.run.smithi133.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.817 INFO:teuthology.orchestra.run.smithi133.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.817 INFO:teuthology.orchestra.run.smithi133.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.817 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.820 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T22:31:35.820 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-05-04T22:31:35.820 INFO:teuthology.orchestra.run.smithi107.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.820 INFO:teuthology.orchestra.run.smithi107.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.820 INFO:teuthology.orchestra.run.smithi107.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.820 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-04T22:31:35.821 INFO:teuthology.run_tasks:Running task install... 2024-05-04T22:31:35.832 DEBUG:teuthology.task.install:project ceph 2024-05-04T22:31:35.832 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'}} 2024-05-04T22:31:35.832 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'} 2024-05-04T22:31:35.832 INFO:teuthology.task.install:Using flavor: default 2024-05-04T22:31:35.838 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-05-04T22:31:35.838 INFO:teuthology.task.install:extra packages: [] 2024-05-04T22:31:35.839 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-key list | grep Ceph 2024-05-04T22:31:35.839 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-key list | grep Ceph 2024-05-04T22:31:35.839 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-key list | grep Ceph 2024-05-04T22:31:35.908 INFO:teuthology.orchestra.run.smithi139.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-04T22:31:35.912 INFO:teuthology.orchestra.run.smithi133.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-04T22:31:35.917 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-04T22:31:35.937 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-04T22:31:35.937 INFO:teuthology.orchestra.run.smithi133.stdout:uid [ unknown] Ceph.com (release key) 2024-05-04T22:31:35.937 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-04T22:31:35.938 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:31:35.943 INFO:teuthology.orchestra.run.smithi139.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-04T22:31:35.943 INFO:teuthology.orchestra.run.smithi139.stdout:uid [ unknown] Ceph.com (release key) 2024-05-04T22:31:35.943 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-04T22:31:35.943 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:31:35.946 INFO:teuthology.orchestra.run.smithi107.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-04T22:31:35.946 INFO:teuthology.orchestra.run.smithi107.stdout:uid [ unknown] Ceph.com (release key) 2024-05-04T22:31:35.947 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-05-04T22:31:35.947 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:31:36.104 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-04T22:31:36.104 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:31:36.108 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-04T22:31:36.108 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:31:36.163 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/ 2024-05-04T22:31:36.164 INFO:teuthology.task.install.deb:Package version is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:31:36.215 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:31:36.215 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-04T22:31:36.229 DEBUG:teuthology.orchestra.run.smithi139:> sudo apt-get update 2024-05-04T22:31:36.280 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:31:36.280 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-04T22:31:36.291 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:31:36.291 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-04T22:31:36.294 DEBUG:teuthology.orchestra.run.smithi133:> sudo apt-get update 2024-05-04T22:31:36.305 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-05-04T22:31:36.402 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T22:31:36.402 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:31:36.415 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T22:31:36.436 INFO:teuthology.orchestra.run.smithi139.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T22:31:36.462 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:31:36.463 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T22:31:36.477 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T22:31:36.477 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-04T22:31:36.490 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-04T22:31:36.498 INFO:teuthology.orchestra.run.smithi133.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T22:31:36.509 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-04T22:31:36.510 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-04T22:31:36.510 INFO:teuthology.orchestra.run.smithi139.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-04T22:31:36.529 INFO:teuthology.orchestra.run.smithi107.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy InRelease 2024-05-04T22:31:36.530 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-04T22:31:36.547 INFO:teuthology.orchestra.run.smithi139.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-04T22:31:36.548 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-04T22:31:36.552 INFO:teuthology.orchestra.run.smithi133.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-04T22:31:36.570 INFO:teuthology.orchestra.run.smithi107.stdout:Ign:6 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-04T22:31:36.573 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-04T22:31:36.584 INFO:teuthology.orchestra.run.smithi139.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-04T22:31:36.591 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-04T22:31:36.598 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:8 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-04T22:31:36.600 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-04T22:31:36.619 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-04T22:31:36.620 INFO:teuthology.orchestra.run.smithi139.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-05-04T22:31:36.662 INFO:teuthology.orchestra.run.smithi139.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-05-04T22:31:36.741 INFO:teuthology.orchestra.run.smithi139.stdout:Fetched 29.2 kB in 0s (87.2 kB/s) 2024-05-04T22:31:36.804 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 29.2 kB in 0s (86.8 kB/s) 2024-05-04T22:31:36.820 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 29.2 kB in 0s (86.5 kB/s) 2024-05-04T22:31:37.699 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2024-05-04T22:31:37.715 DEBUG:teuthology.orchestra.run.smithi139:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:31:37.754 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-04T22:31:37.771 DEBUG:teuthology.orchestra.run.smithi133:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:31:37.774 INFO:teuthology.orchestra.run.smithi139.stdout:Reading package lists... 2024-05-04T22:31:37.775 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-05-04T22:31:37.790 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3463-g0963fa2b-1jammy cephadm=19.0.0-3463-g0963fa2b-1jammy ceph-mds=19.0.0-3463-g0963fa2b-1jammy ceph-mgr=19.0.0-3463-g0963fa2b-1jammy ceph-common=19.0.0-3463-g0963fa2b-1jammy ceph-fuse=19.0.0-3463-g0963fa2b-1jammy ceph-test=19.0.0-3463-g0963fa2b-1jammy ceph-volume=19.0.0-3463-g0963fa2b-1jammy radosgw=19.0.0-3463-g0963fa2b-1jammy python3-rados=19.0.0-3463-g0963fa2b-1jammy python3-rgw=19.0.0-3463-g0963fa2b-1jammy python3-cephfs=19.0.0-3463-g0963fa2b-1jammy python3-rbd=19.0.0-3463-g0963fa2b-1jammy libcephfs2=19.0.0-3463-g0963fa2b-1jammy libcephfs-dev=19.0.0-3463-g0963fa2b-1jammy librados2=19.0.0-3463-g0963fa2b-1jammy librbd1=19.0.0-3463-g0963fa2b-1jammy rbd-fuse=19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:31:37.832 INFO:teuthology.orchestra.run.smithi133.stdout:Reading package lists... 2024-05-04T22:31:37.851 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-05-04T22:31:37.972 INFO:teuthology.orchestra.run.smithi139.stdout:Building dependency tree... 2024-05-04T22:31:37.973 INFO:teuthology.orchestra.run.smithi139.stdout:Reading state information... 2024-05-04T22:31:38.026 INFO:teuthology.orchestra.run.smithi133.stdout:Building dependency tree... 2024-05-04T22:31:38.027 INFO:teuthology.orchestra.run.smithi133.stdout:Reading state information... 2024-05-04T22:31:38.050 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-05-04T22:31:38.050 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-05-04T22:31:38.166 INFO:teuthology.orchestra.run.smithi139.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:31:38.166 INFO:teuthology.orchestra.run.smithi139.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:31:38.166 INFO:teuthology.orchestra.run.smithi139.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:31:38.166 INFO:teuthology.orchestra.run.smithi139.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:31:38.167 INFO:teuthology.orchestra.run.smithi139.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T22:31:38.167 INFO:teuthology.orchestra.run.smithi139.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T22:31:38.167 INFO:teuthology.orchestra.run.smithi139.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:31:38.168 INFO:teuthology.orchestra.run.smithi139.stdout:The following additional packages will be installed: 2024-05-04T22:31:38.168 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-04T22:31:38.168 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-04T22:31:38.168 INFO:teuthology.orchestra.run.smithi139.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-04T22:31:38.168 INFO:teuthology.orchestra.run.smithi139.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-04T22:31:38.170 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-04T22:31:38.170 INFO:teuthology.orchestra.run.smithi139.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-04T22:31:38.170 INFO:teuthology.orchestra.run.smithi139.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-04T22:31:38.170 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-04T22:31:38.170 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-04T22:31:38.171 INFO:teuthology.orchestra.run.smithi139.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet zip 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout:Suggested packages: 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout:Recommended packages: 2024-05-04T22:31:38.172 INFO:teuthology.orchestra.run.smithi139.stdout: btrfs-tools 2024-05-04T22:31:38.199 INFO:teuthology.orchestra.run.smithi133.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:31:38.199 INFO:teuthology.orchestra.run.smithi133.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:31:38.199 INFO:teuthology.orchestra.run.smithi133.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:31:38.199 INFO:teuthology.orchestra.run.smithi133.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:31:38.199 INFO:teuthology.orchestra.run.smithi133.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T22:31:38.200 INFO:teuthology.orchestra.run.smithi133.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T22:31:38.200 INFO:teuthology.orchestra.run.smithi133.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:31:38.200 INFO:teuthology.orchestra.run.smithi133.stdout:The following additional packages will be installed: 2024-05-04T22:31:38.200 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-04T22:31:38.200 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-04T22:31:38.200 INFO:teuthology.orchestra.run.smithi133.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-04T22:31:38.201 INFO:teuthology.orchestra.run.smithi133.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T22:31:38.202 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: xmlstarlet zip 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout:Suggested packages: 2024-05-04T22:31:38.203 INFO:teuthology.orchestra.run.smithi133.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout:Recommended packages: 2024-05-04T22:31:38.204 INFO:teuthology.orchestra.run.smithi133.stdout: btrfs-tools 2024-05-04T22:31:38.242 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-05-04T22:31:38.242 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-04T22:31:38.243 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-04T22:31:38.243 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-04T22:31:38.243 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-04T22:31:38.243 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-04T22:31:38.243 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-04T22:31:38.245 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-04T22:31:38.246 INFO:teuthology.orchestra.run.smithi107.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet zip 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-04T22:31:38.247 INFO:teuthology.orchestra.run.smithi107.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-04T22:31:38.248 INFO:teuthology.orchestra.run.smithi107.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-04T22:31:38.248 INFO:teuthology.orchestra.run.smithi107.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-04T22:31:38.248 INFO:teuthology.orchestra.run.smithi107.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-04T22:31:38.248 INFO:teuthology.orchestra.run.smithi107.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-04T22:31:38.248 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-05-04T22:31:38.248 INFO:teuthology.orchestra.run.smithi107.stdout: btrfs-tools 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout:The following NEW packages will be installed: 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-04T22:31:38.272 INFO:teuthology.orchestra.run.smithi139.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-04T22:31:38.274 INFO:teuthology.orchestra.run.smithi139.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-04T22:31:38.274 INFO:teuthology.orchestra.run.smithi139.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-04T22:31:38.274 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T22:31:38.275 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-04T22:31:38.276 INFO:teuthology.orchestra.run.smithi139.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-04T22:31:38.301 INFO:teuthology.orchestra.run.smithi133.stdout:The following NEW packages will be installed: 2024-05-04T22:31:38.302 INFO:teuthology.orchestra.run.smithi133.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-04T22:31:38.302 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-04T22:31:38.302 INFO:teuthology.orchestra.run.smithi133.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-04T22:31:38.302 INFO:teuthology.orchestra.run.smithi133.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-04T22:31:38.302 INFO:teuthology.orchestra.run.smithi133.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-04T22:31:38.302 INFO:teuthology.orchestra.run.smithi133.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T22:31:38.303 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-04T22:31:38.304 INFO:teuthology.orchestra.run.smithi133.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-04T22:31:38.338 INFO:teuthology.orchestra.run.smithi139.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-04T22:31:38.338 INFO:teuthology.orchestra.run.smithi139.stdout:Need to get 181 MB of archives. 2024-05-04T22:31:38.338 INFO:teuthology.orchestra.run.smithi139.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-04T22:31:38.338 INFO:teuthology.orchestra.run.smithi139.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-04T22:31:38.345 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-05-04T22:31:38.345 INFO:teuthology.orchestra.run.smithi107.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-04T22:31:38.345 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-04T22:31:38.346 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-04T22:31:38.346 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-04T22:31:38.346 INFO:teuthology.orchestra.run.smithi107.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-04T22:31:38.346 INFO:teuthology.orchestra.run.smithi107.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-04T22:31:38.347 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-04T22:31:38.348 INFO:teuthology.orchestra.run.smithi107.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-04T22:31:38.366 INFO:teuthology.orchestra.run.smithi133.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-04T22:31:38.366 INFO:teuthology.orchestra.run.smithi133.stdout:Need to get 181 MB of archives. 2024-05-04T22:31:38.366 INFO:teuthology.orchestra.run.smithi133.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-04T22:31:38.366 INFO:teuthology.orchestra.run.smithi133.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-04T22:31:38.409 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-04T22:31:38.409 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 181 MB of archives. 2024-05-04T22:31:38.409 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-04T22:31:38.409 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-04T22:31:38.415 INFO:teuthology.orchestra.run.smithi139.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-04T22:31:38.443 INFO:teuthology.orchestra.run.smithi139.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-04T22:31:38.447 INFO:teuthology.orchestra.run.smithi139.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-04T22:31:38.467 INFO:teuthology.orchestra.run.smithi139.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-04T22:31:38.467 INFO:teuthology.orchestra.run.smithi133.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-04T22:31:38.470 INFO:teuthology.orchestra.run.smithi133.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-04T22:31:38.486 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-04T22:31:38.490 INFO:teuthology.orchestra.run.smithi133.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-04T22:31:38.513 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-04T22:31:38.516 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-04T22:31:38.524 INFO:teuthology.orchestra.run.smithi133.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3463-g0963fa2b-1jammy [3,556 kB] 2024-05-04T22:31:38.536 INFO:teuthology.orchestra.run.smithi139.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-04T22:31:38.538 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-04T22:31:38.541 INFO:teuthology.orchestra.run.smithi139.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-04T22:31:38.554 INFO:teuthology.orchestra.run.smithi139.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-04T22:31:38.559 INFO:teuthology.orchestra.run.smithi139.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-04T22:31:38.559 INFO:teuthology.orchestra.run.smithi139.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-04T22:31:38.560 INFO:teuthology.orchestra.run.smithi133.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-04T22:31:38.560 INFO:teuthology.orchestra.run.smithi139.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-04T22:31:38.565 INFO:teuthology.orchestra.run.smithi133.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-04T22:31:38.569 INFO:teuthology.orchestra.run.smithi139.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-04T22:31:38.571 INFO:teuthology.orchestra.run.smithi139.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-04T22:31:38.573 INFO:teuthology.orchestra.run.smithi139.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-04T22:31:38.574 INFO:teuthology.orchestra.run.smithi139.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-04T22:31:38.580 INFO:teuthology.orchestra.run.smithi133.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-04T22:31:38.585 INFO:teuthology.orchestra.run.smithi133.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-04T22:31:38.585 INFO:teuthology.orchestra.run.smithi133.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-04T22:31:38.586 INFO:teuthology.orchestra.run.smithi133.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-04T22:31:38.593 INFO:teuthology.orchestra.run.smithi139.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-04T22:31:38.595 INFO:teuthology.orchestra.run.smithi139.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-04T22:31:38.596 INFO:teuthology.orchestra.run.smithi133.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-04T22:31:38.597 INFO:teuthology.orchestra.run.smithi139.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-04T22:31:38.598 INFO:teuthology.orchestra.run.smithi133.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-04T22:31:38.599 INFO:teuthology.orchestra.run.smithi139.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-04T22:31:38.600 INFO:teuthology.orchestra.run.smithi139.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-04T22:31:38.600 INFO:teuthology.orchestra.run.smithi139.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-04T22:31:38.601 INFO:teuthology.orchestra.run.smithi133.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-04T22:31:38.602 INFO:teuthology.orchestra.run.smithi133.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-04T22:31:38.608 INFO:teuthology.orchestra.run.smithi133.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-04T22:31:38.610 INFO:teuthology.orchestra.run.smithi133.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-04T22:31:38.613 INFO:teuthology.orchestra.run.smithi133.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-04T22:31:38.616 INFO:teuthology.orchestra.run.smithi139.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-04T22:31:38.616 INFO:teuthology.orchestra.run.smithi139.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-04T22:31:38.616 INFO:teuthology.orchestra.run.smithi139.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-04T22:31:38.616 INFO:teuthology.orchestra.run.smithi139.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-04T22:31:38.617 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-04T22:31:38.622 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-04T22:31:38.627 INFO:teuthology.orchestra.run.smithi133.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-04T22:31:38.629 INFO:teuthology.orchestra.run.smithi133.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-04T22:31:38.629 INFO:teuthology.orchestra.run.smithi133.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-04T22:31:38.630 INFO:teuthology.orchestra.run.smithi133.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-04T22:31:38.630 INFO:teuthology.orchestra.run.smithi133.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-04T22:31:38.630 INFO:teuthology.orchestra.run.smithi133.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-04T22:31:38.631 INFO:teuthology.orchestra.run.smithi133.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-04T22:31:38.634 INFO:teuthology.orchestra.run.smithi139.stdout:Get:26 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-04T22:31:38.637 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-04T22:31:38.638 INFO:teuthology.orchestra.run.smithi139.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-04T22:31:38.638 INFO:teuthology.orchestra.run.smithi139.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-04T22:31:38.639 INFO:teuthology.orchestra.run.smithi139.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-04T22:31:38.641 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-04T22:31:38.642 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-04T22:31:38.642 INFO:teuthology.orchestra.run.smithi139.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-04T22:31:38.642 INFO:teuthology.orchestra.run.smithi139.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-04T22:31:38.643 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-04T22:31:38.643 INFO:teuthology.orchestra.run.smithi139.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-04T22:31:38.647 INFO:teuthology.orchestra.run.smithi133.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-04T22:31:38.647 INFO:teuthology.orchestra.run.smithi133.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-04T22:31:38.648 INFO:teuthology.orchestra.run.smithi133.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-04T22:31:38.652 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-04T22:31:38.654 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-04T22:31:38.656 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-04T22:31:38.658 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-04T22:31:38.659 INFO:teuthology.orchestra.run.smithi139.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-05-04T22:31:38.660 INFO:teuthology.orchestra.run.smithi139.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-04T22:31:38.660 INFO:teuthology.orchestra.run.smithi139.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-04T22:31:38.660 INFO:teuthology.orchestra.run.smithi139.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-04T22:31:38.661 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-04T22:31:38.663 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-04T22:31:38.667 INFO:teuthology.orchestra.run.smithi133.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-04T22:31:38.668 INFO:teuthology.orchestra.run.smithi133.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-04T22:31:38.668 INFO:teuthology.orchestra.run.smithi133.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-04T22:31:38.669 INFO:teuthology.orchestra.run.smithi133.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-04T22:31:38.671 INFO:teuthology.orchestra.run.smithi133.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-04T22:31:38.671 INFO:teuthology.orchestra.run.smithi133.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-04T22:31:38.671 INFO:teuthology.orchestra.run.smithi133.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-04T22:31:38.678 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-04T22:31:38.680 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-04T22:31:38.680 INFO:teuthology.orchestra.run.smithi139.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-04T22:31:38.681 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-04T22:31:38.681 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-04T22:31:38.682 INFO:teuthology.orchestra.run.smithi139.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-04T22:31:38.682 INFO:teuthology.orchestra.run.smithi139.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-04T22:31:38.682 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-04T22:31:38.682 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-04T22:31:38.683 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-04T22:31:38.683 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-04T22:31:38.686 INFO:teuthology.orchestra.run.smithi133.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-04T22:31:38.687 INFO:teuthology.orchestra.run.smithi139.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-04T22:31:38.687 INFO:teuthology.orchestra.run.smithi139.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-04T22:31:38.688 INFO:teuthology.orchestra.run.smithi133.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-04T22:31:38.688 INFO:teuthology.orchestra.run.smithi139.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-04T22:31:38.688 INFO:teuthology.orchestra.run.smithi133.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-04T22:31:38.701 INFO:teuthology.orchestra.run.smithi139.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-04T22:31:38.702 INFO:teuthology.orchestra.run.smithi139.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-04T22:31:38.704 INFO:teuthology.orchestra.run.smithi139.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-04T22:31:38.705 INFO:teuthology.orchestra.run.smithi139.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-04T22:31:38.705 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-04T22:31:38.706 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-04T22:31:38.706 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-04T22:31:38.708 INFO:teuthology.orchestra.run.smithi133.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-04T22:31:38.708 INFO:teuthology.orchestra.run.smithi133.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-04T22:31:38.708 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-04T22:31:38.709 INFO:teuthology.orchestra.run.smithi133.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-04T22:31:38.709 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-04T22:31:38.710 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-04T22:31:38.710 INFO:teuthology.orchestra.run.smithi133.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-04T22:31:38.712 INFO:teuthology.orchestra.run.smithi133.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-04T22:31:38.715 INFO:teuthology.orchestra.run.smithi133.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-04T22:31:38.716 INFO:teuthology.orchestra.run.smithi133.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-04T22:31:38.721 INFO:teuthology.orchestra.run.smithi139.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-04T22:31:38.722 INFO:teuthology.orchestra.run.smithi139.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-04T22:31:38.724 INFO:teuthology.orchestra.run.smithi139.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-04T22:31:38.725 INFO:teuthology.orchestra.run.smithi139.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-04T22:31:38.726 INFO:teuthology.orchestra.run.smithi139.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-04T22:31:38.727 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-04T22:31:38.728 INFO:teuthology.orchestra.run.smithi139.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-04T22:31:38.729 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-04T22:31:38.729 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-04T22:31:38.729 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-04T22:31:38.733 INFO:teuthology.orchestra.run.smithi133.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-04T22:31:38.735 INFO:teuthology.orchestra.run.smithi133.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-04T22:31:38.738 INFO:teuthology.orchestra.run.smithi133.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-04T22:31:38.748 INFO:teuthology.orchestra.run.smithi139.stdout:Get:53 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-04T22:31:38.757 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-04T22:31:38.758 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-04T22:31:38.759 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-04T22:31:38.765 INFO:teuthology.orchestra.run.smithi133.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-04T22:31:38.766 INFO:teuthology.orchestra.run.smithi133.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-04T22:31:38.769 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-04T22:31:38.770 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-04T22:31:38.771 INFO:teuthology.orchestra.run.smithi133.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-04T22:31:38.771 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-04T22:31:38.775 INFO:teuthology.orchestra.run.smithi139.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-04T22:31:38.787 INFO:teuthology.orchestra.run.smithi139.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-04T22:31:38.788 INFO:teuthology.orchestra.run.smithi139.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-04T22:31:38.798 INFO:teuthology.orchestra.run.smithi139.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-04T22:31:38.801 INFO:teuthology.orchestra.run.smithi139.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-04T22:31:38.808 INFO:teuthology.orchestra.run.smithi139.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-04T22:31:38.809 INFO:teuthology.orchestra.run.smithi139.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-04T22:31:38.811 INFO:teuthology.orchestra.run.smithi139.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-04T22:31:38.811 INFO:teuthology.orchestra.run.smithi139.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-04T22:31:38.812 INFO:teuthology.orchestra.run.smithi139.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-04T22:31:38.813 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-04T22:31:38.813 INFO:teuthology.orchestra.run.smithi139.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-04T22:31:38.815 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-04T22:31:38.818 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-04T22:31:38.820 INFO:teuthology.orchestra.run.smithi107.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-04T22:31:38.842 INFO:teuthology.orchestra.run.smithi139.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-04T22:31:38.846 INFO:teuthology.orchestra.run.smithi139.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-04T22:31:38.847 INFO:teuthology.orchestra.run.smithi139.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-04T22:31:38.857 INFO:teuthology.orchestra.run.smithi133.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-04T22:31:38.859 INFO:teuthology.orchestra.run.smithi107.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-04T22:31:38.861 INFO:teuthology.orchestra.run.smithi107.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-04T22:31:38.865 INFO:teuthology.orchestra.run.smithi107.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-04T22:31:38.866 INFO:teuthology.orchestra.run.smithi107.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-04T22:31:38.868 INFO:teuthology.orchestra.run.smithi107.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-04T22:31:38.872 INFO:teuthology.orchestra.run.smithi107.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-04T22:31:38.931 INFO:teuthology.orchestra.run.smithi133.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-04T22:31:38.934 INFO:teuthology.orchestra.run.smithi133.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-04T22:31:38.935 INFO:teuthology.orchestra.run.smithi133.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-04T22:31:38.937 INFO:teuthology.orchestra.run.smithi133.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-04T22:31:38.942 INFO:teuthology.orchestra.run.smithi139.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-04T22:31:38.942 INFO:teuthology.orchestra.run.smithi139.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-04T22:31:38.944 INFO:teuthology.orchestra.run.smithi139.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-04T22:31:38.944 INFO:teuthology.orchestra.run.smithi139.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-04T22:31:38.945 INFO:teuthology.orchestra.run.smithi139.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-04T22:31:38.946 INFO:teuthology.orchestra.run.smithi139.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-04T22:31:38.946 INFO:teuthology.orchestra.run.smithi139.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-04T22:31:38.947 INFO:teuthology.orchestra.run.smithi139.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-04T22:31:38.952 INFO:teuthology.orchestra.run.smithi139.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-04T22:31:38.969 INFO:teuthology.orchestra.run.smithi133.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-04T22:31:38.971 INFO:teuthology.orchestra.run.smithi139.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-04T22:31:38.972 INFO:teuthology.orchestra.run.smithi133.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-04T22:31:38.973 INFO:teuthology.orchestra.run.smithi133.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-04T22:31:38.983 INFO:teuthology.orchestra.run.smithi139.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-04T22:31:38.985 INFO:teuthology.orchestra.run.smithi139.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-04T22:31:38.988 INFO:teuthology.orchestra.run.smithi107.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-04T22:31:38.989 INFO:teuthology.orchestra.run.smithi107.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-04T22:31:38.990 INFO:teuthology.orchestra.run.smithi139.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-04T22:31:38.991 INFO:teuthology.orchestra.run.smithi107.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-04T22:31:38.991 INFO:teuthology.orchestra.run.smithi107.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-04T22:31:38.992 INFO:teuthology.orchestra.run.smithi107.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-04T22:31:38.994 INFO:teuthology.orchestra.run.smithi139.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-04T22:31:38.995 INFO:teuthology.orchestra.run.smithi133.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-04T22:31:38.996 INFO:teuthology.orchestra.run.smithi133.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-04T22:31:38.996 INFO:teuthology.orchestra.run.smithi139.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-04T22:31:38.996 INFO:teuthology.orchestra.run.smithi133.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-04T22:31:38.997 INFO:teuthology.orchestra.run.smithi139.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-04T22:31:38.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-04T22:31:38.997 INFO:teuthology.orchestra.run.smithi133.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-04T22:31:38.998 INFO:teuthology.orchestra.run.smithi133.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-04T22:31:39.004 INFO:teuthology.orchestra.run.smithi139.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-04T22:31:39.005 INFO:teuthology.orchestra.run.smithi139.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-04T22:31:39.009 INFO:teuthology.orchestra.run.smithi139.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-04T22:31:39.015 INFO:teuthology.orchestra.run.smithi107.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-04T22:31:39.015 INFO:teuthology.orchestra.run.smithi133.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-04T22:31:39.016 INFO:teuthology.orchestra.run.smithi133.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-04T22:31:39.017 INFO:teuthology.orchestra.run.smithi107.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-04T22:31:39.017 INFO:teuthology.orchestra.run.smithi107.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-04T22:31:39.020 INFO:teuthology.orchestra.run.smithi133.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-04T22:31:39.031 INFO:teuthology.orchestra.run.smithi139.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-04T22:31:39.032 INFO:teuthology.orchestra.run.smithi139.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-04T22:31:39.033 INFO:teuthology.orchestra.run.smithi139.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-04T22:31:39.036 INFO:teuthology.orchestra.run.smithi139.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-04T22:31:39.037 INFO:teuthology.orchestra.run.smithi139.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-04T22:31:39.043 INFO:teuthology.orchestra.run.smithi133.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-04T22:31:39.046 INFO:teuthology.orchestra.run.smithi133.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-04T22:31:39.046 INFO:teuthology.orchestra.run.smithi133.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-04T22:31:39.050 INFO:teuthology.orchestra.run.smithi139.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-04T22:31:39.050 INFO:teuthology.orchestra.run.smithi139.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-04T22:31:39.050 INFO:teuthology.orchestra.run.smithi139.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-04T22:31:39.052 INFO:teuthology.orchestra.run.smithi133.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-04T22:31:39.056 INFO:teuthology.orchestra.run.smithi133.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-04T22:31:39.057 INFO:teuthology.orchestra.run.smithi107.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-04T22:31:39.057 INFO:teuthology.orchestra.run.smithi133.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-04T22:31:39.057 INFO:teuthology.orchestra.run.smithi107.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-04T22:31:39.058 INFO:teuthology.orchestra.run.smithi133.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-04T22:31:39.059 INFO:teuthology.orchestra.run.smithi107.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-04T22:31:39.060 INFO:teuthology.orchestra.run.smithi107.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-04T22:31:39.060 INFO:teuthology.orchestra.run.smithi107.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-04T22:31:39.062 INFO:teuthology.orchestra.run.smithi107.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-04T22:31:39.062 INFO:teuthology.orchestra.run.smithi107.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-04T22:31:39.063 INFO:teuthology.orchestra.run.smithi107.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-04T22:31:39.064 INFO:teuthology.orchestra.run.smithi139.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-04T22:31:39.065 INFO:teuthology.orchestra.run.smithi139.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-04T22:31:39.069 INFO:teuthology.orchestra.run.smithi107.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-04T22:31:39.075 INFO:teuthology.orchestra.run.smithi139.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-04T22:31:39.078 INFO:teuthology.orchestra.run.smithi139.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-04T22:31:39.084 INFO:teuthology.orchestra.run.smithi133.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-04T22:31:39.085 INFO:teuthology.orchestra.run.smithi133.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-04T22:31:39.087 INFO:teuthology.orchestra.run.smithi107.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-04T22:31:39.089 INFO:teuthology.orchestra.run.smithi133.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-04T22:31:39.092 INFO:teuthology.orchestra.run.smithi107.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-04T22:31:39.094 INFO:teuthology.orchestra.run.smithi107.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-04T22:31:39.097 INFO:teuthology.orchestra.run.smithi139.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-04T22:31:39.099 INFO:teuthology.orchestra.run.smithi107.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-04T22:31:39.104 INFO:teuthology.orchestra.run.smithi133.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-04T22:31:39.105 INFO:teuthology.orchestra.run.smithi107.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-04T22:31:39.106 INFO:teuthology.orchestra.run.smithi133.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-04T22:31:39.106 INFO:teuthology.orchestra.run.smithi133.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-04T22:31:39.107 INFO:teuthology.orchestra.run.smithi107.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-04T22:31:39.107 INFO:teuthology.orchestra.run.smithi107.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-04T22:31:39.109 INFO:teuthology.orchestra.run.smithi133.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-04T22:31:39.111 INFO:teuthology.orchestra.run.smithi133.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-04T22:31:39.116 INFO:teuthology.orchestra.run.smithi107.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-04T22:31:39.118 INFO:teuthology.orchestra.run.smithi107.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-04T22:31:39.123 INFO:teuthology.orchestra.run.smithi107.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-04T22:31:39.124 INFO:teuthology.orchestra.run.smithi133.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-04T22:31:39.125 INFO:teuthology.orchestra.run.smithi133.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-04T22:31:39.125 INFO:teuthology.orchestra.run.smithi133.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-04T22:31:39.129 INFO:teuthology.orchestra.run.smithi133.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-04T22:31:39.131 INFO:teuthology.orchestra.run.smithi133.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-04T22:31:39.145 INFO:teuthology.orchestra.run.smithi107.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-04T22:31:39.146 INFO:teuthology.orchestra.run.smithi107.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-04T22:31:39.146 INFO:teuthology.orchestra.run.smithi107.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-04T22:31:39.149 INFO:teuthology.orchestra.run.smithi107.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-04T22:31:39.150 INFO:teuthology.orchestra.run.smithi107.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-04T22:31:39.162 INFO:teuthology.orchestra.run.smithi107.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-04T22:31:39.163 INFO:teuthology.orchestra.run.smithi107.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-04T22:31:39.164 INFO:teuthology.orchestra.run.smithi107.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-04T22:31:39.168 INFO:teuthology.orchestra.run.smithi107.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-04T22:31:39.169 INFO:teuthology.orchestra.run.smithi107.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-04T22:31:39.508 INFO:teuthology.orchestra.run.smithi107.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-04T22:31:40.074 INFO:teuthology.orchestra.run.smithi107.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-04T22:31:40.159 INFO:teuthology.orchestra.run.smithi107.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-04T22:31:40.228 INFO:teuthology.orchestra.run.smithi107.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-04T22:31:40.229 INFO:teuthology.orchestra.run.smithi107.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-04T22:31:40.238 INFO:teuthology.orchestra.run.smithi107.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-04T22:31:40.241 INFO:teuthology.orchestra.run.smithi107.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-04T22:31:40.275 INFO:teuthology.orchestra.run.smithi139.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-04T22:31:40.281 INFO:teuthology.orchestra.run.smithi107.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-04T22:31:40.501 INFO:teuthology.orchestra.run.smithi139.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-04T22:31:40.506 INFO:teuthology.orchestra.run.smithi139.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T22:31:40.509 INFO:teuthology.orchestra.run.smithi139.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-04T22:31:40.537 INFO:teuthology.orchestra.run.smithi139.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-04T22:31:40.614 INFO:teuthology.orchestra.run.smithi133.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3463-g0963fa2b-1jammy [3,224 kB] 2024-05-04T22:31:40.850 INFO:teuthology.orchestra.run.smithi139.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-04T22:31:41.280 INFO:teuthology.orchestra.run.smithi107.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-04T22:31:41.285 INFO:teuthology.orchestra.run.smithi107.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-04T22:31:41.350 INFO:teuthology.orchestra.run.smithi107.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-04T22:31:41.364 INFO:teuthology.orchestra.run.smithi133.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3463-g0963fa2b-1jammy [713 kB] 2024-05-04T22:31:41.487 INFO:teuthology.orchestra.run.smithi133.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3463-g0963fa2b-1jammy [356 kB] 2024-05-04T22:31:41.556 INFO:teuthology.orchestra.run.smithi133.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3463-g0963fa2b-1jammy [32.8 kB] 2024-05-04T22:31:41.561 INFO:teuthology.orchestra.run.smithi133.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3463-g0963fa2b-1jammy [180 kB] 2024-05-04T22:31:41.601 INFO:teuthology.orchestra.run.smithi133.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3463-g0963fa2b-1jammy [67.4 kB] 2024-05-04T22:31:41.620 INFO:teuthology.orchestra.run.smithi133.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3463-g0963fa2b-1jammy [330 kB] 2024-05-04T22:31:41.665 INFO:teuthology.orchestra.run.smithi133.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3463-g0963fa2b-1jammy [6,895 kB] 2024-05-04T22:31:42.168 INFO:teuthology.orchestra.run.smithi139.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-04T22:31:42.168 INFO:teuthology.orchestra.run.smithi139.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-04T22:31:42.185 INFO:teuthology.orchestra.run.smithi139.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-04T22:31:42.375 INFO:teuthology.orchestra.run.smithi139.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-04T22:31:42.397 INFO:teuthology.orchestra.run.smithi139.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-04T22:31:42.400 INFO:teuthology.orchestra.run.smithi139.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-04T22:31:42.502 INFO:teuthology.orchestra.run.smithi139.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-04T22:31:42.706 INFO:teuthology.orchestra.run.smithi133.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3463-g0963fa2b-1jammy [112 kB] 2024-05-04T22:31:42.724 INFO:teuthology.orchestra.run.smithi133.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3463-g0963fa2b-1jammy [466 kB] 2024-05-04T22:31:42.793 INFO:teuthology.orchestra.run.smithi133.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3463-g0963fa2b-1jammy [25.8 MB] 2024-05-04T22:31:43.072 INFO:teuthology.orchestra.run.smithi139.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-04T22:31:43.073 INFO:teuthology.orchestra.run.smithi139.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-04T22:31:44.739 INFO:teuthology.orchestra.run.smithi107.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-04T22:31:45.250 INFO:teuthology.orchestra.run.smithi107.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-04T22:31:45.310 INFO:teuthology.orchestra.run.smithi107.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T22:31:45.313 INFO:teuthology.orchestra.run.smithi107.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-04T22:31:45.501 INFO:teuthology.orchestra.run.smithi107.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-04T22:31:46.279 INFO:teuthology.orchestra.run.smithi107.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-04T22:31:46.425 INFO:teuthology.orchestra.run.smithi133.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3463-g0963fa2b-1jammy [5,095 kB] 2024-05-04T22:31:46.736 INFO:teuthology.orchestra.run.smithi139.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T22:31:46.739 INFO:teuthology.orchestra.run.smithi139.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-04T22:31:46.740 INFO:teuthology.orchestra.run.smithi139.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-04T22:31:46.989 INFO:teuthology.orchestra.run.smithi133.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3463-g0963fa2b-1jammy [244 kB] 2024-05-04T22:31:47.023 INFO:teuthology.orchestra.run.smithi133.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T22:31:47.038 INFO:teuthology.orchestra.run.smithi133.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3463-g0963fa2b-1jammy [1,543 kB] 2024-05-04T22:31:47.239 INFO:teuthology.orchestra.run.smithi133.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3463-g0963fa2b-1jammy [6,259 kB] 2024-05-04T22:31:47.524 INFO:teuthology.orchestra.run.smithi139.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-04T22:31:47.800 INFO:teuthology.orchestra.run.smithi133.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3463-g0963fa2b-1jammy [22.8 MB] 2024-05-04T22:31:48.097 INFO:teuthology.orchestra.run.smithi139.stdout:Fetched 181 MB in 9s (19.6 MB/s) 2024-05-04T22:31:48.259 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-04T22:31:48.354 INFO:teuthology.orchestra.run.smithi107.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-04T22:31:48.355 INFO:teuthology.orchestra.run.smithi107.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-04T22:31:48.361 INFO:teuthology.orchestra.run.smithi139.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-04T22:31:48.366 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-04T22:31:48.372 INFO:teuthology.orchestra.run.smithi107.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-04T22:31:48.449 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T22:31:48.474 INFO:teuthology.orchestra.run.smithi107.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-04T22:31:48.522 INFO:teuthology.orchestra.run.smithi107.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-04T22:31:48.531 INFO:teuthology.orchestra.run.smithi107.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-04T22:31:48.670 INFO:teuthology.orchestra.run.smithi107.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-04T22:31:48.770 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-04T22:31:48.796 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-04T22:31:48.836 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T22:31:49.172 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-04T22:31:49.187 INFO:teuthology.orchestra.run.smithi107.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-04T22:31:49.188 INFO:teuthology.orchestra.run.smithi107.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-04T22:31:49.199 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-04T22:31:49.239 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T22:31:49.513 INFO:teuthology.orchestra.run.smithi133.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3463-g0963fa2b-1jammy [14.0 kB] 2024-05-04T22:31:49.514 INFO:teuthology.orchestra.run.smithi133.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [870 kB] 2024-05-04T22:31:49.531 INFO:teuthology.orchestra.run.smithi133.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3463-g0963fa2b-1jammy [2,439 kB] 2024-05-04T22:31:49.684 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-04T22:31:49.685 INFO:teuthology.orchestra.run.smithi133.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3463-g0963fa2b-1jammy [792 kB] 2024-05-04T22:31:49.711 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:49.742 INFO:teuthology.orchestra.run.smithi133.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3463-g0963fa2b-1jammy [148 kB] 2024-05-04T22:31:49.751 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:49.753 INFO:teuthology.orchestra.run.smithi133.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3463-g0963fa2b-1jammy [2,297 kB] 2024-05-04T22:31:49.920 INFO:teuthology.orchestra.run.smithi133.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3463-g0963fa2b-1jammy [8,625 kB] 2024-05-04T22:31:50.162 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-04T22:31:50.189 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:50.229 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:50.532 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-04T22:31:50.548 INFO:teuthology.orchestra.run.smithi133.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3463-g0963fa2b-1jammy [14.2 kB] 2024-05-04T22:31:50.548 INFO:teuthology.orchestra.run.smithi133.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3463-g0963fa2b-1jammy [51.7 MB] 2024-05-04T22:31:50.558 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:50.598 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:50.943 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-04T22:31:50.969 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-04T22:31:51.010 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T22:31:51.321 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package librados2. 2024-05-04T22:31:51.347 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:51.387 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:51.849 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package librbd1. 2024-05-04T22:31:51.875 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:51.915 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:52.368 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libcephfs2. 2024-05-04T22:31:52.394 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:52.434 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:52.501 INFO:teuthology.orchestra.run.smithi107.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T22:31:52.503 INFO:teuthology.orchestra.run.smithi107.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-04T22:31:52.504 INFO:teuthology.orchestra.run.smithi107.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-04T22:31:52.712 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-rados. 2024-05-04T22:31:52.738 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:52.770 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:53.073 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-04T22:31:53.099 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:31:53.139 INFO:teuthology.orchestra.run.smithi107.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-04T22:31:53.139 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:53.400 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-cephfs. 2024-05-04T22:31:53.427 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:53.467 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:53.705 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 181 MB in 15s (12.3 MB/s) 2024-05-04T22:31:53.778 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-04T22:31:53.804 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:31:53.844 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:53.864 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-04T22:31:53.964 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-04T22:31:53.970 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-04T22:31:54.055 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T22:31:54.159 INFO:teuthology.orchestra.run.smithi133.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3463-g0963fa2b-1jammy [124 kB] 2024-05-04T22:31:54.162 INFO:teuthology.orchestra.run.smithi133.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3463-g0963fa2b-1jammy [38.9 kB] 2024-05-04T22:31:54.163 INFO:teuthology.orchestra.run.smithi133.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3463-g0963fa2b-1jammy [13.6 MB] 2024-05-04T22:31:54.164 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-04T22:31:54.190 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-04T22:31:54.231 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T22:31:54.359 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-04T22:31:54.385 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-04T22:31:54.417 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T22:31:54.534 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-prettytable. 2024-05-04T22:31:54.560 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-04T22:31:54.600 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-04T22:31:54.690 INFO:teuthology.orchestra.run.smithi133.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3463-g0963fa2b-1jammy [91.6 kB] 2024-05-04T22:31:54.795 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-04T22:31:54.821 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-04T22:31:54.862 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T22:31:54.878 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-rbd. 2024-05-04T22:31:54.904 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:54.944 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:55.319 INFO:teuthology.orchestra.run.smithi133.stdout:Fetched 181 MB in 16s (11.0 MB/s) 2024-05-04T22:31:55.324 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-04T22:31:55.351 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:55.407 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:55.447 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-04T22:31:55.453 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-04T22:31:55.473 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-04T22:31:55.514 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T22:31:55.552 INFO:teuthology.orchestra.run.smithi133.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-05-04T22:31:55.557 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-04T22:31:55.635 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T22:31:55.777 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-04T22:31:55.783 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-04T22:31:55.803 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:55.806 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-04T22:31:55.841 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T22:31:55.843 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:55.989 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-04T22:31:56.015 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-04T22:31:56.055 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T22:31:56.094 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-04T22:31:56.109 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-04T22:31:56.152 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T22:31:56.197 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-04T22:31:56.223 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:56.263 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:56.489 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package lua5.1. 2024-05-04T22:31:56.500 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-04T22:31:56.515 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-04T22:31:56.526 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-04T22:31:56.555 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-04T22:31:56.558 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T22:31:56.617 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-04T22:31:56.643 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-04T22:31:56.683 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T22:31:56.850 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package lua-any. 2024-05-04T22:31:56.876 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-04T22:31:56.916 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-04T22:31:56.978 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librados2. 2024-05-04T22:31:56.986 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-04T22:31:57.005 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:57.013 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:57.045 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:57.061 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:57.135 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package zip. 2024-05-04T22:31:57.151 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-04T22:31:57.202 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking zip (3.0-12build2) ... 2024-05-04T22:31:57.481 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-04T22:31:57.498 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librbd1. 2024-05-04T22:31:57.507 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:57.523 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:57.547 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package unzip. 2024-05-04T22:31:57.548 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:57.564 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:57.573 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-04T22:31:57.614 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-04T22:31:57.834 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-04T22:31:57.860 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-04T22:31:57.892 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:31:58.009 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package luarocks. 2024-05-04T22:31:58.034 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libcephfs2. 2024-05-04T22:31:58.035 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-04T22:31:58.061 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:58.076 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-04T22:31:58.101 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:58.220 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-04T22:31:58.246 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-04T22:31:58.287 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T22:31:58.378 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rados. 2024-05-04T22:31:58.393 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:58.425 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package librgw2. 2024-05-04T22:31:58.436 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:58.452 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:58.491 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:58.606 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librados2. 2024-05-04T22:31:58.633 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../007-librados2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:58.673 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:58.747 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-04T22:31:58.763 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:31:58.806 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.027 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-rgw. 2024-05-04T22:31:59.053 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:59.058 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cephfs. 2024-05-04T22:31:59.074 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:59.094 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.100 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librbd1. 2024-05-04T22:31:59.117 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.127 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../008-librbd1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:59.167 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.422 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-04T22:31:59.428 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-04T22:31:59.448 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-04T22:31:59.454 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:31:59.488 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T22:31:59.494 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.536 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs2. 2024-05-04T22:31:59.566 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:59.603 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.775 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libradosstriper1. 2024-05-04T22:31:59.798 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-04T22:31:59.801 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:59.825 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-04T22:31:59.841 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:31:59.864 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T22:31:59.889 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rados. 2024-05-04T22:31:59.904 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:31:59.972 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:00.143 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-prettytable. 2024-05-04T22:32:00.169 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-04T22:32:00.209 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-04T22:32:00.211 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-common. 2024-05-04T22:32:00.237 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:00.291 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-04T22:32:00.294 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:00.318 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:00.358 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:00.479 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rbd. 2024-05-04T22:32:00.505 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:00.553 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:00.602 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cephfs. 2024-05-04T22:32:00.617 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:00.652 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:00.904 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-04T22:32:00.906 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-04T22:32:00.919 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:00.932 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-04T22:32:00.971 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:00.973 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T22:32:01.251 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-04T22:32:01.266 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-04T22:32:01.301 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T22:32:01.391 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-04T22:32:01.417 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-04T22:32:01.457 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T22:32:01.596 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-04T22:32:01.611 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-04T22:32:01.641 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-base. 2024-05-04T22:32:01.654 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T22:32:01.668 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:01.717 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:01.777 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-prettytable. 2024-05-04T22:32:01.803 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-04T22:32:01.843 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-04T22:32:01.991 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua5.1. 2024-05-04T22:32:02.018 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-04T22:32:02.057 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-04T22:32:02.104 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rbd. 2024-05-04T22:32:02.119 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:02.162 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:02.304 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-04T22:32:02.330 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-04T22:32:02.344 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-any. 2024-05-04T22:32:02.359 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-04T22:32:02.370 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-04T22:32:02.394 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-04T22:32:02.449 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-04T22:32:02.475 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-04T22:32:02.507 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T22:32:02.630 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package zip. 2024-05-04T22:32:02.648 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-cheroot. 2024-05-04T22:32:02.656 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-04T22:32:02.674 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-04T22:32:02.696 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking zip (3.0-12build2) ... 2024-05-04T22:32:02.714 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T22:32:02.768 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-04T22:32:02.794 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-04T22:32:02.834 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T22:32:03.009 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package unzip. 2024-05-04T22:32:03.035 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-04T22:32:03.051 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-04T22:32:03.077 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-04T22:32:03.078 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-04T22:32:03.112 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-04T22:32:03.117 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-04T22:32:03.127 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-04T22:32:03.170 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T22:32:03.420 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-04T22:32:03.446 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-04T22:32:03.454 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package luarocks. 2024-05-04T22:32:03.480 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-04T22:32:03.486 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-04T22:32:03.498 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua5.1. 2024-05-04T22:32:03.512 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-04T22:32:03.524 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-04T22:32:03.582 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-04T22:32:03.764 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-04T22:32:03.791 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-04T22:32:03.831 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-04T22:32:03.862 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librgw2. 2024-05-04T22:32:03.876 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-any. 2024-05-04T22:32:03.877 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:03.891 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-04T22:32:03.920 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:03.926 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-04T22:32:04.101 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-tempora. 2024-05-04T22:32:04.127 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-04T22:32:04.128 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package zip. 2024-05-04T22:32:04.144 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-04T22:32:04.167 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-04T22:32:04.178 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking zip (3.0-12build2) ... 2024-05-04T22:32:04.470 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-portend. 2024-05-04T22:32:04.481 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rgw. 2024-05-04T22:32:04.496 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-04T22:32:04.498 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package unzip. 2024-05-04T22:32:04.508 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:04.524 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-04T22:32:04.536 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-04T22:32:04.548 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:04.565 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-04T22:32:04.839 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-04T22:32:04.866 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-04T22:32:04.876 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-04T22:32:04.903 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-04T22:32:04.906 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-04T22:32:04.942 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T22:32:04.944 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package luarocks. 2024-05-04T22:32:04.970 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-04T22:32:05.010 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-04T22:32:05.195 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libradosstriper1. 2024-05-04T22:32:05.200 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-04T22:32:05.211 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:05.228 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-04T22:32:05.254 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:05.267 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-04T22:32:05.368 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package librgw2. 2024-05-04T22:32:05.394 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../025-librgw2_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:05.426 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:05.604 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-natsort. 2024-05-04T22:32:05.630 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-04T22:32:05.670 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-04T22:32:05.941 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-common. 2024-05-04T22:32:05.945 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rgw. 2024-05-04T22:32:05.967 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:05.971 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:06.007 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-logutils. 2024-05-04T22:32:06.007 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:06.011 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:06.033 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-04T22:32:06.073 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-04T22:32:06.376 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-04T22:32:06.407 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-04T22:32:06.439 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-04T22:32:06.466 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-04T22:32:06.539 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T22:32:06.593 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-04T22:32:06.867 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libradosstriper1. 2024-05-04T22:32:06.893 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:06.895 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-mako. 2024-05-04T22:32:06.922 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-04T22:32:06.934 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:06.962 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T22:32:07.290 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-04T22:32:07.303 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-common. 2024-05-04T22:32:07.316 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-04T22:32:07.330 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:07.356 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-04T22:32:07.361 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:07.366 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-base. 2024-05-04T22:32:07.390 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:07.438 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:07.635 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-04T22:32:07.661 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-04T22:32:07.701 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-04T22:32:08.004 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-webob. 2024-05-04T22:32:08.030 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-04T22:32:08.051 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-04T22:32:08.070 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-04T22:32:08.077 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-04T22:32:08.125 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-04T22:32:08.415 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-waitress. 2024-05-04T22:32:08.441 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-04T22:32:08.485 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T22:32:08.495 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cheroot. 2024-05-04T22:32:08.522 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-04T22:32:08.570 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T22:32:08.667 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-base. 2024-05-04T22:32:08.693 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:08.743 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:08.818 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-tempita. 2024-05-04T22:32:08.845 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-04T22:32:08.884 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T22:32:08.973 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-04T22:32:09.000 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-04T22:32:09.048 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-04T22:32:09.187 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-paste. 2024-05-04T22:32:09.214 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-04T22:32:09.245 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T22:32:09.329 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-04T22:32:09.351 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-04T22:32:09.355 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-04T22:32:09.378 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-04T22:32:09.395 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-04T22:32:09.418 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-04T22:32:09.557 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-04T22:32:09.572 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-04T22:32:09.617 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T22:32:09.632 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cheroot. 2024-05-04T22:32:09.658 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-04T22:32:09.698 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T22:32:09.746 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-04T22:32:09.772 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-04T22:32:09.812 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-04T22:32:09.893 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-04T22:32:09.920 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-04T22:32:09.951 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-04T22:32:10.026 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-04T22:32:10.053 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-04T22:32:10.093 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-04T22:32:10.115 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-tempora. 2024-05-04T22:32:10.142 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-04T22:32:10.191 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-04T22:32:10.221 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-webtest. 2024-05-04T22:32:10.248 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-04T22:32:10.288 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-04T22:32:10.395 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-04T22:32:10.422 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-04T22:32:10.462 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-04T22:32:10.493 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-portend. 2024-05-04T22:32:10.520 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-04T22:32:10.560 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-04T22:32:10.582 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pecan. 2024-05-04T22:32:10.609 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-04T22:32:10.648 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T22:32:10.798 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-04T22:32:10.813 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-04T22:32:10.825 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-04T22:32:10.829 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-04T22:32:10.865 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-04T22:32:10.871 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-04T22:32:11.118 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempora. 2024-05-04T22:32:11.144 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-04T22:32:11.176 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-04T22:32:11.208 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-04T22:32:11.235 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-04T22:32:11.274 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-04T22:32:11.578 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-natsort. 2024-05-04T22:32:11.605 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-04T22:32:11.621 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-portend. 2024-05-04T22:32:11.648 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-04T22:32:11.712 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-04T22:32:11.870 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-certifi. 2024-05-04T22:32:11.897 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-04T22:32:11.936 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-04T22:32:12.178 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-04T22:32:12.248 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-idna. 2024-05-04T22:32:12.275 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-04T22:32:12.314 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-04T22:32:12.592 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-urllib3. 2024-05-04T22:32:12.608 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-04T22:32:12.632 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-logutils. 2024-05-04T22:32:12.642 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T22:32:12.658 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-04T22:32:12.698 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-04T22:32:12.731 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-04T22:32:12.758 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-04T22:32:12.798 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-04T22:32:12.929 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-requests. 2024-05-04T22:32:12.956 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-04T22:32:12.985 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-04T22:32:12.987 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T22:32:13.011 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-04T22:32:13.051 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-04T22:32:13.067 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-04T22:32:13.094 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-04T22:32:13.125 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-04T22:32:13.273 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-04T22:32:13.300 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-04T22:32:13.339 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T22:32:13.346 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-mako. 2024-05-04T22:32:13.372 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-04T22:32:13.412 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T22:32:13.462 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-natsort. 2024-05-04T22:32:13.489 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-04T22:32:13.529 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-04T22:32:13.636 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-04T22:32:13.652 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:13.694 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:13.699 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-04T22:32:13.715 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-04T22:32:13.749 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-04T22:32:13.840 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-logutils. 2024-05-04T22:32:13.867 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-04T22:32:13.907 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-04T22:32:14.052 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-04T22:32:14.074 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-04T22:32:14.078 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-04T22:32:14.101 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:14.118 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-04T22:32:14.140 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:14.176 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-04T22:32:14.192 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-04T22:32:14.226 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-04T22:32:14.441 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-webob. 2024-05-04T22:32:14.468 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-04T22:32:14.468 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-04T22:32:14.496 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-04T22:32:14.513 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-04T22:32:14.535 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-04T22:32:14.537 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-mako. 2024-05-04T22:32:14.563 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-04T22:32:14.604 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T22:32:14.838 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-openssl. 2024-05-04T22:32:14.865 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-04T22:32:14.875 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-waitress. 2024-05-04T22:32:14.901 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-04T22:32:14.921 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-04T22:32:14.940 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-04T22:32:14.944 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T22:32:14.967 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-04T22:32:15.007 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-04T22:32:15.219 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-tempita. 2024-05-04T22:32:15.234 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-04T22:32:15.240 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mgr. 2024-05-04T22:32:15.267 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:15.269 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T22:32:15.307 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:15.309 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-04T22:32:15.336 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-04T22:32:15.376 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-04T22:32:15.556 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-paste. 2024-05-04T22:32:15.582 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-04T22:32:15.620 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webob. 2024-05-04T22:32:15.622 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T22:32:15.635 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-04T22:32:15.670 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-04T22:32:15.676 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mon. 2024-05-04T22:32:15.704 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:15.743 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:15.926 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-04T22:32:15.941 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-04T22:32:15.975 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T22:32:16.023 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-waitress. 2024-05-04T22:32:16.049 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-04T22:32:16.093 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T22:32:16.279 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-04T22:32:16.304 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-04T22:32:16.321 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-osd. 2024-05-04T22:32:16.345 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-04T22:32:16.348 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:16.388 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:16.392 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-tempita. 2024-05-04T22:32:16.419 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-04T22:32:16.459 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T22:32:16.649 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-webtest. 2024-05-04T22:32:16.675 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-04T22:32:16.715 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-04T22:32:16.737 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-paste. 2024-05-04T22:32:16.763 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-04T22:32:16.795 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T22:32:17.001 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pecan. 2024-05-04T22:32:17.028 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-04T22:32:17.068 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T22:32:17.115 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-04T22:32:17.130 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-04T22:32:17.173 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T22:32:17.390 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-certifi. 2024-05-04T22:32:17.416 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-04T22:32:17.417 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-04T22:32:17.433 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-04T22:32:17.447 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-04T22:32:17.449 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph. 2024-05-04T22:32:17.467 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-04T22:32:17.477 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:17.516 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:17.770 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-webtest. 2024-05-04T22:32:17.793 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-idna. 2024-05-04T22:32:17.797 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-04T22:32:17.819 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-04T22:32:17.835 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-fuse. 2024-05-04T22:32:17.836 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-04T22:32:17.859 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-04T22:32:17.862 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:17.902 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:18.146 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-urllib3. 2024-05-04T22:32:18.172 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-04T22:32:18.181 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pecan. 2024-05-04T22:32:18.207 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-04T22:32:18.212 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T22:32:18.238 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mds. 2024-05-04T22:32:18.248 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T22:32:18.265 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:18.304 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:18.532 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-requests. 2024-05-04T22:32:18.559 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-04T22:32:18.598 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T22:32:18.628 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-certifi. 2024-05-04T22:32:18.654 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-04T22:32:18.694 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-04T22:32:18.707 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package cephadm. 2024-05-04T22:32:18.735 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:18.774 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:18.860 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-04T22:32:18.887 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-04T22:32:18.918 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T22:32:19.022 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-idna. 2024-05-04T22:32:19.048 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-04T22:32:19.088 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-04T22:32:19.093 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-04T22:32:19.120 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-04T22:32:19.160 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-04T22:32:19.188 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-04T22:32:19.215 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:19.246 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:19.341 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-urllib3. 2024-05-04T22:32:19.367 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-04T22:32:19.399 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T22:32:19.471 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-04T22:32:19.498 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T22:32:19.537 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:19.627 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-04T22:32:19.653 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:19.669 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests. 2024-05-04T22:32:19.682 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-04T22:32:19.693 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:19.710 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T22:32:19.988 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-04T22:32:20.013 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-04T22:32:20.014 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-04T22:32:20.039 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-04T22:32:20.055 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T22:32:20.079 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-04T22:32:20.324 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-04T22:32:20.340 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:20.341 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-openssl. 2024-05-04T22:32:20.356 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-04T22:32:20.374 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:20.390 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-04T22:32:20.525 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-babel. 2024-05-04T22:32:20.553 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T22:32:20.591 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:20.736 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr. 2024-05-04T22:32:20.746 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-04T22:32:20.762 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:20.772 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:20.802 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:20.812 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:20.920 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-jinja2. 2024-05-04T22:32:20.947 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-04T22:32:20.986 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T22:32:21.098 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-04T22:32:21.114 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-04T22:32:21.148 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-04T22:32:21.222 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mon. 2024-05-04T22:32:21.249 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:21.288 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:21.331 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-04T22:32:21.358 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:21.397 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:21.401 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-openssl. 2024-05-04T22:32:21.427 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-04T22:32:21.501 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-04T22:32:21.742 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-04T22:32:21.769 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-04T22:32:21.817 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-04T22:32:21.926 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-osd. 2024-05-04T22:32:21.952 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:21.987 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr. 2024-05-04T22:32:21.992 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:22.013 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:22.053 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:22.103 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-routes. 2024-05-04T22:32:22.119 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-04T22:32:22.153 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T22:32:22.448 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mon. 2024-05-04T22:32:22.472 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-04T22:32:22.475 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:22.500 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:22.514 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:22.539 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:23.035 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-osd. 2024-05-04T22:32:23.050 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:23.079 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph. 2024-05-04T22:32:23.084 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:23.105 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:23.145 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:23.473 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-fuse. 2024-05-04T22:32:23.500 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:23.539 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:23.819 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-04T22:32:23.835 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-04T22:32:23.877 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mds. 2024-05-04T22:32:23.877 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T22:32:23.903 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:23.935 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:24.071 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph. 2024-05-04T22:32:24.094 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../066-ceph_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:24.137 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:24.321 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package cephadm. 2024-05-04T22:32:24.347 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-joblib. 2024-05-04T22:32:24.348 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:24.374 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-04T22:32:24.387 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:24.413 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T22:32:24.465 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-fuse. 2024-05-04T22:32:24.492 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:24.531 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:24.724 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-04T22:32:24.749 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-04T22:32:24.750 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-04T22:32:24.765 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-04T22:32:24.790 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-04T22:32:24.799 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-04T22:32:24.859 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mds. 2024-05-04T22:32:24.875 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:24.909 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:25.094 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-sklearn. 2024-05-04T22:32:25.110 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-04T22:32:25.122 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-04T22:32:25.137 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T22:32:25.161 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T22:32:25.185 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:25.279 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package cephadm. 2024-05-04T22:32:25.305 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../069-cephadm_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:25.345 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:25.665 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-04T22:32:25.692 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-04T22:32:25.731 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-04T22:32:25.928 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-04T22:32:25.955 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:26.009 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-04T22:32:26.024 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T22:32:26.067 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:26.079 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:26.524 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-babel. 2024-05-04T22:32:26.551 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T22:32:26.590 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:26.894 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jinja2. 2024-05-04T22:32:26.910 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-04T22:32:26.943 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T22:32:27.016 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-cachetools. 2024-05-04T22:32:27.043 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-04T22:32:27.082 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-04T22:32:27.089 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-babel. 2024-05-04T22:32:27.116 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-04T22:32:27.155 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:27.246 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-04T22:32:27.262 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:27.296 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:27.352 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-04T22:32:27.379 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-04T22:32:27.483 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-jinja2. 2024-05-04T22:32:27.510 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-04T22:32:27.549 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T22:32:27.618 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-04T22:32:27.644 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-04T22:32:27.670 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-04T22:32:27.710 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-04T22:32:27.919 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-04T22:32:27.946 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:27.947 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-04T22:32:27.974 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-04T22:32:27.986 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:28.013 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-routes. 2024-05-04T22:32:28.013 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T22:32:28.040 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-04T22:32:28.071 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T22:32:28.316 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-rsa. 2024-05-04T22:32:28.330 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-04T22:32:28.343 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-04T22:32:28.357 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-04T22:32:28.390 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-04T22:32:28.391 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-04T22:32:28.397 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-04T22:32:28.406 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:28.440 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:28.686 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-google-auth. 2024-05-04T22:32:28.691 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-routes. 2024-05-04T22:32:28.713 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-04T22:32:28.718 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-04T22:32:28.750 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T22:32:28.752 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-04T22:32:29.022 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-04T22:32:29.050 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-04T22:32:29.078 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-04T22:32:29.089 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T22:32:29.104 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:29.144 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:29.408 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-websocket. 2024-05-04T22:32:29.436 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-04T22:32:29.474 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-04T22:32:29.704 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-04T22:32:29.719 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-04T22:32:29.762 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T22:32:29.794 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-04T22:32:29.818 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-04T22:32:29.861 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T22:32:30.240 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-joblib. 2024-05-04T22:32:30.267 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-04T22:32:30.306 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T22:32:30.333 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-04T22:32:30.360 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-04T22:32:30.399 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T22:32:30.525 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-04T22:32:30.541 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:30.583 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:30.645 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-04T22:32:30.670 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-04T22:32:30.709 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-04T22:32:30.869 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-04T22:32:30.886 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-joblib. 2024-05-04T22:32:30.896 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-04T22:32:30.913 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-04T22:32:30.927 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T22:32:30.952 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T22:32:31.012 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-sklearn. 2024-05-04T22:32:31.039 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-04T22:32:31.103 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T22:32:31.280 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-04T22:32:31.288 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-04T22:32:31.296 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-04T22:32:31.316 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T22:32:31.332 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-04T22:32:31.355 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T22:32:31.616 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package jq. 2024-05-04T22:32:31.627 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-sklearn. 2024-05-04T22:32:31.631 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T22:32:31.654 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-04T22:32:31.674 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-04T22:32:31.693 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T22:32:31.812 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-04T22:32:31.839 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:31.910 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package socat. 2024-05-04T22:32:31.937 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-04T22:32:31.964 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:31.976 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-04T22:32:32.372 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package xmlstarlet. 2024-05-04T22:32:32.399 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-04T22:32:32.429 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-04T22:32:32.784 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-test. 2024-05-04T22:32:32.785 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-04T22:32:32.801 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:32.811 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:32.850 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:32.912 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:33.034 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cachetools. 2024-05-04T22:32:33.060 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-04T22:32:33.100 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-04T22:32:33.395 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-04T22:32:33.422 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-04T22:32:33.461 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-04T22:32:33.798 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-04T22:32:33.825 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-04T22:32:33.848 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-cachetools. 2024-05-04T22:32:33.864 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T22:32:33.876 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-04T22:32:33.915 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-04T22:32:34.175 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rsa. 2024-05-04T22:32:34.201 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-04T22:32:34.203 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-04T22:32:34.229 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-04T22:32:34.241 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-04T22:32:34.268 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-04T22:32:34.537 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-google-auth. 2024-05-04T22:32:34.552 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-04T22:32:34.579 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-04T22:32:34.586 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-04T22:32:34.606 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-04T22:32:34.646 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T22:32:34.848 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-04T22:32:34.876 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-04T22:32:34.906 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T22:32:34.907 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-rsa. 2024-05-04T22:32:34.934 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-04T22:32:34.965 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-04T22:32:35.054 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package ceph-volume. 2024-05-04T22:32:35.082 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:35.120 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:35.209 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-websocket. 2024-05-04T22:32:35.236 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-04T22:32:35.269 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-google-auth. 2024-05-04T22:32:35.275 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-04T22:32:35.297 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-04T22:32:35.335 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-04T22:32:35.391 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-04T22:32:35.408 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:35.449 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:35.596 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-04T22:32:35.623 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-04T22:32:35.655 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-04T22:32:35.662 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T22:32:35.683 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-04T22:32:35.721 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T22:32:35.760 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-04T22:32:35.788 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-04T22:32:35.827 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T22:32:36.075 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-websocket. 2024-05-04T22:32:36.102 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-04T22:32:36.141 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-04T22:32:36.148 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-04T22:32:36.176 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-04T22:32:36.214 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-04T22:32:36.326 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-04T22:32:36.353 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:36.392 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:36.453 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-04T22:32:36.481 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-04T22:32:36.519 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T22:32:36.576 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package nvme-cli. 2024-05-04T22:32:36.604 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-04T22:32:36.643 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T22:32:36.720 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-04T22:32:36.747 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-04T22:32:36.786 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T22:32:37.023 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package pkg-config. 2024-05-04T22:32:37.050 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-04T22:32:37.081 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T22:32:37.131 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-04T22:32:37.158 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T22:32:37.166 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-04T22:32:37.195 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:37.197 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T22:32:37.233 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:37.334 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-04T22:32:37.361 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-04T22:32:37.400 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-04T22:32:37.466 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package jq. 2024-05-04T22:32:37.494 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T22:32:37.533 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-04T22:32:37.561 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-04T22:32:37.588 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-04T22:32:37.627 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T22:32:37.777 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package socat. 2024-05-04T22:32:37.793 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-04T22:32:37.795 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-04T22:32:37.822 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-04T22:32:37.827 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-04T22:32:37.861 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-04T22:32:37.955 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-04T22:32:37.982 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T22:32:38.021 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T22:32:38.080 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package xmlstarlet. 2024-05-04T22:32:38.096 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-04T22:32:38.130 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-04T22:32:38.147 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pastescript. 2024-05-04T22:32:38.175 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-04T22:32:38.214 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-04T22:32:38.232 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package jq. 2024-05-04T22:32:38.248 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-04T22:32:38.291 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-04T22:32:38.475 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-test. 2024-05-04T22:32:38.491 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:38.533 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:38.534 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pluggy. 2024-05-04T22:32:38.543 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package socat. 2024-05-04T22:32:38.560 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-04T22:32:38.561 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-04T22:32:38.601 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-04T22:32:38.602 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-04T22:32:38.895 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-psutil. 2024-05-04T22:32:38.911 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-04T22:32:38.913 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package xmlstarlet. 2024-05-04T22:32:38.940 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-04T22:32:38.953 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-04T22:32:38.979 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-04T22:32:39.297 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-py. 2024-05-04T22:32:39.325 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-04T22:32:39.334 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-test. 2024-05-04T22:32:39.362 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:39.372 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-04T22:32:39.425 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:39.709 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pygments. 2024-05-04T22:32:39.736 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-04T22:32:39.775 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T22:32:40.187 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-04T22:32:40.215 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-04T22:32:40.254 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-04T22:32:40.581 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-toml. 2024-05-04T22:32:40.609 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-04T22:32:40.648 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-04T22:32:40.854 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-volume. 2024-05-04T22:32:40.882 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:40.929 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:40.950 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-pytest. 2024-05-04T22:32:40.978 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-04T22:32:41.017 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T22:32:41.258 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-04T22:32:41.286 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:41.332 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:41.354 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package python3-simplejson. 2024-05-04T22:32:41.381 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-04T22:32:41.420 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-04T22:32:41.580 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package ceph-volume. 2024-05-04T22:32:41.607 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3463-g0963fa2b-1jammy_all.deb ... 2024-05-04T22:32:41.646 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:41.689 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-04T22:32:41.717 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-04T22:32:41.756 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-04T22:32:41.917 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-04T22:32:41.944 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-04T22:32:41.944 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:41.971 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-04T22:32:41.975 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:42.019 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T22:32:42.269 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-04T22:32:42.297 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-04T22:32:42.335 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T22:32:42.415 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-04T22:32:42.442 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-04T22:32:42.489 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-04T22:32:42.503 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package radosgw. 2024-05-04T22:32:42.531 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:42.576 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:42.673 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-04T22:32:42.701 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-04T22:32:42.740 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-04T22:32:42.860 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package nvme-cli. 2024-05-04T22:32:42.887 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-04T22:32:42.926 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T22:32:43.086 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package nvme-cli. 2024-05-04T22:32:43.113 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-04T22:32:43.152 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T22:32:43.348 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package pkg-config. 2024-05-04T22:32:43.375 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-04T22:32:43.414 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T22:32:43.507 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package pkg-config. 2024-05-04T22:32:43.535 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-04T22:32:43.565 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T22:32:43.612 INFO:teuthology.orchestra.run.smithi139.stdout:Selecting previously unselected package rbd-fuse. 2024-05-04T22:32:43.629 INFO:teuthology.orchestra.run.smithi139.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:43.662 INFO:teuthology.orchestra.run.smithi139.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:43.675 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-04T22:32:43.691 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-04T22:32:43.742 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-04T22:32:43.801 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-04T22:32:43.817 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-04T22:32:43.851 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-04T22:32:43.950 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-04T22:32:44.187 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-04T22:32:44.200 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T22:32:44.214 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-04T22:32:44.229 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-04T22:32:44.253 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-04T22:32:44.257 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-04T22:32:44.295 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-04T22:32:44.326 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T22:32:44.557 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pastescript. 2024-05-04T22:32:44.581 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pastescript. 2024-05-04T22:32:44.584 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-04T22:32:44.591 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-04T22:32:44.608 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-04T22:32:44.623 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-04T22:32:44.647 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-04T22:32:44.916 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-04T22:32:44.960 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pluggy. 2024-05-04T22:32:44.975 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pluggy. 2024-05-04T22:32:44.988 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-04T22:32:45.003 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-04T22:32:45.026 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-04T22:32:45.042 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-04T22:32:45.320 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-psutil. 2024-05-04T22:32:45.338 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-psutil. 2024-05-04T22:32:45.347 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-04T22:32:45.364 INFO:teuthology.orchestra.run.smithi139.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-04T22:32:45.365 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-04T22:32:45.386 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-04T22:32:45.404 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-04T22:32:45.478 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:45.722 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-py. 2024-05-04T22:32:45.724 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-py. 2024-05-04T22:32:45.750 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-04T22:32:45.751 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-04T22:32:45.790 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-04T22:32:45.797 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-04T22:32:45.977 INFO:teuthology.orchestra.run.smithi139.stdout:Adding system user cephadm....done 2024-05-04T22:32:46.102 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pygments. 2024-05-04T22:32:46.117 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pygments. 2024-05-04T22:32:46.129 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-04T22:32:46.134 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T22:32:46.144 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-04T22:32:46.168 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T22:32:46.183 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T22:32:46.402 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-04T22:32:46.639 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-04T22:32:46.653 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-04T22:32:46.654 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-04T22:32:46.667 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-04T22:32:46.681 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-04T22:32:46.705 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-04T22:32:46.720 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-04T22:32:46.779 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-04T22:32:46.983 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-toml. 2024-05-04T22:32:46.990 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-toml. 2024-05-04T22:32:47.007 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-04T22:32:47.017 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-04T22:32:47.022 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-04T22:32:47.047 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-04T22:32:47.049 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-04T22:32:47.273 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T22:32:47.350 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pytest. 2024-05-04T22:32:47.352 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-pytest. 2024-05-04T22:32:47.378 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-04T22:32:47.381 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-04T22:32:47.399 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-04T22:32:47.417 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T22:32:47.418 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T22:32:47.700 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T22:32:47.754 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-simplejson. 2024-05-04T22:32:47.755 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package python3-simplejson. 2024-05-04T22:32:47.781 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-04T22:32:47.785 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-04T22:32:47.812 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-04T22:32:47.830 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-04T22:32:48.064 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-04T22:32:48.069 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-04T22:32:48.080 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-04T22:32:48.114 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-04T22:32:48.333 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-04T22:32:48.345 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-04T22:32:48.360 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-04T22:32:48.416 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-04T22:32:48.613 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-04T22:32:48.843 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package radosgw. 2024-05-04T22:32:48.871 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:48.873 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-04T22:32:48.909 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:49.120 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package radosgw. 2024-05-04T22:32:49.124 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-04T22:32:49.148 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../116-radosgw_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:49.186 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:49.383 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-04T22:32:49.642 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:49.712 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package rbd-fuse. 2024-05-04T22:32:49.740 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:49.779 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:49.985 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T22:32:49.998 INFO:teuthology.orchestra.run.smithi133.stdout:Selecting previously unselected package rbd-fuse. 2024-05-04T22:32:50.025 INFO:teuthology.orchestra.run.smithi133.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3463-g0963fa2b-1jammy_amd64.deb ... 2024-05-04T22:32:50.064 INFO:teuthology.orchestra.run.smithi133.stdout:Unpacking rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:50.083 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-04T22:32:50.111 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T22:32:50.237 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T22:32:50.316 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T22:32:50.346 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-04T22:32:50.377 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-04T22:32:50.443 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T22:32:50.589 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-04T22:32:50.611 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-04T22:32:50.703 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-04T22:32:50.737 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-04T22:32:50.983 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-04T22:32:51.043 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-04T22:32:51.077 INFO:teuthology.orchestra.run.smithi139.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-04T22:32:51.128 INFO:teuthology.orchestra.run.smithi139.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-04T22:32:51.192 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T22:32:51.318 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-04T22:32:51.327 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-04T22:32:51.460 INFO:teuthology.orchestra.run.smithi107.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-04T22:32:51.527 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:51.669 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:51.752 INFO:teuthology.orchestra.run.smithi133.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-04T22:32:51.795 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-04T22:32:51.813 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:52.044 INFO:teuthology.orchestra.run.smithi107.stdout:Adding system user cephadm....done 2024-05-04T22:32:52.054 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T22:32:52.199 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T22:32:52.271 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user cephadm....done 2024-05-04T22:32:52.305 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-04T22:32:52.411 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-04T22:32:52.476 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-04T22:32:52.615 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up zip (3.0-12build2) ... 2024-05-04T22:32:52.696 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-04T22:32:52.735 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-04T22:32:52.757 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T22:32:52.861 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-04T22:32:52.922 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-04T22:32:53.023 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-04T22:32:53.113 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-04T22:32:53.274 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-04T22:32:53.355 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T22:32:53.403 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T22:32:53.464 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-04T22:32:53.534 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-04T22:32:53.654 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T22:32:53.660 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-04T22:32:53.749 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T22:32:53.788 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-04T22:32:53.889 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T22:32:53.987 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-04T22:32:54.110 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-04T22:32:54.199 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-04T22:32:54.338 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-04T22:32:54.394 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-04T22:32:54.581 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-04T22:32:54.608 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-04T22:32:54.670 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-04T22:32:54.849 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-04T22:32:54.859 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T22:32:54.897 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-04T22:32:55.109 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-04T22:32:55.131 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-04T22:32:55.252 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T22:32:55.343 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-04T22:32:55.373 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-04T22:32:55.553 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T22:32:55.594 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-04T22:32:55.624 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:55.862 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-argparse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:55.888 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-04T22:32:55.925 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T22:32:56.122 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-04T22:32:56.146 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-04T22:32:56.152 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T22:32:56.248 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:32:56.272 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-04T22:32:56.277 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T22:32:56.395 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-04T22:32:56.398 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-04T22:32:56.533 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-04T22:32:56.549 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-idna (3.3-1) ... 2024-05-04T22:32:56.638 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-04T22:32:56.801 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-04T22:32:56.917 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T22:32:57.034 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-04T22:32:57.070 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-04T22:32:57.124 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T22:32:57.198 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-04T22:32:57.231 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-04T22:32:57.320 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-04T22:32:57.421 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-04T22:32:57.600 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-04T22:32:57.772 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:57.898 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-04T22:32:58.009 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-04T22:32:58.039 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T22:32:58.135 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-04T22:32:58.174 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T22:32:58.291 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:32:58.403 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-04T22:32:58.425 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-04T22:32:58.434 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-04T22:32:58.662 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-04T22:32:58.692 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T22:32:58.752 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up zip (3.0-12build2) ... 2024-05-04T22:32:58.819 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-04T22:32:58.878 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T22:32:58.955 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up zip (3.0-12build2) ... 2024-05-04T22:32:59.056 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-04T22:32:59.186 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T22:32:59.471 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-04T22:32:59.530 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T22:32:59.722 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-04T22:32:59.741 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-04T22:32:59.781 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T22:32:59.898 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-04T22:32:59.973 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:00.001 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-04T22:33:00.033 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T22:33:00.099 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-04T22:33:00.127 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-04T22:33:00.252 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-04T22:33:00.325 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-04T22:33:00.417 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-04T22:33:00.537 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-04T22:33:00.685 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-04T22:33:00.702 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-04T22:33:00.905 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-04T22:33:00.944 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-04T22:33:00.952 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T22:33:01.139 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-04T22:33:01.195 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-04T22:33:01.337 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T22:33:01.438 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-04T22:33:01.515 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-04T22:33:01.614 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T22:33:01.689 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T22:33:01.808 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-04T22:33:01.815 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-04T22:33:01.948 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-04T22:33:02.091 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T22:33:02.160 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-04T22:33:02.208 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-04T22:33:02.233 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T22:33:02.309 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:02.410 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-04T22:33:02.520 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:02.526 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-04T22:33:02.593 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-idna (3.3-1) ... 2024-05-04T22:33:02.796 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-idna (3.3-1) ... 2024-05-04T22:33:02.827 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-04T22:33:02.919 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T22:33:03.070 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T22:33:03.088 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-04T22:33:03.179 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-04T22:33:03.280 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T22:33:03.362 INFO:teuthology.orchestra.run.smithi139.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-04T22:33:03.615 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T22:33:03.741 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T22:33:04.117 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T22:33:04.125 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-04T22:33:04.211 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-04T22:33:04.362 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:04.385 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-04T22:33:04.487 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:04.503 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-04T22:33:04.511 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-04T22:33:04.604 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-04T22:33:04.762 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:04.770 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T22:33:04.847 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-04T22:33:04.871 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-04T22:33:04.871 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T22:33:04.948 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-04T22:33:04.972 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T22:33:05.083 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-04T22:33:05.173 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T22:33:05.265 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-04T22:33:05.384 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-04T22:33:05.482 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T22:33:05.525 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-04T22:33:05.643 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-04T22:33:05.766 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-04T22:33:05.768 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:05.885 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-04T22:33:05.886 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:05.892 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-04T22:33:06.012 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-04T22:33:06.160 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-04T22:33:06.186 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-04T22:33:06.305 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-04T22:33:06.412 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-04T22:33:06.436 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T22:33:06.548 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-04T22:33:06.655 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-04T22:33:06.756 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-04T22:33:06.790 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-04T22:33:06.906 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-04T22:33:07.049 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-04T22:33:07.157 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-04T22:33:07.165 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-04T22:33:07.300 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-04T22:33:07.417 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T22:33:07.450 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T22:33:07.543 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-04T22:33:07.568 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-04T22:33:07.719 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-04T22:33:07.795 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T22:33:07.827 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T22:33:07.921 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:07.953 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T22:33:08.012 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-04T22:33:08.021 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:08.121 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-04T22:33:08.139 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-04T22:33:08.254 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-04T22:33:08.414 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-04T22:33:08.475 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:08.539 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-04T22:33:08.601 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:08.723 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-04T22:33:08.727 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-04T22:33:08.815 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T22:33:08.941 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-04T22:33:08.974 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-04T22:33:09.012 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:09.067 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T22:33:09.100 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-04T22:33:09.138 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:09.156 INFO:teuthology.orchestra.run.smithi133.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-04T22:33:09.226 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-04T22:33:09.264 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:09.315 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-04T22:33:09.418 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T22:33:09.477 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T22:33:09.478 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T22:33:09.545 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T22:33:09.561 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-04T22:33:09.662 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-04T22:33:09.921 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-04T22:33:09.957 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:10.022 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-04T22:33:10.083 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:10.172 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-04T22:33:10.209 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:10.256 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-04T22:33:10.281 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-04T22:33:10.335 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T22:33:10.382 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-04T22:33:10.549 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:10.641 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-04T22:33:10.667 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T22:33:10.775 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-04T22:33:10.976 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T22:33:11.093 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-04T22:33:11.269 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T22:33:11.378 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-04T22:33:11.537 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-04T22:33:11.555 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:11.654 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-04T22:33:11.662 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-04T22:33:11.681 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:11.763 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-04T22:33:11.807 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:11.897 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-04T22:33:11.933 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:12.022 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-04T22:33:12.059 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:12.148 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T22:33:12.298 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-04T22:33:12.485 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-04T22:33:12.577 INFO:teuthology.orchestra.run.smithi139.stdout:Adding group ceph....done 2024-05-04T22:33:12.668 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-04T22:33:12.861 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-04T22:33:12.945 INFO:teuthology.orchestra.run.smithi139.stdout:Adding system user ceph....done 2024-05-04T22:33:13.045 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-04T22:33:13.096 INFO:teuthology.orchestra.run.smithi139.stdout:Setting system user ceph properties....done 2024-05-04T22:33:13.109 INFO:teuthology.orchestra.run.smithi139.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-04T22:33:13.129 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T22:33:13.249 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-04T22:33:13.313 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-04T22:33:13.448 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T22:33:13.583 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:13.612 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-04T22:33:13.657 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-04T22:33:13.709 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:13.783 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librados2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:13.835 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-04T22:33:13.909 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.035 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-04T22:33:14.110 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.138 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.228 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.239 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.304 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libcephfs2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.357 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-04T22:33:14.463 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libradosstriper1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.589 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-04T22:33:14.641 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.711 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T22:33:14.711 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T22:33:14.759 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.885 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:14.891 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librbd1 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.017 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-modules-core (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.097 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T22:33:15.097 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T22:33:15.143 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.171 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.352 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T22:33:15.353 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-04T22:33:15.529 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-04T22:33:15.561 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.662 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.763 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.853 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libcephfs-dev (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:15.864 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T22:33:15.979 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rados (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:16.015 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:16.130 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librgw2 (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:16.255 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-04T22:33:16.274 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T22:33:16.275 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T22:33:16.951 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.078 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.163 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T22:33:17.163 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T22:33:17.204 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.330 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.456 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.539 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rbd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.573 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.645 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.690 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up rbd-fuse (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.816 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:17.915 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T22:33:17.915 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T22:33:17.942 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cephfs (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:18.074 INFO:teuthology.orchestra.run.smithi133.stdout:Adding group ceph....done 2024-05-04T22:33:18.076 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-common (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:18.443 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:18.451 INFO:teuthology.orchestra.run.smithi133.stdout:Adding system user ceph....done 2024-05-04T22:33:18.561 INFO:teuthology.orchestra.run.smithi107.stdout:Adding group ceph....done 2024-05-04T22:33:18.628 INFO:teuthology.orchestra.run.smithi133.stdout:Setting system user ceph properties....done 2024-05-04T22:33:18.642 INFO:teuthology.orchestra.run.smithi133.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-04T22:33:18.685 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:18.775 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-04T22:33:18.925 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:18.945 INFO:teuthology.orchestra.run.smithi107.stdout:Adding system user ceph....done 2024-05-04T22:33:19.082 INFO:teuthology.orchestra.run.smithi107.stdout:Setting system user ceph properties....done 2024-05-04T22:33:19.083 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-04T22:33:19.102 INFO:teuthology.orchestra.run.smithi107.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-04T22:33:19.178 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T22:33:19.178 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T22:33:19.241 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-04T22:33:19.574 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-04T22:33:19.575 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:19.708 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:19.709 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:19.859 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:19.994 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:20.086 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-test (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:20.145 INFO:teuthology.orchestra.run.smithi139.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:20.187 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up radosgw (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:20.485 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T22:33:20.485 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T22:33:20.498 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-04T22:33:20.598 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-04T22:33:20.630 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T22:33:20.630 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-04T22:33:20.751 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-04T22:33:20.903 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:21.130 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-base (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:21.215 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-04T22:33:21.475 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-04T22:33:21.550 INFO:teuthology.orchestra.run.smithi139.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-04T22:33:21.688 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:21.923 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T22:33:21.923 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T22:33:21.957 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mds (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:22.181 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T22:33:22.182 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-04T22:33:22.194 INFO:teuthology.orchestra.run.smithi139.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-04T22:33:22.201 DEBUG:teuthology.parallel:result is None 2024-05-04T22:33:22.391 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:22.596 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T22:33:22.596 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T22:33:22.667 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:22.885 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T22:33:22.885 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-04T22:33:23.049 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:23.293 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T22:33:23.293 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T22:33:23.385 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-osd (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:23.637 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T22:33:23.637 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-04T22:33:23.768 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:23.893 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:24.028 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:24.095 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:24.204 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:24.224 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T22:33:24.224 INFO:teuthology.orchestra.run.smithi133.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T22:33:24.364 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mon (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:24.575 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T22:33:24.575 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-04T22:33:24.890 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.041 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.048 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-cephadm (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.142 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.217 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.294 INFO:teuthology.orchestra.run.smithi133.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.342 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-dashboard (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.493 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-volume (19.0.0-3463-g0963fa2b-1jammy) ... 2024-05-04T22:33:25.630 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-04T22:33:25.738 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-04T22:33:25.822 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-04T22:33:25.891 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-04T22:33:26.064 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-04T22:33:26.216 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-04T22:33:26.966 INFO:teuthology.orchestra.run.smithi133.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-04T22:33:27.108 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-04T22:33:27.607 INFO:teuthology.orchestra.run.smithi133.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-04T22:33:27.612 DEBUG:teuthology.parallel:result is None 2024-05-04T22:33:27.754 INFO:teuthology.orchestra.run.smithi107.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-04T22:33:27.759 DEBUG:teuthology.parallel:result is None 2024-05-04T22:33:27.760 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:33:27.975 DEBUG:teuthology.orchestra.run.smithi107:> dpkg-query -W -f '${Version}' ceph 2024-05-04T22:33:27.994 INFO:teuthology.orchestra.run.smithi107.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:33:27.995 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:33:27.995 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-04T22:33:27.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:33:28.215 DEBUG:teuthology.orchestra.run.smithi133:> dpkg-query -W -f '${Version}' ceph 2024-05-04T22:33:28.235 INFO:teuthology.orchestra.run.smithi133.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:33:28.235 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:33:28.235 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-04T22:33:28.237 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:33:28.372 DEBUG:teuthology.orchestra.run.smithi139:> dpkg-query -W -f '${Version}' ceph 2024-05-04T22:33:28.391 INFO:teuthology.orchestra.run.smithi139.stdout:19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:33:28.392 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3463-g0963fa2b-1jammy 2024-05-04T22:33:28.392 INFO:teuthology.task.install:The correct ceph version 19.0.0-3463-g0963fa2b-1jammy is installed. 2024-05-04T22:33:28.394 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-04T22:33:28.394 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:33:28.394 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-04T22:33:28.409 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:33:28.409 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-04T22:33:28.423 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:33:28.423 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-04T22:33:28.445 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-04T22:33:28.446 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:33:28.446 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-05-04T22:33:28.461 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-04T22:33:28.517 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:33:28.517 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/daemon-helper 2024-05-04T22:33:28.530 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-04T22:33:28.584 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:33:28.584 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/daemon-helper 2024-05-04T22:33:28.598 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-04T22:33:28.652 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-04T22:33:28.652 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:33:28.652 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-04T22:33:28.665 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-04T22:33:28.721 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:33:28.721 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-04T22:33:28.735 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-04T22:33:28.788 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:33:28.788 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-04T22:33:28.802 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-04T22:33:28.856 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-04T22:33:28.857 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:33:28.857 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-05-04T22:33:28.870 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-04T22:33:28.925 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:33:28.926 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/usr/bin/stdin-killer 2024-05-04T22:33:28.939 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-04T22:33:28.992 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:33:28.992 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/stdin-killer 2024-05-04T22:33:29.006 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-04T22:33:29.060 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-04T22:33:29.174 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': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16'} 2024-05-04T22:33:29.174 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:33:29.174 INFO:tasks.cephadm:Cluster fsid is 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:33:29.175 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-04T22:33:29.175 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.107', 'mon.b': '172.21.15.133', 'mon.c': '172.21.15.139'} 2024-05-04T22:33:29.175 INFO:tasks.cephadm:First mon is mon.a on smithi107 2024-05-04T22:33:29.175 INFO:tasks.cephadm:First mgr is a 2024-05-04T22:33:29.175 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-04T22:33:29.175 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-05-04T22:33:29.190 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-05-04T22:33:29.205 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2024-05-04T22:33:29.220 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-04T22:33:29.220 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:33:29.445 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '0963fa2bbe9b86a11c3a192ab0fbb3d382746c16', '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/79046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3463-g0963fa2b', 'node_name': '172.21.5.33+adami03', '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-3463-g0963fa2b-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-02 00:24:51.999362', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-05-01-1547', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-04T22:33:29.663 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri8-testing-2024-05-01-1547, sha1 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:33:29.665 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-04T22:33:29.665 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:30.136 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 4 22:33 /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:30.137 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:30.762 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 4 22:33 /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:30.762 DEBUG:teuthology.orchestra.run.smithi139:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-05-01-1547/0963fa2bbe9b86a11c3a192ab0fbb3d382746c16/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:31.393 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789861 May 4 22:33 /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:31.394 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:31.402 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:31.410 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-04T22:33:31.429 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 on all hosts... 2024-05-04T22:33:31.430 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-04T22:33:31.447 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-04T22:33:31.455 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 pull 2024-05-04T22:33:31.613 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T22:33:31.621 INFO:teuthology.orchestra.run.smithi133.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T22:33:31.628 INFO:teuthology.orchestra.run.smithi139.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout:{ 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout: "repo_digests": [ 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout: ] 2024-05-04T22:34:19.057 INFO:teuthology.orchestra.run.smithi139.stdout:} 2024-05-04T22:34:43.077 INFO:teuthology.orchestra.run.smithi133.stdout:{ 2024-05-04T22:34:43.077 INFO:teuthology.orchestra.run.smithi133.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-04T22:34:43.077 INFO:teuthology.orchestra.run.smithi133.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-04T22:34:43.077 INFO:teuthology.orchestra.run.smithi133.stdout: "repo_digests": [ 2024-05-04T22:34:43.078 INFO:teuthology.orchestra.run.smithi133.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-04T22:34:43.078 INFO:teuthology.orchestra.run.smithi133.stdout: ] 2024-05-04T22:34:43.078 INFO:teuthology.orchestra.run.smithi133.stdout:} 2024-05-04T22:34:53.471 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-05-04T22:34:53.472 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev)", 2024-05-04T22:34:53.472 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "78eb11be6300204e87b4e63ee00f03f0017a4b8eceef42e63c613469a1f5e85f", 2024-05-04T22:34:53.472 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-05-04T22:34:53.472 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96" 2024-05-04T22:34:53.472 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-05-04T22:34:53.472 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-05-04T22:34:53.519 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-05-04T22:34:53.533 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-05-04T22:34:53.547 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /etc/ceph 2024-05-04T22:34:53.562 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-05-04T22:34:53.589 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-05-04T22:34:53.601 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 777 /etc/ceph 2024-05-04T22:34:53.631 INFO:tasks.cephadm:Writing seed config... 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-04T22:34:53.632 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-04T22:34:53.633 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-04T22:34:53.633 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-04T22:34:53.633 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:34:53.633 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-04T22:34:53.639 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 = 54763058-0a66-11ef-bc97-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-05-04T22:34:53.639 DEBUG:teuthology.orchestra.run.smithi107:mon.a> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a.service 2024-05-04T22:34:53.687 DEBUG:teuthology.orchestra.run.smithi107:mgr.a> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a.service 2024-05-04T22:34:53.734 INFO:tasks.cephadm:Bootstrapping... 2024-05-04T22:34:53.735 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 -v bootstrap --fsid 54763058-0a66-11ef-bc97-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.107 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:34:53.942 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-05-04T22:34:53.942 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16', '-v', 'bootstrap', '--fsid', '54763058-0a66-11ef-bc97-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.107', '--skip-admin-label'] 2024-05-04T22:34:53.943 INFO:teuthology.orchestra.run.smithi107.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-04T22:34:53.943 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying podman|docker is present... 2024-05-04T22:34:53.943 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying lvm2 is present... 2024-05-04T22:34:53.943 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying time synchronization is in place... 2024-05-04T22:34:53.949 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-04T22:34:53.950 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-04T22:34:53.955 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-04T22:34:53.956 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:53.960 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-04T22:34:53.961 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-04T22:34:53.966 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-04T22:34:53.966 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:53.971 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-04T22:34:53.971 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout masked 2024-05-04T22:34:53.975 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-04T22:34:53.975 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:53.978 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-04T22:34:53.978 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-04T22:34:53.981 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-04T22:34:53.981 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:53.985 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout enabled 2024-05-04T22:34:53.989 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout active 2024-05-04T22:34:53.989 INFO:teuthology.orchestra.run.smithi107.stdout:Unit ntp.service is enabled and running 2024-05-04T22:34:53.989 INFO:teuthology.orchestra.run.smithi107.stdout:Repeating the final host check... 2024-05-04T22:34:53.989 INFO:teuthology.orchestra.run.smithi107.stdout:docker (/usr/bin/docker) is present 2024-05-04T22:34:53.989 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl is present 2024-05-04T22:34:53.990 INFO:teuthology.orchestra.run.smithi107.stdout:lvcreate is present 2024-05-04T22:34:53.992 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-04T22:34:53.993 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-04T22:34:53.996 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-04T22:34:53.996 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:53.999 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-04T22:34:53.999 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-04T22:34:54.002 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-04T22:34:54.002 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:54.006 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-04T22:34:54.006 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout masked 2024-05-04T22:34:54.009 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-04T22:34:54.009 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:54.012 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-04T22:34:54.012 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-04T22:34:54.016 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-04T22:34:54.016 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-05-04T22:34:54.020 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout enabled 2024-05-04T22:34:54.024 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout active 2024-05-04T22:34:54.024 INFO:teuthology.orchestra.run.smithi107.stdout:Unit ntp.service is enabled and running 2024-05-04T22:34:54.024 INFO:teuthology.orchestra.run.smithi107.stdout:Host looks OK 2024-05-04T22:34:54.025 INFO:teuthology.orchestra.run.smithi107.stdout:Cluster fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:34:54.025 INFO:teuthology.orchestra.run.smithi107.stdout:Acquiring lock 140682919749680 on /run/cephadm/54763058-0a66-11ef-bc97-c7b262605968.lock 2024-05-04T22:34:54.025 INFO:teuthology.orchestra.run.smithi107.stdout:Lock 140682919749680 acquired on /run/cephadm/54763058-0a66-11ef-bc97-c7b262605968.lock 2024-05-04T22:34:54.025 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying IP 172.21.15.107 port 3300 ... 2024-05-04T22:34:54.025 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying IP 172.21.15.107 port 6789 ... 2024-05-04T22:34:54.025 INFO:teuthology.orchestra.run.smithi107.stdout:Base mon IP(s) is [172.21.15.107:3300, 172.21.15.107:6789], mon addrv is [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-05-04T22:34:54.027 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-05-04T22:34:54.027 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-05-04T22:34:54.028 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-05-04T22:34:54.028 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-04T22:34:54.028 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.107 metric 100 2024-05-04T22:34:54.028 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-05-04T22:34:54.028 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-05-04T22:34:54.028 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-05-04T22:34:54.029 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-04T22:34:54.029 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-05-04T22:34:54.029 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1796sec pref medium 2024-05-04T22:34:54.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-04T22:34:54.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-04T22:34:54.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-04T22:34:54.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-05-04T22:34:54.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:47eb/64 scope link 2024-05-04T22:34:54.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.0/20` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.0/20` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.1/32` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.1/32` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.2/32` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.2/32` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.15.254/32` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.15.254/32` 2024-05-04T22:34:54.033 INFO:teuthology.orchestra.run.smithi107.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-05-04T22:34:54.034 INFO:teuthology.orchestra.run.smithi107.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-04T22:34:54.034 INFO:teuthology.orchestra.run.smithi107.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16... 2024-05-04T22:34:54.544 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout 0963fa2bbe9b86a11c3a192ab0fbb3d382746c16: Pulling from ceph-ci/ceph 2024-05-04T22:34:54.544 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout Digest: sha256:e5cd05c9d056674257015640778ba11a45c49a1a93b93a73976edc47b2e2ae96 2024-05-04T22:34:54.544 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:34:54.544 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 2024-05-04T22:34:56.276 INFO:teuthology.orchestra.run.smithi107.stdout:ceph: stdout ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev) 2024-05-04T22:34:56.276 INFO:teuthology.orchestra.run.smithi107.stdout:Ceph version: ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev) 2024-05-04T22:34:56.276 INFO:teuthology.orchestra.run.smithi107.stdout:Extracting ceph user uid/gid from container image... 2024-05-04T22:34:57.681 INFO:teuthology.orchestra.run.smithi107.stdout:stat: stdout 167 167 2024-05-04T22:34:57.681 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial keys... 2024-05-04T22:34:59.085 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQASuDZm/cSGGxAAyce13vc0li28V24QWsEnJQ== 2024-05-04T22:35:00.531 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQATuDZmiZOkNBAAuNWe01uB3G1kw5Lyzajotw== 2024-05-04T22:35:02.019 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQAVuDZm05/UEhAA7v5HSEqeEnthIpAZugucgA== 2024-05-04T22:35:02.019 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial monmap... 2024-05-04T22:35:03.500 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-04T22:35:03.500 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-04T22:35:03.500 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:03.500 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-04T22:35:03.501 INFO:teuthology.orchestra.run.smithi107.stdout:monmaptool for a [v2:172.21.15.107:3300,v1:172.21.15.107:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-04T22:35:03.501 INFO:teuthology.orchestra.run.smithi107.stdout:setting min_mon_release = quincy 2024-05-04T22:35:03.501 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: set fsid to 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:03.501 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-04T22:35:03.501 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:35:03.501 INFO:teuthology.orchestra.run.smithi107.stdout:Creating mon... 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 1 imported monmap: 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:04.995 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 0 /usr/bin/ceph-mon: set fsid to 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Git sha 0 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: DB SUMMARY 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: DB Session ID: LFPWPM2VK9PUJOMN6SNR 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:04.996 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.error_if_exists: 0 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.create_if_missing: 1 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.env: 0x55de77ac7cc0 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.info_log: 0x55de78683040 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.statistics: (nil) 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.use_fsync: 0 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-04T22:35:04.997 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.db_log_dir: 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.wal_dir: 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-04T22:35:04.998 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.write_buffer_manager: 0x55de78652aa0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.unordered_write: 0 2024-05-04T22:35:04.999 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.row_cache: None 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.wal_filter: None 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.two_write_queues: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.wal_compression: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.atomic_flush: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-04T22:35:05.000 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-04T22:35:05.001 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_open_files: -1 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-04T22:35:05.002 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Compression algorithms supported: 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kZSTD supported: 0 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kXpressCompression supported: 0 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kZlibCompression supported: 1 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.341+0000 7fb89ed9bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-04T22:35:05.003 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.merge_operator: 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_filter: None 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55de78683200) 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-04T22:35:05.004 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55de786851f0 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-04T22:35:05.005 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-04T22:35:05.006 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression: NoCompression 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-04T22:35:05.007 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.num_levels: 7 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-04T22:35:05.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-04T22:35:05.009 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-04T22:35:05.010 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-04T22:35:05.011 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.bloom_locality: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.ttl: 2592000 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.enable_blob_files: false 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.min_blob_size: 0 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-04T22:35:05.012 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a39628c4-85cd-4ab8-9126-98b6405b2349 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.013 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55de7877e000 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb89ed9bc80 4 rocksdb: DB pointer 0x55de7876e000 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb88eefa700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.345+0000 7fb88eefa700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-04T22:35:05.014 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-04T22:35:05.015 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55de786851f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.349+0000 7fb89ed9bc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.349+0000 7fb89ed9bc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-04T22:35:04.349+0000 7fb89ed9bc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-04T22:35:05.016 INFO:teuthology.orchestra.run.smithi107.stdout:create mon.a on 2024-05-04T22:35:05.261 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-04T22:35:05.456 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-04T22:35:05.683 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-54763058-0a66-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968.target. 2024-05-04T22:35:05.684 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-54763058-0a66-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968.target. 2024-05-04T22:35:05.976 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a 2024-05-04T22:35:05.976 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to reset failed state of unit ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-04T22:35:06.201 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968.target.wants/ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service. 2024-05-04T22:35:06.211 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-05-04T22:35:06.211 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to enable service . firewalld.service is not available 2024-05-04T22:35:06.211 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mon to start... 2024-05-04T22:35:06.211 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mon... 2024-05-04T22:35:07.949 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:07 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.758820+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T22:35:08.616 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout cluster: 2024-05-04T22:35:08.616 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout id: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:08.616 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout services: 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.177062s) 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout data: 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout pgs: 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:mon is available 2024-05-04T22:35:08.617 INFO:teuthology.orchestra.run.smithi107.stdout:Assimilating anything we can from ceph.conf... 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762069+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762069+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762238+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762238+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762250+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762250+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762258+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762258+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762266+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:09.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762266+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762273+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762273+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762280+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762280+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762289+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.762289+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.764425+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.764425+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.767037+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.767037+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.767541+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T22:35:09.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: cluster 2024-05-04T22:35:07.767541+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T22:35:09.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: audit 2024-05-04T22:35:07.939091+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/3332513897' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-04T22:35:09.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:08 smithi107 bash[21129]: audit 2024-05-04T22:35:07.939091+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/3332513897' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-04T22:35:09.972 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:09 smithi107 bash[21129]: audit 2024-05-04T22:35:09.668690+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.107:0/708166247' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T22:35:09.972 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:09 smithi107 bash[21129]: audit 2024-05-04T22:35:09.668690+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.107:0/708166247' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T22:35:09.972 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:09 smithi107 bash[21129]: audit 2024-05-04T22:35:09.673271+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.107:0/708166247' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T22:35:09.972 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:09 smithi107 bash[21129]: audit 2024-05-04T22:35:09.673271+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.107:0/708166247' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [global] 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout fsid = 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-04T22:35:10.397 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [osd] 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-04T22:35:10.398 INFO:teuthology.orchestra.run.smithi107.stdout:Generating new minimal ceph.conf... 2024-05-04T22:35:11.788 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:11 smithi107 bash[21129]: audit 2024-05-04T22:35:11.508087+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.107:0/1864224424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:35:11.788 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:11 smithi107 bash[21129]: audit 2024-05-04T22:35:11.508087+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.107:0/1864224424' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:35:12.154 INFO:teuthology.orchestra.run.smithi107.stdout:Restarting the monitor... 2024-05-04T22:35:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 systemd[1]: Stopping Ceph mon.a for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:35:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 bash[21129]: debug 2024-05-04T22:35:12.288+0000 7f4cd3904700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T22:35:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 bash[21129]: debug 2024-05-04T22:35:12.288+0000 7f4cd3904700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-04T22:35:12.943 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 bash[21515]: ceph-54763058-0a66-11ef-bc97-c7b262605968-mon-a 2024-05-04T22:35:12.960 INFO:teuthology.orchestra.run.smithi107.stdout:Setting public_network to 172.21.0.1/32,172.21.0.2/32,172.21.15.254/32,172.21.0.0/20 in mon config section 2024-05-04T22:35:13.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 bash[21576]: Error response from daemon: No such container: ceph-54763058-0a66-11ef-bc97-c7b262605968-mon-a 2024-05-04T22:35:13.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 systemd[1]: ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-04T22:35:13.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 systemd[1]: Stopped Ceph mon.a for 54763058-0a66-11ef-bc97-c7b262605968. 2024-05-04T22:35:13.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:12 smithi107 systemd[1]: Started Ceph mon.a for 54763058-0a66-11ef-bc97-c7b262605968. 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.196+0000 7f4f374d1c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.196+0000 7f4f374d1c80 0 ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev), process ceph-mon, pid 7 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.196+0000 7f4f374d1c80 0 pidfile_write: ignore empty --pid-file 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 0 load: jerasure load: lrc 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Git sha 0 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: DB SUMMARY 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: DB Session ID: OAQIT6GIE26AZH2EMUR1 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: CURRENT file: CURRENT 2024-05-04T22:35:14.447 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88569 ; 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.error_if_exists: 0 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.create_if_missing: 0 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.env: 0x559b75c6ccc0 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.info_log: 0x559b7841fde0 2024-05-04T22:35:14.448 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-04T22:35:14.449 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.statistics: (nil) 2024-05-04T22:35:14.449 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.use_fsync: 0 2024-05-04T22:35:14.449 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.db_log_dir: 2024-05-04T22:35:14.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.wal_dir: 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.write_buffer_manager: 0x559b783f10e0 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-04T22:35:14.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.unordered_write: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.row_cache: None 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.wal_filter: None 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.two_write_queues: 0 2024-05-04T22:35:14.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.wal_compression: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.atomic_flush: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-04T22:35:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-04T22:35:14.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_open_files: -1 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Compression algorithms supported: 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kZSTD supported: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kXpressCompression supported: 0 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kZlibCompression supported: 1 2024-05-04T22:35:14.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.merge_operator: 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_filter: None 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-04T22:35:14.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559b7841ffa0) 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cache_index_and_filter_blocks: 1 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: pin_top_level_index_and_filter: 1 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: index_type: 0 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: data_block_index_type: 0 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: index_shortening: 1 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: data_block_hash_table_util_ratio: 0.750000 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: checksum: 4 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: no_block_cache: 0 2024-05-04T22:35:14.458 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_cache: 0x559b784211f0 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_cache_name: BinnedLRUCache 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_cache_options: 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: capacity : 536870912 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: num_shard_bits : 4 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: strict_capacity_limit : 0 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: high_pri_pool_ratio: 0.000 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_cache_compressed: (nil) 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: persistent_cache: (nil) 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_size: 4096 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_size_deviation: 10 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_restart_interval: 16 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: index_block_restart_interval: 1 2024-05-04T22:35:14.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: metadata_block_size: 4096 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: partition_filters: 0 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: use_delta_encoding: 1 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: filter_policy: bloomfilter 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: whole_key_filtering: 1 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: verify_compression: 0 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: read_amp_bytes_per_bit: 0 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: format_version: 5 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: enable_index_compression: 1 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: block_align: 0 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: max_auto_readahead_size: 262144 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: prepopulate_block_cache: 0 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: initial_auto_readahead_size: 8192 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: num_file_reads_for_auto_readahead: 2 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-04T22:35:14.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression: NoCompression 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.num_levels: 7 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-04T22:35:14.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-04T22:35:14.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-04T22:35:14.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-04T22:35:14.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.bloom_locality: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-04T22:35:14.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.ttl: 2592000 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.enable_blob_files: false 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.min_blob_size: 0 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-04T22:35:14.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a39628c4-85cd-4ab8-9126-98b6405b2349 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714862114204016, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.200+0000 7f4f374d1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714862114205276, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85308, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83455, "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": 77667, "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": 1714862114, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a39628c4-85cd-4ab8-9126-98b6405b2349", "db_session_id": "OAQIT6GIE26AZH2EMUR1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714862114205371, "job": 1, "event": "recovery_finished"} 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-04T22:35:14.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-04T22:35:14.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559b78544000 2024-05-04T22:35:14.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 4 rocksdb: DB pointer 0x559b78530000 2024-05-04T22:35:14.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f25c28700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-04T22:35:14.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f25c28700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-04T22:35:14.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: ** DB Stats ** 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: ** Compaction Stats [default] ** 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: L0 2/0 85.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Sum 2/0 85.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T22:35:14.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: ** Compaction Stats [default] ** 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 109.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-04T22:35:14.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: AddFile(Total Files): cumulative 0, interval 0 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: AddFile(Keys): cumulative 0, interval 0 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Cumulative compaction: 0.00 GB write, 21.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Interval compaction: 0.00 GB write, 21.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Block cache BinnedLRUCache@0x559b784211f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: ** File Read Latency Histogram By Level [default] ** 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.204+0000 7f4f374d1c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 1 mon.a@-1(???) e1 preinit fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 0 mon.a@-1(???).mds e1 new map 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 0 mon.a@-1(???).mds e1 print_map 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: e1 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-04T22:35:14.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: legacy client fscid: -1 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: No filesystems configured 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: debug 2024-05-04T22:35:14.208+0000 7f4f374d1c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233048+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-04T22:35:14.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233150+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233150+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233161+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233161+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233180+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233180+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233193+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233193+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:35:14.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233204+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233204+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233217+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233217+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233238+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233238+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233640+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233640+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233669+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.233669+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.234074+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T22:35:14.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:14 smithi107 bash[21616]: cluster 2024-05-04T22:35:14.234074+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-04T22:35:15.136 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-04T22:35:15.162 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:35:15.162 INFO:teuthology.orchestra.run.smithi107.stdout:Creating mgr... 2024-05-04T22:35:15.162 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-04T22:35:15.163 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-04T22:35:15.485 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a 2024-05-04T22:35:15.485 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to reset failed state of unit ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-04T22:35:15.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:15 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:35:15.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:15 smithi107 bash[21616]: audit 2024-05-04T22:35:14.435437+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.107:0/2540774989' entity='client.admin' 2024-05-04T22:35:15.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:15 smithi107 bash[21616]: audit 2024-05-04T22:35:14.435437+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.107:0/2540774989' entity='client.admin' 2024-05-04T22:35:15.701 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968.target.wants/ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service. 2024-05-04T22:35:15.711 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-05-04T22:35:15.711 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to enable service . firewalld.service is not available 2024-05-04T22:35:15.711 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-05-04T22:35:15.711 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-04T22:35:15.711 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr to start... 2024-05-04T22:35:15.711 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr... 2024-05-04T22:35:16.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:15 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:35:17.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:17 smithi107 bash[21616]: audit 2024-05-04T22:35:17.449491+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/2277209986' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:17.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:17 smithi107 bash[21616]: audit 2024-05-04T22:35:17.449491+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/2277209986' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:17.727 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:17 smithi107 bash[21872]: debug 2024-05-04T22:35:17.332+0000 7f5e6e3fb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T22:35:18.071 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:18.071 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:35:18.071 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "54763058-0a66-11ef-bc97-c7b262605968", 2024-05-04T22:35:18.071 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:18.072 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T22:35:18.073 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T22:35:18.077 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T22:35:18.078 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T22:35:07.763400+0000", 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:35:18.079 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (1/15)... 2024-05-04T22:35:19.242 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:18 smithi107 bash[21872]: debug 2024-05-04T22:35:18.900+0000 7f5e6e3fb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T22:35:19.242 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:18 smithi107 bash[21872]: debug 2024-05-04T22:35:18.996+0000 7f5e6e3fb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T22:35:19.513 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:19 smithi107 bash[21872]: debug 2024-05-04T22:35:19.240+0000 7f5e6e3fb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T22:35:20.513 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:20 smithi107 bash[21872]: debug 2024-05-04T22:35:20.032+0000 7f5e6e3fb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T22:35:20.513 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:20 smithi107 bash[21872]: debug 2024-05-04T22:35:20.144+0000 7f5e6e3fb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T22:35:20.513 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:20 smithi107 bash[21872]: debug 2024-05-04T22:35:20.244+0000 7f5e6e3fb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T22:35:20.908 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:20 smithi107 bash[21872]: debug 2024-05-04T22:35:20.600+0000 7f5e6e3fb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T22:35:20.909 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:20 smithi107 bash[21872]: debug 2024-05-04T22:35:20.716+0000 7f5e6e3fb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T22:35:20.909 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:20 smithi107 bash[21872]: debug 2024-05-04T22:35:20.820+0000 7f5e6e3fb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T22:35:21.502 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:21 smithi107 bash[21616]: audit 2024-05-04T22:35:21.233088+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.107:0/124466897' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:21.502 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:21 smithi107 bash[21616]: audit 2024-05-04T22:35:21.233088+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.107:0/124466897' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:21.502 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:21 smithi107 bash[21872]: debug 2024-05-04T22:35:21.180+0000 7f5e6e3fb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T22:35:21.503 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:21 smithi107 bash[21872]: debug 2024-05-04T22:35:21.424+0000 7f5e6e3fb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T22:35:21.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:21 smithi107 bash[21872]: debug 2024-05-04T22:35:21.684+0000 7f5e6e3fb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T22:35:21.877 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:21.877 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:35:21.877 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "54763058-0a66-11ef-bc97-c7b262605968", 2024-05-04T22:35:21.877 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T22:35:21.878 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T22:35:21.879 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T22:35:21.880 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T22:35:07.763400+0000", 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:21.881 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T22:35:21.882 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:35:21.882 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (2/15)... 2024-05-04T22:35:22.067 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:21 smithi107 bash[21872]: debug 2024-05-04T22:35:21.796+0000 7f5e6e3fb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T22:35:22.475 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:22 smithi107 bash[21872]: debug 2024-05-04T22:35:22.068+0000 7f5e6e3fb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T22:35:22.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:22 smithi107 bash[21872]: debug 2024-05-04T22:35:22.472+0000 7f5e6e3fb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:35:22.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:22 smithi107 bash[21872]: debug 2024-05-04T22:35:22.708+0000 7f5e6e3fb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T22:35:23.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:22 smithi107 bash[21872]: debug 2024-05-04T22:35:22.828+0000 7f5e6e3fb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T22:35:23.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:23 smithi107 bash[21872]: debug 2024-05-04T22:35:23.067+0000 7f5e6e3fb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:35:24.208 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:24 smithi107 bash[21872]: debug 2024-05-04T22:35:24.091+0000 7f5e6e3fb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T22:35:24.498 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:24 smithi107 bash[21872]: debug 2024-05-04T22:35:24.207+0000 7f5e6e3fb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T22:35:24.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:24 smithi107 bash[21872]: debug 2024-05-04T22:35:24.495+0000 7f5e6e3fb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T22:35:24.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:24 smithi107 bash[21872]: debug 2024-05-04T22:35:24.607+0000 7f5e6e3fb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T22:35:25.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:24 smithi107 bash[21872]: debug 2024-05-04T22:35:24.899+0000 7f5e6e3fb200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T22:35:25.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:25 smithi107 bash[21616]: audit 2024-05-04T22:35:25.015765+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.107:0/1359184482' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:25.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:25 smithi107 bash[21616]: audit 2024-05-04T22:35:25.015765+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.107:0/1359184482' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "54763058-0a66-11ef-bc97-c7b262605968", 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.700 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:25.701 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T22:35:25.702 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T22:35:25.702 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T22:35:25.702 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T22:35:25.702 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T22:35:25.702 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T22:35:25.705 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.705 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T22:35:25.705 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T22:35:25.705 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T22:35:25.705 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-04T22:35:25.706 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T22:35:07.763400+0000", 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:35:25.707 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (3/15)... 2024-05-04T22:35:25.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:25 smithi107 bash[21872]: debug 2024-05-04T22:35:25.355+0000 7f5e6e3fb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T22:35:25.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:25 smithi107 bash[21872]: debug 2024-05-04T22:35:25.475+0000 7f5e6e3fb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T22:35:26.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: cluster 2024-05-04T22:35:25.480988+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-04T22:35:26.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: cluster 2024-05-04T22:35:25.480988+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: cluster 2024-05-04T22:35:25.484528+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00391107s) 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: cluster 2024-05-04T22:35:25.484528+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00391107s) 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487568+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487568+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487730+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487730+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487865+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487865+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487987+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.487987+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.488725+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.488725+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:35:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: cluster 2024-05-04T22:35:25.514390+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: cluster 2024-05-04T22:35:25.514390+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.527684+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.527684+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.530159+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.530159+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.535852+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.535852+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.541119+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.541119+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.546372+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' 2024-05-04T22:35:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:26 smithi107 bash[21616]: audit 2024-05-04T22:35:25.546372+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.107:0/2693082381' entity='mgr.a' 2024-05-04T22:35:27.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:27 smithi107 bash[21616]: cluster 2024-05-04T22:35:26.497269+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01663s) 2024-05-04T22:35:27.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:27 smithi107 bash[21616]: cluster 2024-05-04T22:35:26.497269+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01663s) 2024-05-04T22:35:29.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:29 smithi107 bash[21616]: cluster 2024-05-04T22:35:28.495897+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-04T22:35:29.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:29 smithi107 bash[21616]: cluster 2024-05-04T22:35:28.495897+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-05-04T22:35:29.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:29 smithi107 bash[21616]: audit 2024-05-04T22:35:29.257135+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.107:0/2360846234' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:29.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:29 smithi107 bash[21616]: audit 2024-05-04T22:35:29.257135+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.107:0/2360846234' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-04T22:35:29.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "54763058-0a66-11ef-bc97-c7b262605968", 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:29.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-04T22:35:29.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-05-04T22:35:07.763400+0000", 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:35:29.929 INFO:teuthology.orchestra.run.smithi107.stdout:mgr is available 2024-05-04T22:35:31.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:31 smithi107 bash[21616]: audit 2024-05-04T22:35:31.231171+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.107:0/1234783022' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T22:35:31.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:31 smithi107 bash[21616]: audit 2024-05-04T22:35:31.231171+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.107:0/1234783022' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-04T22:35:31.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:31 smithi107 bash[21616]: audit 2024-05-04T22:35:31.235365+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.107:0/1234783022' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T22:35:31.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:31 smithi107 bash[21616]: audit 2024-05-04T22:35:31.235365+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.107:0/1234783022' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [global] 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout fsid = 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-05-04T22:35:31.884 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [osd] 2024-05-04T22:35:31.885 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-04T22:35:31.885 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-04T22:35:31.885 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling cephadm module... 2024-05-04T22:35:33.617 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:33 smithi107 bash[21616]: audit 2024-05-04T22:35:33.299770+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.107:0/3381062392' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-04T22:35:33.617 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:33 smithi107 bash[21616]: audit 2024-05-04T22:35:33.299770+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.107:0/3381062392' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-04T22:35:33.617 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:33 smithi107 bash[21872]: ignoring --setuser ceph since I am not root 2024-05-04T22:35:33.617 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:33 smithi107 bash[21872]: ignoring --setgroup ceph since I am not root 2024-05-04T22:35:33.617 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:33 smithi107 bash[21872]: debug 2024-05-04T22:35:33.539+0000 7f019e028200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T22:35:34.698 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:34 smithi107 bash[21616]: audit 2024-05-04T22:35:33.351739+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.107:0/3381062392' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-04T22:35:34.698 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:34 smithi107 bash[21616]: audit 2024-05-04T22:35:33.351739+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.107:0/3381062392' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-04T22:35:34.698 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:34 smithi107 bash[21616]: cluster 2024-05-04T22:35:33.357070+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-05-04T22:35:34.698 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:34 smithi107 bash[21616]: cluster 2024-05-04T22:35:33.357070+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-05-04T22:35:35.395 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:35 smithi107 bash[21872]: debug 2024-05-04T22:35:35.103+0000 7f019e028200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T22:35:35.396 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:35 smithi107 bash[21872]: debug 2024-05-04T22:35:35.199+0000 7f019e028200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T22:35:35.670 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:35 smithi107 bash[21872]: debug 2024-05-04T22:35:35.451+0000 7f019e028200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T22:35:35.671 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:35 smithi107 bash[21616]: audit 2024-05-04T22:35:35.381553+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.107:0/2505508173' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T22:35:35.671 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:35 smithi107 bash[21616]: audit 2024-05-04T22:35:35.381553+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.107:0/2505508173' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for the mgr to restart... 2024-05-04T22:35:36.034 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr epoch 5... 2024-05-04T22:35:36.376 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:36 smithi107 bash[21872]: debug 2024-05-04T22:35:36.263+0000 7f019e028200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T22:35:36.747 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:36 smithi107 bash[21872]: debug 2024-05-04T22:35:36.375+0000 7f019e028200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T22:35:36.748 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:36 smithi107 bash[21872]: debug 2024-05-04T22:35:36.479+0000 7f019e028200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T22:35:37.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:36 smithi107 bash[21872]: debug 2024-05-04T22:35:36.839+0000 7f019e028200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T22:35:37.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:36 smithi107 bash[21872]: debug 2024-05-04T22:35:36.951+0000 7f019e028200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T22:35:37.412 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:37 smithi107 bash[21872]: debug 2024-05-04T22:35:37.055+0000 7f019e028200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T22:35:37.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:37 smithi107 bash[21872]: debug 2024-05-04T22:35:37.411+0000 7f019e028200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T22:35:37.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:37 smithi107 bash[21872]: debug 2024-05-04T22:35:37.647+0000 7f019e028200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T22:35:38.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:37 smithi107 bash[21872]: debug 2024-05-04T22:35:37.903+0000 7f019e028200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T22:35:38.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:38 smithi107 bash[21872]: debug 2024-05-04T22:35:38.015+0000 7f019e028200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T22:35:38.691 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:38 smithi107 bash[21872]: debug 2024-05-04T22:35:38.283+0000 7f019e028200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T22:35:39.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:38 smithi107 bash[21872]: debug 2024-05-04T22:35:38.687+0000 7f019e028200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:35:39.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:38 smithi107 bash[21872]: debug 2024-05-04T22:35:38.923+0000 7f019e028200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T22:35:39.514 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:39 smithi107 bash[21872]: debug 2024-05-04T22:35:39.043+0000 7f019e028200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T22:35:39.514 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:39 smithi107 bash[21872]: debug 2024-05-04T22:35:39.287+0000 7f019e028200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:35:40.685 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:40 smithi107 bash[21872]: debug 2024-05-04T22:35:40.283+0000 7f019e028200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T22:35:40.685 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:40 smithi107 bash[21872]: debug 2024-05-04T22:35:40.395+0000 7f019e028200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T22:35:41.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:40 smithi107 bash[21872]: debug 2024-05-04T22:35:40.683+0000 7f019e028200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T22:35:41.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:40 smithi107 bash[21872]: debug 2024-05-04T22:35:40.795+0000 7f019e028200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T22:35:41.514 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21872]: debug 2024-05-04T22:35:41.071+0000 7f019e028200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T22:35:42.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21872]: debug 2024-05-04T22:35:41.519+0000 7f019e028200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T22:35:42.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21872]: debug 2024-05-04T22:35:41.635+0000 7f019e028200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T22:35:42.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.658796+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:35:42.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.658796+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:35:42.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.659262+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-04T22:35:42.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.659262+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.667313+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.667313+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.667563+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0084901s) 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.667563+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0084901s) 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.668327+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.668327+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.669972+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.669972+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.671546+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.671546+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.671701+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.671701+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.671828+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:35:42.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: audit 2024-05-04T22:35:41.671828+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:35:42.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.698480+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-04T22:35:42.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:41 smithi107 bash[21616]: cluster 2024-05-04T22:35:41.698480+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: cephadm 2024-05-04T22:35:41.717355+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: cephadm 2024-05-04T22:35:41.717355+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.719983+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.719983+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.723241+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.723241+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.957 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.726393+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.726393+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.729483+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.729483+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.735338+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.735338+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.746419+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.746419+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.749675+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:41.749675+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:42.129439+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:42.129439+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:42.135466+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.958 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:42.135466+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:42.959 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.298943+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Bus STARTING 2024-05-04T22:35:42.959 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.298943+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Bus STARTING 2024-05-04T22:35:42.959 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:42.557184+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:42.959 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: audit 2024-05-04T22:35:42.557184+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:42.959 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: cluster 2024-05-04T22:35:42.673751+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01467s) 2024-05-04T22:35:42.959 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:42 smithi107 bash[21616]: cluster 2024-05-04T22:35:42.673751+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01467s) 2024-05-04T22:35:43.399 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:35:43.399 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-04T22:35:43.399 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-04T22:35:43.399 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:35:43.399 INFO:teuthology.orchestra.run.smithi107.stdout:mgr epoch 5 is available 2024-05-04T22:35:43.399 INFO:teuthology.orchestra.run.smithi107.stdout:Setting orchestrator backend to cephadm... 2024-05-04T22:35:44.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.416167+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Serving on https://172.21.15.107:7150 2024-05-04T22:35:44.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.416167+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Serving on https://172.21.15.107:7150 2024-05-04T22:35:44.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.517520+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:35:44.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.517520+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:35:44.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.517684+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Bus STARTED 2024-05-04T22:35:44.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: cephadm 2024-05-04T22:35:42.517684+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [04/May/2024:22:35:42] ENGINE Bus STARTED 2024-05-04T22:35:44.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: audit 2024-05-04T22:35:42.671218+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T22:35:44.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: audit 2024-05-04T22:35:42.671218+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T22:35:44.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: audit 2024-05-04T22:35:42.688584+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T22:35:44.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:43 smithi107 bash[21616]: audit 2024-05-04T22:35:42.688584+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T22:35:45.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:44 smithi107 bash[21616]: cluster 2024-05-04T22:35:43.733143+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-04T22:35:45.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:44 smithi107 bash[21616]: cluster 2024-05-04T22:35:43.733143+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-04T22:35:46.205 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:45 smithi107 bash[21616]: audit 2024-05-04T22:35:44.781778+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:46.205 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:45 smithi107 bash[21616]: audit 2024-05-04T22:35:44.781778+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:46.205 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:45 smithi107 bash[21616]: audit 2024-05-04T22:35:44.787594+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:46.205 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:45 smithi107 bash[21616]: audit 2024-05-04T22:35:44.787594+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:46.206 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:45 smithi107 bash[21616]: audit 2024-05-04T22:35:44.830161+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:46.206 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:45 smithi107 bash[21616]: audit 2024-05-04T22:35:44.830161+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:47.459 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-04T22:35:47.459 INFO:teuthology.orchestra.run.smithi107.stdout:Generating ssh key... 2024-05-04T22:35:47.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:47 smithi107 bash[21616]: audit 2024-05-04T22:35:46.804538+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:47.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:47 smithi107 bash[21616]: audit 2024-05-04T22:35:46.804538+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:49.236 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: Generating public/private rsa key pair. 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: Your identification has been saved in /tmp/tmplvtfcgvf/key. 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: Your public key has been saved in /tmp/tmplvtfcgvf/key.pub. 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: The key fingerprint is: 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: SHA256:TuhOB7OL5e4eXxwk4K/xh8AZiiz7oV76de8siU5PPv4 ceph-54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: The key's randomart image is: 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: +---[RSA 3072]----+ 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: | . | 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: | . . | 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: | o . . | 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: | . . o = o | 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: |. o . O S . | 2024-05-04T22:35:49.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: | o . @ o . | 2024-05-04T22:35:49.238 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: |. .. oOo* + | 2024-05-04T22:35:49.238 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: | oo.oB=Ooo | 2024-05-04T22:35:49.238 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: |ooo.o=O+*E | 2024-05-04T22:35:49.238 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:35:48 smithi107 bash[21872]: +----[SHA256]-----+ 2024-05-04T22:35:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: audit 2024-05-04T22:35:48.809183+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: audit 2024-05-04T22:35:48.809183+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: cephadm 2024-05-04T22:35:48.809596+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-04T22:35:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: cephadm 2024-05-04T22:35:48.809596+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-04T22:35:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: audit 2024-05-04T22:35:48.965176+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: audit 2024-05-04T22:35:48.965176+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:50.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: audit 2024-05-04T22:35:48.968310+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:50.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:49 smithi107 bash[21616]: audit 2024-05-04T22:35:48.968310+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:51.711 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:35:51.711 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-04T22:35:51.711 INFO:teuthology.orchestra.run.smithi107.stdout:Adding key to root@localhost authorized_keys... 2024-05-04T22:35:51.712 INFO:teuthology.orchestra.run.smithi107.stdout:Adding host smithi107... 2024-05-04T22:35:51.734 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:51 smithi107 bash[21616]: audit 2024-05-04T22:35:50.993309+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:51.734 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:51 smithi107 bash[21616]: audit 2024-05-04T22:35:50.993309+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:53.702 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:53 smithi107 bash[21616]: audit 2024-05-04T22:35:53.106958+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "addr": "172.21.15.107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:53.703 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:53 smithi107 bash[21616]: audit 2024-05-04T22:35:53.106958+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "addr": "172.21.15.107", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:35:54.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:54 smithi107 bash[21616]: cephadm 2024-05-04T22:35:53.682990+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi107 2024-05-04T22:35:54.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:54 smithi107 bash[21616]: cephadm 2024-05-04T22:35:53.682990+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi107 2024-05-04T22:35:59.387 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Added host 'smithi107' with addr '172.21.15.107' 2024-05-04T22:35:59.387 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying unmanaged mon service... 2024-05-04T22:35:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:59 smithi107 bash[21616]: audit 2024-05-04T22:35:58.445266+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:59 smithi107 bash[21616]: audit 2024-05-04T22:35:58.445266+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:35:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:59 smithi107 bash[21616]: cephadm 2024-05-04T22:35:58.445722+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi107 2024-05-04T22:35:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:59 smithi107 bash[21616]: cephadm 2024-05-04T22:35:58.445722+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi107 2024-05-04T22:35:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:59 smithi107 bash[21616]: audit 2024-05-04T22:35:58.493476+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:35:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:35:59 smithi107 bash[21616]: audit 2024-05-04T22:35:58.493476+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:02.053 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-04T22:36:02.053 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying unmanaged mgr service... 2024-05-04T22:36:02.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: audit 2024-05-04T22:36:01.204185+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-05-04T22:36:02.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: audit 2024-05-04T22:36:01.204185+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-05-04T22:36:02.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: cephadm 2024-05-04T22:36:01.205928+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-04T22:36:02.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: cephadm 2024-05-04T22:36:01.205928+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-04T22:36:02.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: audit 2024-05-04T22:36:01.209106+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:02.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: audit 2024-05-04T22:36:01.209106+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:02.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: audit 2024-05-04T22:36:01.770131+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:02.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:02 smithi107 bash[21616]: audit 2024-05-04T22:36:01.770131+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:03.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:03 smithi107 bash[21616]: cluster 2024-05-04T22:36:01.673204+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:03.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:03 smithi107 bash[21616]: cluster 2024-05-04T22:36:01.673204+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:03.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:03 smithi107 bash[21616]: audit 2024-05-04T22:36:02.264978+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:03.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:03 smithi107 bash[21616]: audit 2024-05-04T22:36:02.264978+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:04.092 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-04T22:36:04.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:04 smithi107 bash[21616]: audit 2024-05-04T22:36:03.391694+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:04.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:04 smithi107 bash[21616]: audit 2024-05-04T22:36:03.391694+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:04.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:04 smithi107 bash[21616]: cephadm 2024-05-04T22:36:03.393332+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-04T22:36:04.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:04 smithi107 bash[21616]: cephadm 2024-05-04T22:36:03.393332+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-04T22:36:04.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:04 smithi107 bash[21616]: audit 2024-05-04T22:36:03.397870+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:04.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:04 smithi107 bash[21616]: audit 2024-05-04T22:36:03.397870+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:05.693 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:05 smithi107 bash[21616]: cluster 2024-05-04T22:36:03.673620+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:05.693 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:05 smithi107 bash[21616]: cluster 2024-05-04T22:36:03.673620+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:06.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:06 smithi107 bash[21616]: audit 2024-05-04T22:36:05.447870+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.107:0/463900651' entity='client.admin' 2024-05-04T22:36:06.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:06 smithi107 bash[21616]: audit 2024-05-04T22:36:05.447870+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.107:0/463900651' entity='client.admin' 2024-05-04T22:36:06.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:06 smithi107 bash[21616]: cluster 2024-05-04T22:36:05.673939+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:06.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:06 smithi107 bash[21616]: cluster 2024-05-04T22:36:05.673939+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:08.203 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling the dashboard module... 2024-05-04T22:36:08.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:08 smithi107 bash[21616]: audit 2024-05-04T22:36:07.543956+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.107:0/4124790439' entity='client.admin' 2024-05-04T22:36:08.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:08 smithi107 bash[21616]: audit 2024-05-04T22:36:07.543956+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.107:0/4124790439' entity='client.admin' 2024-05-04T22:36:08.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:08 smithi107 bash[21616]: cluster 2024-05-04T22:36:07.674329+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:08.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:08 smithi107 bash[21616]: cluster 2024-05-04T22:36:07.674329+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21872]: ignoring --setuser ceph since I am not root 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21872]: ignoring --setgroup ceph since I am not root 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21872]: debug 2024-05-04T22:36:10.162+0000 7fc867f14200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.948346+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.948346+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.952145+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.952145+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:10.201 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.952897+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.952897+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.956057+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.956057+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.957469+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.957469+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.958052+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:08.958052+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.14120 172.21.15.107:0/3711678642' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]': finished 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: cephadm 2024-05-04T22:36:09.264317+0000 mgr.a (mgr.14120) 24 : cephadm [INF] Deploying daemon agent.smithi107 on smithi107 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: cephadm 2024-05-04T22:36:09.264317+0000 mgr.a (mgr.14120) 24 : cephadm [INF] Deploying daemon agent.smithi107 on smithi107 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:09.662831+0000 mon.a (mon.0) 78 : audit [INF] from='client.? 172.21.15.107:0/2735392158' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-04T22:36:10.202 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:09 smithi107 bash[21616]: audit 2024-05-04T22:36:09.662831+0000 mon.a (mon.0) 78 : audit [INF] from='client.? 172.21.15.107:0/2735392158' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-04T22:36:11.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21616]: audit 2024-05-04T22:36:09.963675+0000 mon.a (mon.0) 79 : audit [INF] from='client.? 172.21.15.107:0/2735392158' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-04T22:36:11.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21616]: audit 2024-05-04T22:36:09.963675+0000 mon.a (mon.0) 79 : audit [INF] from='client.? 172.21.15.107:0/2735392158' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-04T22:36:11.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21616]: cluster 2024-05-04T22:36:09.969529+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-05-04T22:36:11.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:10 smithi107 bash[21616]: cluster 2024-05-04T22:36:09.969529+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e9: a(active, since 28s) 2024-05-04T22:36:12.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:11 smithi107 bash[21872]: debug 2024-05-04T22:36:11.746+0000 7fc867f14200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T22:36:12.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:11 smithi107 bash[21872]: debug 2024-05-04T22:36:11.846+0000 7fc867f14200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T22:36:12.407 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:12 smithi107 bash[21872]: debug 2024-05-04T22:36:12.094+0000 7fc867f14200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T22:36:12.407 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:12 smithi107 bash[21616]: audit 2024-05-04T22:36:12.181844+0000 mon.a (mon.0) 81 : audit [DBG] from='client.? 172.21.15.107:0/4291331544' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T22:36:12.407 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:12 smithi107 bash[21616]: audit 2024-05-04T22:36:12.181844+0000 mon.a (mon.0) 81 : audit [DBG] from='client.? 172.21.15.107:0/4291331544' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-04T22:36:12.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:36:12.822 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-04T22:36:12.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-04T22:36:12.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-04T22:36:12.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-04T22:36:12.823 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:36:12.823 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for the mgr to restart... 2024-05-04T22:36:12.823 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr epoch 9... 2024-05-04T22:36:13.121 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:12 smithi107 bash[21872]: debug 2024-05-04T22:36:12.902+0000 7fc867f14200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T22:36:13.121 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:13 smithi107 bash[21872]: debug 2024-05-04T22:36:13.014+0000 7fc867f14200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T22:36:13.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:13 smithi107 bash[21872]: debug 2024-05-04T22:36:13.118+0000 7fc867f14200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T22:36:13.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:13 smithi107 bash[21872]: debug 2024-05-04T22:36:13.478+0000 7fc867f14200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T22:36:13.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:13 smithi107 bash[21872]: debug 2024-05-04T22:36:13.594+0000 7fc867f14200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T22:36:13.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:13 smithi107 bash[21872]: debug 2024-05-04T22:36:13.702+0000 7fc867f14200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T22:36:14.514 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:14 smithi107 bash[21872]: debug 2024-05-04T22:36:14.062+0000 7fc867f14200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T22:36:14.514 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:14 smithi107 bash[21872]: debug 2024-05-04T22:36:14.302+0000 7fc867f14200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T22:36:14.953 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:14 smithi107 bash[21872]: debug 2024-05-04T22:36:14.562+0000 7fc867f14200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T22:36:14.953 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:14 smithi107 bash[21872]: debug 2024-05-04T22:36:14.674+0000 7fc867f14200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T22:36:14.953 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:14 smithi107 bash[21872]: debug 2024-05-04T22:36:14.950+0000 7fc867f14200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T22:36:15.723 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:15 smithi107 bash[21872]: debug 2024-05-04T22:36:15.362+0000 7fc867f14200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:36:15.723 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:15 smithi107 bash[21872]: debug 2024-05-04T22:36:15.602+0000 7fc867f14200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T22:36:16.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:15 smithi107 bash[21872]: debug 2024-05-04T22:36:15.718+0000 7fc867f14200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T22:36:16.014 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:15 smithi107 bash[21872]: debug 2024-05-04T22:36:15.970+0000 7fc867f14200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:36:17.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:16 smithi107 bash[21872]: debug 2024-05-04T22:36:16.974+0000 7fc867f14200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T22:36:17.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:17 smithi107 bash[21872]: debug 2024-05-04T22:36:17.090+0000 7fc867f14200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T22:36:17.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:17 smithi107 bash[21872]: debug 2024-05-04T22:36:17.386+0000 7fc867f14200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T22:36:17.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:17 smithi107 bash[21872]: debug 2024-05-04T22:36:17.498+0000 7fc867f14200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T22:36:18.237 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:17 smithi107 bash[21872]: debug 2024-05-04T22:36:17.782+0000 7fc867f14200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T22:36:18.492 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21872]: debug 2024-05-04T22:36:18.234+0000 7fc867f14200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T22:36:18.492 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21872]: debug 2024-05-04T22:36:18.354+0000 7fc867f14200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.379027+0000 mon.a (mon.0) 82 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.379027+0000 mon.a (mon.0) 82 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.379530+0000 mon.a (mon.0) 83 : cluster [INF] Activating manager daemon a 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.379530+0000 mon.a (mon.0) 83 : cluster [INF] Activating manager daemon a 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.386730+0000 mon.a (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.386730+0000 mon.a (mon.0) 84 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.387110+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00778152s) 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.387110+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00778152s) 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.389327+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.389327+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.390885+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.390885+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:36:18.493 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.392328+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.392328+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.392488+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.392488+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.392648+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: audit 2024-05-04T22:36:18.392648+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.418779+0000 mon.a (mon.0) 91 : cluster [INF] Manager daemon a is now available 2024-05-04T22:36:18.494 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:18 smithi107 bash[21616]: cluster 2024-05-04T22:36:18.418779+0000 mon.a (mon.0) 91 : cluster [INF] Manager daemon a is now available 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.442907+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.442907+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.446343+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.446343+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.466781+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.466781+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.469575+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: audit 2024-05-04T22:36:18.469575+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: cluster 2024-05-04T22:36:19.387799+0000 mon.a (mon.0) 96 : cluster [DBG] mgrmap e11: a(active, since 1.00849s) 2024-05-04T22:36:19.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:19 smithi107 bash[21616]: cluster 2024-05-04T22:36:19.387799+0000 mon.a (mon.0) 96 : cluster [DBG] mgrmap e11: a(active, since 1.00849s) 2024-05-04T22:36:20.129 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-05-04T22:36:20.129 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-04T22:36:20.129 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-04T22:36:20.129 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-05-04T22:36:20.129 INFO:teuthology.orchestra.run.smithi107.stdout:mgr epoch 9 is available 2024-05-04T22:36:20.130 INFO:teuthology.orchestra.run.smithi107.stdout:Generating a dashboard self-signed certificate... 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.359594+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Bus STARTING 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.359594+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Bus STARTING 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: audit 2024-05-04T22:36:19.387682+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: audit 2024-05-04T22:36:19.387682+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: audit 2024-05-04T22:36:19.402859+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: audit 2024-05-04T22:36:19.402859+0000 mgr.a (mgr.14152) 3 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.461486+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.461486+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.576362+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Serving on https://172.21.15.107:7150 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.576362+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Serving on https://172.21.15.107:7150 2024-05-04T22:36:20.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.576550+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Bus STARTED 2024-05-04T22:36:20.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:20 smithi107 bash[21616]: cephadm 2024-05-04T22:36:19.576550+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [04/May/2024:22:36:19] ENGINE Bus STARTED 2024-05-04T22:36:21.746 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:21 smithi107 bash[21616]: cluster 2024-05-04T22:36:20.449965+0000 mon.a (mon.0) 97 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-04T22:36:21.747 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:21 smithi107 bash[21616]: cluster 2024-05-04T22:36:20.449965+0000 mon.a (mon.0) 97 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-04T22:36:22.417 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-04T22:36:22.417 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial admin user... 2024-05-04T22:36:23.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:22 smithi107 bash[21616]: audit 2024-05-04T22:36:21.479547+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:23.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:22 smithi107 bash[21616]: audit 2024-05-04T22:36:21.479547+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:23.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:22 smithi107 bash[21616]: audit 2024-05-04T22:36:21.730400+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:23.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:22 smithi107 bash[21616]: audit 2024-05-04T22:36:21.730400+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:23.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:22 smithi107 bash[21616]: audit 2024-05-04T22:36:21.732992+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:23.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:22 smithi107 bash[21616]: audit 2024-05-04T22:36:21.732992+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:24.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:24 smithi107 bash[21616]: audit 2024-05-04T22:36:23.819610+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:24.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:24 smithi107 bash[21616]: audit 2024-05-04T22:36:23.819610+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:24.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:24 smithi107 bash[21616]: audit 2024-05-04T22:36:24.048707+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:24.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:24 smithi107 bash[21616]: audit 2024-05-04T22:36:24.048707+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:24.756 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$AA0DSNqXcTOGgacfSkwBt.XV2ES7y1x.Uz66hkCxQp5WaBchw5oZi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714862184, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-04T22:36:24.756 INFO:teuthology.orchestra.run.smithi107.stdout:Fetching dashboard port number... 2024-05-04T22:36:26.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: cluster 2024-05-04T22:36:25.091582+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: cluster 2024-05-04T22:36:25.091582+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.439990+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.439990+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.440643+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.440643+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.444330+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.444330+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:26.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.445923+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:36:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:25.445923+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:36:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:26.059490+0000 mon.a (mon.0) 106 : audit [DBG] from='client.? 172.21.15.107:0/4171416422' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-04T22:36:26.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:26 smithi107 bash[21616]: audit 2024-05-04T22:36:26.059490+0000 mon.a (mon.0) 106 : audit [DBG] from='client.? 172.21.15.107:0/4171416422' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-04T22:36:26.753 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 8443 2024-05-04T22:36:26.753 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-05-04T22:36:26.753 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-04T22:36:26.756 INFO:teuthology.orchestra.run.smithi107.stdout:Ceph Dashboard is now available at: 2024-05-04T22:36:26.756 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:26.756 INFO:teuthology.orchestra.run.smithi107.stdout: URL: https://smithi107.front.sepia.ceph.com:8443/ 2024-05-04T22:36:26.756 INFO:teuthology.orchestra.run.smithi107.stdout: User: admin 2024-05-04T22:36:26.757 INFO:teuthology.orchestra.run.smithi107.stdout: Password: cx73ajelx4 2024-05-04T22:36:26.757 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:26.757 INFO:teuthology.orchestra.run.smithi107.stdout:Saving cluster configuration to /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config directory 2024-05-04T22:36:26.758 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling autotune for osd_memory_target 2024-05-04T22:36:27.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:27 smithi107 bash[21616]: cephadm 2024-05-04T22:36:26.314797+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi107 on smithi107 2024-05-04T22:36:27.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:27 smithi107 bash[21616]: cephadm 2024-05-04T22:36:26.314797+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi107 on smithi107 2024-05-04T22:36:30.882 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-04T22:36:30.882 INFO:teuthology.orchestra.run.smithi107.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-04T22:36:30.882 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.882 INFO:teuthology.orchestra.run.smithi107.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout:Or, if you are only running a single cluster on this host: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: ceph telemetry on 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout:For more information see: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:36:30.883 INFO:teuthology.orchestra.run.smithi107.stdout:Bootstrap complete. 2024-05-04T22:36:30.935 INFO:tasks.cephadm:Fetching config... 2024-05-04T22:36:30.936 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:36:30.936 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-04T22:36:30.941 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-04T22:36:30.942 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:36:30.942 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-04T22:36:30.988 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-04T22:36:30.988 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:36:30.988 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-04T22:36:31.043 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-04T22:36:31.043 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:36:31.043 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-04T22:36:31.091 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-04T22:36:31.091 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-04T22:36:31.149 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:36:31.155 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-04T22:36:31.180 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:36:31.189 DEBUG:teuthology.orchestra.run.smithi139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-04T22:36:31.212 INFO:teuthology.orchestra.run.smithi139.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGSiF744Ijv3X4SQHDL1TulXJiceT2+ZILkTu8S4Vh5mx/Ag1dpT1UJ8sGDgVaP6byGaA0pM1/rzQqjwUnS8OIK/6pM0NjtioJK1NjCTDQ/EiHG1Q8I1LDgu6W1dbWRUx14qcnLXqWYOhcW9Nf5Gz/Kp5/YXk4e09Ltp82JdWrQ/h4sKYbwGBgrq7aRC17hY12ky23sEb45PrS4tu/J1jgSNiBCZzMndczP2P4s18HKG9EoPSm1n8NxczoPsd0zY+QRUoHEz7fVA1KgVf0DSiBFdXqOQv8Q3mtAG139M8H8u2V4idAUwh67dse1ExOqf6ckbED7VSq5RYRlC2heqG5KZnHy1/T+R4jgsyB5SBhZ9GntyUoITpS0HtXyLJ2t5CV4MVwhaSLu3atWOo8+BVe8G71FaFguNdYo69BZXXlZcC68oX7uR98kpYEWDmTso07YagPbVJWqX7reZMjhSNXfcQUrlIMlYuV8T3tMcRh208pTbqs+bUrjyZIJcqyUuU= ceph-54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:36:31.213 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:31.213 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:31.221 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-04T22:36:31.511 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:31.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:31 smithi107 bash[21616]: audit 2024-05-04T22:36:30.256184+0000 mon.a (mon.0) 107 : audit [INF] from='client.? 172.21.15.107:0/4147509260' entity='client.admin' 2024-05-04T22:36:31.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:31 smithi107 bash[21616]: audit 2024-05-04T22:36:30.256184+0000 mon.a (mon.0) 107 : audit [INF] from='client.? 172.21.15.107:0/4147509260' entity='client.admin' 2024-05-04T22:36:31.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:31.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:31.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:32.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:32.265 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:36:31 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:36:32.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.496239+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.496239+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.548461+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.548461+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.552016+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.552016+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.568692+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.568692+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.574881+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.574881+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.577282+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.577282+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.579100+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.579100+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.581077+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.581077+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.584607+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.584607+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.608942+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:32.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.608942+0000 mon.a (mon.0) 117 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:32.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.613077+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:31.613077+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:32.469410+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:32.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:32 smithi107 bash[21616]: audit 2024-05-04T22:36:32.469410+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:34.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:34 smithi107 bash[21616]: audit 2024-05-04T22:36:33.467139+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:34.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:34 smithi107 bash[21616]: audit 2024-05-04T22:36:33.467139+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:35.919 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:36:37.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:37 smithi107 bash[21616]: audit 2024-05-04T22:36:36.285692+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:37.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:37 smithi107 bash[21616]: audit 2024-05-04T22:36:36.285692+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:37.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:37 smithi107 bash[21616]: audit 2024-05-04T22:36:36.291067+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:37.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:37 smithi107 bash[21616]: audit 2024-05-04T22:36:36.291067+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:39.563 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-04T22:36:39.563 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-04T22:36:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: cluster 2024-05-04T22:36:38.393727+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: cluster 2024-05-04T22:36:38.393727+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: audit 2024-05-04T22:36:38.861206+0000 mon.a (mon.0) 123 : audit [INF] from='client.? 172.21.15.107:0/3763777928' entity='client.admin' 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: audit 2024-05-04T22:36:38.861206+0000 mon.a (mon.0) 123 : audit [INF] from='client.? 172.21.15.107:0/3763777928' entity='client.admin' 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: audit 2024-05-04T22:36:38.913486+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: audit 2024-05-04T22:36:38.913486+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: audit 2024-05-04T22:36:38.917446+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:40.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:39 smithi107 bash[21616]: audit 2024-05-04T22:36:38.917446+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:42.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:41 smithi107 bash[21616]: cluster 2024-05-04T22:36:40.394263+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:42.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:41 smithi107 bash[21616]: cluster 2024-05-04T22:36:40.394263+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:43 smithi107 bash[21616]: cluster 2024-05-04T22:36:42.394656+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:43 smithi107 bash[21616]: cluster 2024-05-04T22:36:42.394656+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:44.300 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:36:45.212 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:44 smithi107 bash[21616]: audit 2024-05-04T22:36:43.950755+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:45.212 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:44 smithi107 bash[21616]: audit 2024-05-04T22:36:43.950755+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:45.212 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:44 smithi107 bash[21616]: audit 2024-05-04T22:36:43.957452+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:45.212 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:44 smithi107 bash[21616]: audit 2024-05-04T22:36:43.957452+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:46.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:45 smithi107 bash[21616]: cluster 2024-05-04T22:36:44.395124+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:46.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:45 smithi107 bash[21616]: cluster 2024-05-04T22:36:44.395124+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:48.045 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-05-04T22:36:48.045 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:36:48.045 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-05-04T22:36:48.052 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:36:48.052 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:36:48.099 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-05-04T22:36:48.100 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch host add smithi133 2024-05-04T22:36:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: cluster 2024-05-04T22:36:46.395607+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: cluster 2024-05-04T22:36:46.395607+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.290569+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.290569+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.319094+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.319094+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.320976+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.320976+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.321808+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:36:48.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:47 smithi107 bash[21616]: audit 2024-05-04T22:36:47.321808+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.285738+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.285738+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.322903+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.322903+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.437137+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.437137+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.551185+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.551185+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:36:49.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.815690+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: cephadm 2024-05-04T22:36:47.815690+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.985281+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.985281+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.990129+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.990129+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.993984+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:49.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:48 smithi107 bash[21616]: audit 2024-05-04T22:36:47.993984+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:49 smithi107 bash[21616]: cluster 2024-05-04T22:36:48.396044+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:50.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:49 smithi107 bash[21616]: cluster 2024-05-04T22:36:48.396044+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:52.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:51 smithi107 bash[21616]: cluster 2024-05-04T22:36:50.396550+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:52.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:51 smithi107 bash[21616]: cluster 2024-05-04T22:36:50.396550+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:52.810 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:36:54.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:53 smithi107 bash[21616]: cluster 2024-05-04T22:36:52.396937+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:54.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:53 smithi107 bash[21616]: cluster 2024-05-04T22:36:52.396937+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:56.140 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:55 smithi107 bash[21616]: cluster 2024-05-04T22:36:54.397225+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:56.140 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:55 smithi107 bash[21616]: cluster 2024-05-04T22:36:54.397225+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:57.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: audit 2024-05-04T22:36:56.124822+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:57.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: audit 2024-05-04T22:36:56.124822+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:57.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: audit 2024-05-04T22:36:56.131189+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:57.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: audit 2024-05-04T22:36:56.131189+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:57.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: audit 2024-05-04T22:36:56.139017+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:57.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: audit 2024-05-04T22:36:56.139017+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:36:57.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: cluster 2024-05-04T22:36:56.397630+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:57.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:57 smithi107 bash[21616]: cluster 2024-05-04T22:36:56.397630+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:58.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:58 smithi107 bash[21616]: audit 2024-05-04T22:36:57.172150+0000 mgr.a (mgr.14152) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:58.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:58 smithi107 bash[21616]: audit 2024-05-04T22:36:57.172150+0000 mgr.a (mgr.14152) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:36:58.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:58 smithi107 bash[21616]: cephadm 2024-05-04T22:36:57.819812+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-04T22:36:58.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:58 smithi107 bash[21616]: cephadm 2024-05-04T22:36:57.819812+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-04T22:36:59.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:59 smithi107 bash[21616]: cluster 2024-05-04T22:36:58.398023+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:36:59.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:36:59 smithi107 bash[21616]: cluster 2024-05-04T22:36:58.398023+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:01.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:01 smithi107 bash[21616]: cluster 2024-05-04T22:37:00.398382+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:01.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:01 smithi107 bash[21616]: cluster 2024-05-04T22:37:00.398382+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:02.980 INFO:teuthology.orchestra.run.smithi107.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-05-04T22:37:03.700 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: cluster 2024-05-04T22:37:02.398799+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: cluster 2024-05-04T22:37:02.398799+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: audit 2024-05-04T22:37:02.979184+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: audit 2024-05-04T22:37:02.979184+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: cephadm 2024-05-04T22:37:02.980080+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi133 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: cephadm 2024-05-04T22:37:02.980080+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi133 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: audit 2024-05-04T22:37:02.994109+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: audit 2024-05-04T22:37:02.994109+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: audit 2024-05-04T22:37:03.517911+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:04.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:03 smithi107 bash[21616]: audit 2024-05-04T22:37:03.517911+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: cluster 2024-05-04T22:37:04.399203+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: cluster 2024-05-04T22:37:04.399203+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.042810+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.042810+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.050914+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.050914+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.052374+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.052374+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.054368+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.054368+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.056124+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.056124+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.774624+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.774624+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.782832+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.782832+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.786016+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.786016+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.787413+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-04T22:37:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:06 smithi107 bash[21616]: audit 2024-05-04T22:37:05.787413+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.058635+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.058635+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.274791+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.274791+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.439836+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.439836+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.605163+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:05.605163+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:06.013556+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cephadm 2024-05-04T22:37:06.013556+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-04T22:37:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cluster 2024-05-04T22:37:06.399534+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: cluster 2024-05-04T22:37:06.399534+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: audit 2024-05-04T22:37:06.967009+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: audit 2024-05-04T22:37:06.967009+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: audit 2024-05-04T22:37:06.987807+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: audit 2024-05-04T22:37:06.987807+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: audit 2024-05-04T22:37:06.994177+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:07 smithi107 bash[21616]: audit 2024-05-04T22:37:06.994177+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:08.407 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:37:08.427 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.061766+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:08.427 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.061766+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:08.427 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.065156+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.065156+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.066376+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.066376+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.072051+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.072051+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.140503+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.140503+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.145379+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.145379+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.147062+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.147062+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.155420+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:08.428 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.155420+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:08.429 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.441042+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:08.429 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:08 smithi107 bash[21616]: audit 2024-05-04T22:37:07.441042+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: cluster 2024-05-04T22:37:08.399946+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: cluster 2024-05-04T22:37:08.399946+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: audit 2024-05-04T22:37:08.474681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: audit 2024-05-04T22:37:08.474681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: audit 2024-05-04T22:37:08.505472+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: audit 2024-05-04T22:37:08.505472+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: audit 2024-05-04T22:37:08.512212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:09 smithi107 bash[21616]: audit 2024-05-04T22:37:08.512212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:11.635 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:11 smithi107 bash[21616]: cluster 2024-05-04T22:37:10.400365+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:11.635 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:11 smithi107 bash[21616]: cluster 2024-05-04T22:37:10.400365+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:11.779 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:37:11.780 INFO:teuthology.orchestra.run.smithi107.stdout:[{"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-05-04T22:37:12.690 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:12 smithi107 bash[21616]: audit 2024-05-04T22:37:11.780230+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:12.690 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:12 smithi107 bash[21616]: audit 2024-05-04T22:37:11.780230+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:12.691 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi139 2024-05-04T22:37:12.692 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:37:12.692 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.conf 2024-05-04T22:37:12.698 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:37:12.698 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:12.747 INFO:tasks.cephadm:Adding host smithi139 to orchestrator... 2024-05-04T22:37:12.747 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch host add smithi139 2024-05-04T22:37:13.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:13 smithi107 bash[21616]: cluster 2024-05-04T22:37:12.400779+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:13.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:13 smithi107 bash[21616]: cluster 2024-05-04T22:37:12.400779+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:15.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:15 smithi107 bash[21616]: cluster 2024-05-04T22:37:14.401113+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:15.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:15 smithi107 bash[21616]: cluster 2024-05-04T22:37:14.401113+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:17.589 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: audit 2024-05-04T22:37:16.337042+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: audit 2024-05-04T22:37:16.337042+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: audit 2024-05-04T22:37:16.343550+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: audit 2024-05-04T22:37:16.343550+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: audit 2024-05-04T22:37:16.350077+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: audit 2024-05-04T22:37:16.350077+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: cluster 2024-05-04T22:37:16.401514+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:17.610 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:17 smithi107 bash[21616]: cluster 2024-05-04T22:37:16.401514+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:19.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:19 smithi107 bash[21616]: cluster 2024-05-04T22:37:18.401937+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:19.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:19 smithi107 bash[21616]: cluster 2024-05-04T22:37:18.401937+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:21.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: cluster 2024-05-04T22:37:20.402368+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: cluster 2024-05-04T22:37:20.402368+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: audit 2024-05-04T22:37:20.499153+0000 mgr.a (mgr.14152) 46 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: audit 2024-05-04T22:37:20.499153+0000 mgr.a (mgr.14152) 46 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: audit 2024-05-04T22:37:21.249235+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: audit 2024-05-04T22:37:21.249235+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: audit 2024-05-04T22:37:21.260564+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:21.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:21 smithi107 bash[21616]: audit 2024-05-04T22:37:21.260564+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:22.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:22 smithi107 bash[21616]: cephadm 2024-05-04T22:37:21.242224+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi139 2024-05-04T22:37:22.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:22 smithi107 bash[21616]: cephadm 2024-05-04T22:37:21.242224+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi139 2024-05-04T22:37:23.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:23 smithi107 bash[21616]: cluster 2024-05-04T22:37:22.402766+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:23.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:23 smithi107 bash[21616]: cluster 2024-05-04T22:37:22.402766+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:25.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:25 smithi107 bash[21616]: cluster 2024-05-04T22:37:24.403224+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:25.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:25 smithi107 bash[21616]: cluster 2024-05-04T22:37:24.403224+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:26.448 INFO:teuthology.orchestra.run.smithi107.stdout:Added host 'smithi139' with addr '172.21.15.139' 2024-05-04T22:37:27.214 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-04T22:37:27.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: cluster 2024-05-04T22:37:26.403611+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:27.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: cluster 2024-05-04T22:37:26.403611+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: audit 2024-05-04T22:37:26.447800+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: audit 2024-05-04T22:37:26.447800+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: cephadm 2024-05-04T22:37:26.448640+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Added host smithi139 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: cephadm 2024-05-04T22:37:26.448640+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Added host smithi139 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: audit 2024-05-04T22:37:26.463531+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: audit 2024-05-04T22:37:26.463531+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: audit 2024-05-04T22:37:26.937118+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:27.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:27 smithi107 bash[21616]: audit 2024-05-04T22:37:26.937118+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.076349+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.076349+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.082484+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.082484+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.089997+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.089997+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cluster 2024-05-04T22:37:28.403993+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cluster 2024-05-04T22:37:28.403993+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.412594+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.412594+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.418102+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.418102+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:29.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.419448+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:29.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.419448+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:29.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.421568+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:29.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.421568+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:29.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.423258+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:29.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: audit 2024-05-04T22:37:28.423258+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:29.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.426004+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:37:29.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.426004+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:37:29.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.642823+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:29.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.642823+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:29.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.807639+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:29.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.807639+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:29.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.972871+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:29.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:29 smithi107 bash[21616]: cephadm 2024-05-04T22:37:28.972871+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:30.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.140012+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.140012+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.142973+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.142973+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.144522+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.144522+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.145239+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]': finished 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: audit 2024-05-04T22:37:29.145239+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]': finished 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: cephadm 2024-05-04T22:37:29.810042+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi139 on smithi139 2024-05-04T22:37:30.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:30 smithi107 bash[21616]: cephadm 2024-05-04T22:37:29.810042+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi139 on smithi139 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: cluster 2024-05-04T22:37:30.404487+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: cluster 2024-05-04T22:37:30.404487+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.877979+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.877979+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.930430+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.930430+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.933287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.933287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.982690+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.982690+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.985388+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.985388+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.986247+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.986247+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.990406+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:30.990406+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.056697+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.056697+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.059626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.059626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:32.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.060440+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:32.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.060440+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:32.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.064220+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.064220+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.311800+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:31 smithi107 bash[21616]: audit 2024-05-04T22:37:31.311800+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:32.432 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:37:33.673 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:33 smithi107 bash[21616]: audit 2024-05-04T22:37:32.394922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:33.673 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:33 smithi107 bash[21616]: audit 2024-05-04T22:37:32.394922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:33.673 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:33 smithi107 bash[21616]: audit 2024-05-04T22:37:32.402848+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:33.673 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:33 smithi107 bash[21616]: audit 2024-05-04T22:37:32.402848+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:33.673 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:33 smithi107 bash[21616]: cluster 2024-05-04T22:37:32.404880+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:33.673 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:33 smithi107 bash[21616]: cluster 2024-05-04T22:37:32.404880+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:34.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:34 smithi107 bash[21616]: audit 2024-05-04T22:37:33.484177+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:34.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:34 smithi107 bash[21616]: audit 2024-05-04T22:37:33.484177+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:35.370 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:37:35.370 INFO:teuthology.orchestra.run.smithi107.stdout:[{"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}, {"addr": "172.21.15.139", "hostname": "smithi139", "labels": [], "status": ""}] 2024-05-04T22:37:35.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:35 smithi107 bash[21616]: cluster 2024-05-04T22:37:34.405267+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:35.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:35 smithi107 bash[21616]: cluster 2024-05-04T22:37:34.405267+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:36.170 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-04T22:37:36.170 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-04T22:37:36.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:35.369847+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:35.369847+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:36.447620+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:36.447620+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:36.453005+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:36.453005+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:36.459618+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:36.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:36 smithi107 bash[21616]: audit 2024-05-04T22:37:36.459618+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:37.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:37 smithi107 bash[21616]: cluster 2024-05-04T22:37:36.405569+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:37.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:37 smithi107 bash[21616]: cluster 2024-05-04T22:37:36.405569+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:39 smithi107 bash[21616]: cluster 2024-05-04T22:37:38.406015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:39 smithi107 bash[21616]: cluster 2024-05-04T22:37:38.406015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:40.877 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:37:41.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:41 smithi107 bash[21616]: cluster 2024-05-04T22:37:40.406434+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:41.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:41 smithi107 bash[21616]: cluster 2024-05-04T22:37:40.406434+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:43.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:43 smithi107 bash[21616]: cluster 2024-05-04T22:37:42.406875+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:43.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:43 smithi107 bash[21616]: cluster 2024-05-04T22:37:42.406875+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:44.508 INFO:teuthology.orchestra.run.smithi107.stderr:adjusted tunables profile to default 2024-05-04T22:37:44.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:44 smithi107 bash[21616]: audit 2024-05-04T22:37:43.670816+0000 mon.a (mon.0) 203 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T22:37:44.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:44 smithi107 bash[21616]: audit 2024-05-04T22:37:43.670816+0000 mon.a (mon.0) 203 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T22:37:45.254 INFO:tasks.cephadm:Adding mon.a on smithi107 2024-05-04T22:37:45.254 INFO:tasks.cephadm:Adding mon.b on smithi133 2024-05-04T22:37:45.254 INFO:tasks.cephadm:Adding mon.c on smithi139 2024-05-04T22:37:45.255 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c' 2024-05-04T22:37:45.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: cluster 2024-05-04T22:37:44.407368+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:45.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: cluster 2024-05-04T22:37:44.407368+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:45.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: audit 2024-05-04T22:37:44.504411+0000 mon.a (mon.0) 204 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T22:37:45.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: audit 2024-05-04T22:37:44.504411+0000 mon.a (mon.0) 204 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T22:37:45.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: cluster 2024-05-04T22:37:44.508774+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:37:45.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: cluster 2024-05-04T22:37:44.508774+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:37:45.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: audit 2024-05-04T22:37:44.946657+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:45.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: audit 2024-05-04T22:37:44.946657+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:45.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: audit 2024-05-04T22:37:44.954604+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:45.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:45 smithi107 bash[21616]: audit 2024-05-04T22:37:44.954604+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:46.466 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:47.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:47 smithi107 bash[21616]: cluster 2024-05-04T22:37:46.407882+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:47.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:47 smithi107 bash[21616]: cluster 2024-05-04T22:37:46.407882+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:48.699 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mon update... 2024-05-04T22:37:49.151 DEBUG:teuthology.orchestra.run.smithi133:mon.b> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.b.service 2024-05-04T22:37:49.154 DEBUG:teuthology.orchestra.run.smithi139:mon.c> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.c.service 2024-05-04T22:37:49.156 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-04T22:37:49.156 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.288101+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.288101+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.293917+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.293917+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.302497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.302497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: cluster 2024-05-04T22:37:48.408333+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:49.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: cluster 2024-05-04T22:37:48.408333+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.688011+0000 mgr.a (mgr.14152) 69 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.688011+0000 mgr.a (mgr.14152) 69 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: cephadm 2024-05-04T22:37:48.693533+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c;count:3 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: cephadm 2024-05-04T22:37:48.693533+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c;count:3 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.699093+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.699093+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.703162+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.703162+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.708507+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.708507+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.710203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.710203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:49.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.718861+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.718861+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.724065+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.724065+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.725599+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: audit 2024-05-04T22:37:48.725599+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: cephadm 2024-05-04T22:37:48.727572+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.c on smithi139 2024-05-04T22:37:49.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:49 smithi107 bash[21616]: cephadm 2024-05-04T22:37:48.727572+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.c on smithi139 2024-05-04T22:37:50.388 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:51.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:51 smithi107 bash[21616]: cluster 2024-05-04T22:37:50.408660+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:51.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:51 smithi107 bash[21616]: cluster 2024-05-04T22:37:50.408660+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:53.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:53 smithi107 bash[21616]: cluster 2024-05-04T22:37:52.409005+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:53.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:53 smithi107 bash[21616]: cluster 2024-05-04T22:37:52.409005+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:53.834 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-05-04T22:37:53.834 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"54763058-0a66-11ef-bc97-c7b262605968","modified":"2024-05-04T22:35:02.919415Z","created":"2024-05-04T22:35:02.919415Z","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.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-04T22:37:53.837 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-05-04T22:37:54.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:53.835369+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.139:0/2570698211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:53.835369+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.139:0/2570698211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.199274+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.199274+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.205610+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.205610+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.260423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.260423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.261936+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.261936+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:54.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.263849+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.263849+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.426429+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.426429+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.432881+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.432881+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.441156+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:54.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:37:54 smithi107 bash[21616]: audit 2024-05-04T22:37:54.441156+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:55.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:37:55 smithi139 bash[22396]: debug 2024-05-04T22:37:55.331+0000 7f11a0e9c700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-04T22:37:55.798 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-04T22:37:55.798 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-04T22:37:58.443 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:58 smithi133 systemd[1]: Started Ceph mon.b for 54763058-0a66-11ef-bc97-c7b262605968. 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.323+0000 7f4fce7c8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.323+0000 7f4fce7c8c80 0 ceph version 19.0.0-3463-g0963fa2b (0963fa2bbe9b86a11c3a192ab0fbb3d382746c16) squid (dev), process ceph-mon, pid 7 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.323+0000 7f4fce7c8c80 0 pidfile_write: ignore empty --pid-file 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.327+0000 7f4fce7c8c80 0 load: jerasure load: lrc 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Git sha 0 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Compile date 2024-05-02 00:54:55 2024-05-04T22:37:59.371 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: DB SUMMARY 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: DB Session ID: 33IXYTBBG07G9I32YCID 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: CURRENT file: CURRENT 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.error_if_exists: 0 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.create_if_missing: 0 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-04T22:37:59.372 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.env: 0x558973848cc0 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.info_log: 0x558974e0dde0 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.statistics: (nil) 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.use_fsync: 0 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-04T22:37:59.373 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.db_log_dir: 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.wal_dir: 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-04T22:37:59.374 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.write_buffer_manager: 0x558974ddf0e0 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-04T22:37:59.375 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.unordered_write: 0 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.row_cache: None 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.wal_filter: None 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-04T22:37:59.378 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.two_write_queues: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.wal_compression: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.atomic_flush: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-04T22:37:59.379 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_open_files: -1 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-04T22:37:59.380 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Compression algorithms supported: 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kZSTD supported: 0 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kXpressCompression supported: 0 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kZlibCompression supported: 1 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-04T22:37:59.381 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.merge_operator: 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_filter: None 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558974e0dfa0) 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cache_index_and_filter_blocks: 1 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: pin_top_level_index_and_filter: 1 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: index_type: 0 2024-05-04T22:37:59.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: data_block_index_type: 0 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: index_shortening: 1 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: data_block_hash_table_util_ratio: 0.750000 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: checksum: 4 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: no_block_cache: 0 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_cache: 0x558974e0f1f0 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_cache_name: BinnedLRUCache 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_cache_options: 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: capacity : 536870912 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: num_shard_bits : 4 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: strict_capacity_limit : 0 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: high_pri_pool_ratio: 0.000 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_cache_compressed: (nil) 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: persistent_cache: (nil) 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_size: 4096 2024-05-04T22:37:59.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_size_deviation: 10 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_restart_interval: 16 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: index_block_restart_interval: 1 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: metadata_block_size: 4096 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: partition_filters: 0 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: use_delta_encoding: 1 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: filter_policy: bloomfilter 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: whole_key_filtering: 1 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: verify_compression: 0 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: read_amp_bytes_per_bit: 0 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: format_version: 5 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: enable_index_compression: 1 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: block_align: 0 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: max_auto_readahead_size: 262144 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: prepopulate_block_cache: 0 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: initial_auto_readahead_size: 8192 2024-05-04T22:37:59.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: num_file_reads_for_auto_readahead: 2 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression: NoCompression 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.num_levels: 7 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-04T22:37:59.385 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-04T22:37:59.386 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-04T22:37:59.387 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-04T22:37:59.388 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.bloom_locality: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-04T22:37:59.389 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.ttl: 2592000 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.enable_blob_files: false 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.min_blob_size: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-04T22:37:59.390 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 329d4954-8c04-48f2-b56d-b128de4894c0 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714862279334662, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714862279335139, "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": 1714862279, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "329d4954-8c04-48f2-b56d-b128de4894c0", "db_session_id": "33IXYTBBG07G9I32YCID", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714862279335255, "job": 1, "event": "recovery_finished"} 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.331+0000 7f4fce7c8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558974f32000 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 4 rocksdb: DB pointer 0x558974f1e000 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fbcf1f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fbcf1f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-04T22:37:59.391 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: ** DB Stats ** 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: ** Compaction Stats [default] ** 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: 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-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: 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-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: 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-05-04T22:37:59.392 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: ** Compaction Stats [default] ** 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: 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-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: AddFile(Total Files): cumulative 0, interval 0 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: AddFile(Keys): cumulative 0, interval 0 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Block cache BinnedLRUCache@0x558974e0f1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.6e-05 secs_since: 0 2024-05-04T22:37:59.393 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: ** File Read Latency Histogram By Level [default] ** 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 0 using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.335+0000 7f4fce7c8c80 1 mon.b@-1(???) e0 preinit fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 0 mon.b@-1(synchronizing).mds e1 new map 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: e1 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: legacy client fscid: -1 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: No filesystems configured 2024-05-04T22:37:59.394 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.363+0000 7f4fbff25700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:42.394656+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:42.394656+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:43.950755+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:43.950755+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.395 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:43.957452+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:43.957452+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:44.395124+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:44.395124+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:46.395607+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:46.395607+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.290569+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.290569+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.319094+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.319094+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.320976+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.320976+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.321808+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.321808+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.285738+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.396 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.285738+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.322903+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.322903+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.437137+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.437137+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.551185+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.551185+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.815690+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:47.815690+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.985281+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.985281+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.990129+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.990129+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.993984+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.397 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:47.993984+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:48.396044+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:48.396044+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:50.396550+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:50.396550+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:52.396937+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:52.396937+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:54.397225+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:54.397225+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:56.124822+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.398 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:56.124822+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:56.131189+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:56.131189+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:56.139017+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:56.139017+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:56.397630+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:56.397630+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:57.172150+0000 mgr.a (mgr.14152) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:36:57.172150+0000 mgr.a (mgr.14152) 25 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:57.819812+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:36:57.819812+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Deploying cephadm binary to smithi133 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:58.398023+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:36:58.398023+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:00.398382+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.399 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:00.398382+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:02.398799+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:02.398799+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:02.979184+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:02.979184+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:02.980080+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi133 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:02.980080+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Added host smithi133 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:02.994109+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:02.994109+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:03.517911+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:03.517911+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:04.399203+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:04.399203+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.042810+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.400 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.042810+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.050914+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.050914+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.052374+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.052374+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.054368+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.054368+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.056124+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.056124+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.774624+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.774624+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.782832+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.782832+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.786016+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.786016+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.787413+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-04T22:37:59.401 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:05.787413+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]': finished 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.058635+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.058635+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.274791+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.274791+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.439836+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.439836+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.605163+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:05.605163+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:06.013556+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:06.013556+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi133 on smithi133 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:06.399534+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:06.399534+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:06.967009+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:06.967009+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.402 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:06.987807+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:06.987807+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:06.994177+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:06.994177+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.061766+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.061766+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.065156+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.065156+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.066376+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.066376+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.072051+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.072051+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.140503+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.140503+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.403 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.145379+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.145379+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.147062+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.147062+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.155420+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.155420+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.441042+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:07.441042+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:08.399946+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:08.399946+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:08.474681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:08.474681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:08.505472+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:08.505472+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:08.512212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:08.512212+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.404 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:10.400365+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:10.400365+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:11.780230+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:11.780230+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:12.400779+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:12.400779+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:14.401113+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:14.401113+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:16.337042+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:16.337042+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:16.343550+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:16.343550+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:16.350077+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:16.350077+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:16.401514+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.405 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:16.401514+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:18.401937+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:18.401937+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:20.402368+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:20.402368+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:20.499153+0000 mgr.a (mgr.14152) 46 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:20.499153+0000 mgr.a (mgr.14152) 46 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:21.249235+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:21.249235+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:21.260564+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:21.260564+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:21.242224+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi139 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:21.242224+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi139 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:22.402766+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:22.402766+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.406 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:24.403224+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:24.403224+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:26.403611+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:26.403611+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:26.447800+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:26.447800+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:26.448640+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Added host smithi139 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:26.448640+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Added host smithi139 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:26.463531+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:26.463531+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:26.937118+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:26.937118+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.076349+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.076349+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.407 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.082484+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.082484+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.089997+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.089997+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:28.403993+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:28.403993+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.412594+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.412594+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.418102+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.418102+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.419448+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.419448+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.421568+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.421568+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.423258+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.408 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:28.423258+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.426004+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.426004+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.642823+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.642823+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.807639+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.807639+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.972871+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:28.972871+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.140012+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.140012+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.142973+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.142973+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.144522+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.144522+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:37:59.409 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.145239+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]': finished 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:29.145239+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]': finished 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:29.810042+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi139 on smithi139 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:29.810042+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi139 on smithi139 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:30.404487+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:30.404487+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.877979+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.877979+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.930430+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.930430+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.933287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.933287+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.982690+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.982690+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.985388+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.410 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.985388+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.986247+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.986247+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.990406+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:30.990406+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.056697+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.056697+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.059626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.059626+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.060440+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.060440+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.064220+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.064220+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.311800+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.411 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:31.311800+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:32.394922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:32.394922+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:32.402848+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:32.402848+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:32.404880+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:32.404880+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:33.484177+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:33.484177+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:34.405267+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:34.405267+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:35.369847+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:35.369847+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:37:59.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:36.447620+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:36.447620+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:36.453005+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:36.453005+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:36.459618+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:36.459618+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:36.405569+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:36.405569+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:38.406015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:38.406015+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:40.406434+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:40.406434+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:42.406875+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:42.406875+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:43.670816+0000 mon.a (mon.0) 203 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T22:37:59.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:43.670816+0000 mon.a (mon.0) 203 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-04T22:37:59.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:44.407368+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:44.407368+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:44.504411+0000 mon.a (mon.0) 204 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:44.504411+0000 mon.a (mon.0) 204 : audit [INF] from='client.? 172.21.15.107:0/3572941918' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:44.508774+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:44.508774+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:44.946657+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:44.946657+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:44.954604+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:44.954604+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:46.407882+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:46.407882+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.288101+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.551 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.288101+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.293917+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.293917+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.302497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.302497+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:48.408333+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:48.408333+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.688011+0000 mgr.a (mgr.14152) 69 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.688011+0000 mgr.a (mgr.14152) 69 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:48.693533+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c;count:3 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:48.693533+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi133:172.21.15.133=b;smithi139:172.21.15.139=c;count:3 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.699093+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.699093+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.703162+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.552 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.703162+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.708507+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.708507+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.710203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.710203+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.718861+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.718861+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.724065+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.724065+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.725599+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:48.725599+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:48.727572+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.c on smithi139 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cephadm 2024-05-04T22:37:48.727572+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.c on smithi139 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:50.408660+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.553 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:50.408660+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:52.409005+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: cluster 2024-05-04T22:37:52.409005+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:53.835369+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.139:0/2570698211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:53.835369+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.139:0/2570698211' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.199274+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.199274+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.205610+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.205610+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.260423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.260423+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.261936+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.261936+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.263849+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.554 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.263849+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.426429+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.426429+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.432881+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.432881+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.441156+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: audit 2024-05-04T22:37:54.441156+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:37:59.555 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:37:59 smithi133 bash[22262]: debug 2024-05-04T22:37:59.371+0000 7f4fbff25700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-04T22:38:00.477 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:55.342509+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:55.342509+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:55.342721+0000 mon.a (mon.0) 229 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:55.342721+0000 mon.a (mon.0) 229 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:55.361753+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:55.361753+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:56.337636+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:56.337636+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:56.409797+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:56.409797+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:57.338021+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:57.338021+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:57.342400+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:57.342400+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:58.337939+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:58.337939+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:58.410181+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:37:58.410181+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:59.338261+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:59.338261+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:59.379331+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:37:59.379331+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.338424+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.338424+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.381593+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.381593+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.382422+0000 mon.a (mon.0) 238 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.382422+0000 mon.a (mon.0) 238 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389037+0000 mon.a (mon.0) 239 : cluster [DBG] monmap epoch 2 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389037+0000 mon.a (mon.0) 239 : cluster [DBG] monmap epoch 2 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389090+0000 mon.a (mon.0) 240 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389090+0000 mon.a (mon.0) 240 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389139+0000 mon.a (mon.0) 241 : cluster [DBG] last_changed 2024-05-04T22:37:55.337312+0000 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389139+0000 mon.a (mon.0) 241 : cluster [DBG] last_changed 2024-05-04T22:37:55.337312+0000 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389182+0000 mon.a (mon.0) 242 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389182+0000 mon.a (mon.0) 242 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389226+0000 mon.a (mon.0) 243 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:00.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389226+0000 mon.a (mon.0) 243 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389268+0000 mon.a (mon.0) 244 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389268+0000 mon.a (mon.0) 244 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389311+0000 mon.a (mon.0) 245 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389311+0000 mon.a (mon.0) 245 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389355+0000 mon.a (mon.0) 246 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.389355+0000 mon.a (mon.0) 246 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.409397+0000 mon.a (mon.0) 247 : cluster [DBG] fsmap 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.409397+0000 mon.a (mon.0) 247 : cluster [DBG] fsmap 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.409484+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.409484+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.409838+0000 mon.a (mon.0) 249 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.409838+0000 mon.a (mon.0) 249 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.410162+0000 mon.a (mon.0) 250 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: cluster 2024-05-04T22:38:00.410162+0000 mon.a (mon.0) 250 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:00.768 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.418902+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.418902+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.425524+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.425524+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.431435+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.431435+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.437180+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.437180+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.446441+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.446441+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.456058+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.769 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:00 smithi107 bash[21616]: audit 2024-05-04T22:38:00.456058+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:55.342509+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:55.342509+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:55.342721+0000 mon.a (mon.0) 229 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:55.342721+0000 mon.a (mon.0) 229 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:55.361753+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:55.361753+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:56.337636+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:56.337636+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:56.409797+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:56.409797+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:57.338021+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:57.338021+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:57.342400+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:57.342400+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:58.337939+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:58.337939+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:58.410181+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:37:58.410181+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:59.338261+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:59.338261+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:59.379331+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:37:59.379331+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.338424+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.338424+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.381593+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.381593+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.382422+0000 mon.a (mon.0) 238 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.382422+0000 mon.a (mon.0) 238 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389037+0000 mon.a (mon.0) 239 : cluster [DBG] monmap epoch 2 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389037+0000 mon.a (mon.0) 239 : cluster [DBG] monmap epoch 2 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389090+0000 mon.a (mon.0) 240 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389090+0000 mon.a (mon.0) 240 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:00.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389139+0000 mon.a (mon.0) 241 : cluster [DBG] last_changed 2024-05-04T22:37:55.337312+0000 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389139+0000 mon.a (mon.0) 241 : cluster [DBG] last_changed 2024-05-04T22:37:55.337312+0000 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389182+0000 mon.a (mon.0) 242 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389182+0000 mon.a (mon.0) 242 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389226+0000 mon.a (mon.0) 243 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389226+0000 mon.a (mon.0) 243 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389268+0000 mon.a (mon.0) 244 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389268+0000 mon.a (mon.0) 244 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389311+0000 mon.a (mon.0) 245 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389311+0000 mon.a (mon.0) 245 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:00.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389355+0000 mon.a (mon.0) 246 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.389355+0000 mon.a (mon.0) 246 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.409397+0000 mon.a (mon.0) 247 : cluster [DBG] fsmap 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.409397+0000 mon.a (mon.0) 247 : cluster [DBG] fsmap 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.409484+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.409484+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.409838+0000 mon.a (mon.0) 249 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.409838+0000 mon.a (mon.0) 249 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.410162+0000 mon.a (mon.0) 250 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:00.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: cluster 2024-05-04T22:38:00.410162+0000 mon.a (mon.0) 250 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:00.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.418902+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.418902+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.425524+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.425524+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.431435+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.431435+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.813 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.437180+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.813 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.437180+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.813 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.446441+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.813 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.446441+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.813 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.456058+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:00.814 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:00 smithi139 bash[22396]: audit 2024-05-04T22:38:00.456058+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.725 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:55.342509+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:55.342509+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:55.342721+0000 mon.a (mon.0) 229 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:55.342721+0000 mon.a (mon.0) 229 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:55.361753+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:55.361753+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:56.337636+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.726 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:56.337636+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:56.409797+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:56.409797+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:57.338021+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:57.338021+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:57.342400+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:57.342400+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:58.337939+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.727 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:58.337939+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:58.410181+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:37:58.410181+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:59.338261+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:59.338261+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:59.379331+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:37:59.379331+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.338424+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.728 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.338424+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.381593+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.381593+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.382422+0000 mon.a (mon.0) 238 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.382422+0000 mon.a (mon.0) 238 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389037+0000 mon.a (mon.0) 239 : cluster [DBG] monmap epoch 2 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389037+0000 mon.a (mon.0) 239 : cluster [DBG] monmap epoch 2 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389090+0000 mon.a (mon.0) 240 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:01.729 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389090+0000 mon.a (mon.0) 240 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389139+0000 mon.a (mon.0) 241 : cluster [DBG] last_changed 2024-05-04T22:37:55.337312+0000 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389139+0000 mon.a (mon.0) 241 : cluster [DBG] last_changed 2024-05-04T22:37:55.337312+0000 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389182+0000 mon.a (mon.0) 242 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389182+0000 mon.a (mon.0) 242 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389226+0000 mon.a (mon.0) 243 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389226+0000 mon.a (mon.0) 243 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389268+0000 mon.a (mon.0) 244 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389268+0000 mon.a (mon.0) 244 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389311+0000 mon.a (mon.0) 245 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:01.730 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389311+0000 mon.a (mon.0) 245 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389355+0000 mon.a (mon.0) 246 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.389355+0000 mon.a (mon.0) 246 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.409397+0000 mon.a (mon.0) 247 : cluster [DBG] fsmap 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.409397+0000 mon.a (mon.0) 247 : cluster [DBG] fsmap 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.409484+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.409484+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.409838+0000 mon.a (mon.0) 249 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.409838+0000 mon.a (mon.0) 249 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.410162+0000 mon.a (mon.0) 250 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: cluster 2024-05-04T22:38:00.410162+0000 mon.a (mon.0) 250 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.418902+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.418902+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.425524+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.425524+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.431435+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.731 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.431435+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.732 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.437180+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.732 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.437180+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.732 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.446441+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.732 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.446441+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.732 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.456058+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:01.732 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:01 smithi133 bash[22262]: audit 2024-05-04T22:38:00.456058+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cephadm 2024-05-04T22:38:01.087991+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cephadm 2024-05-04T22:38:01.087991+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cephadm 2024-05-04T22:38:01.092919+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cephadm 2024-05-04T22:38:01.092919+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:01.397451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:01.397451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:06.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:01.397802+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:01.397802+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:01.402612+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:01.402612+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:01.418138+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:01.418138+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:01.418508+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:01.418508+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:02.379759+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:02.379759+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:02.410948+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:02.410948+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:03.379633+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:03.379633+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.799 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:03.391640+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:03.391640+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:04.379496+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:04.379496+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:04.411301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:04.411301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:05.379931+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:05.379931+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.379837+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.379837+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.438138+0000 mon.a (mon.0) 282 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.438138+0000 mon.a (mon.0) 282 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445011+0000 mon.a (mon.0) 283 : cluster [DBG] monmap epoch 3 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445011+0000 mon.a (mon.0) 283 : cluster [DBG] monmap epoch 3 2024-05-04T22:38:06.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445052+0000 mon.a (mon.0) 284 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445052+0000 mon.a (mon.0) 284 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445072+0000 mon.a (mon.0) 285 : cluster [DBG] last_changed 2024-05-04T22:38:01.389814+0000 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445072+0000 mon.a (mon.0) 285 : cluster [DBG] last_changed 2024-05-04T22:38:01.389814+0000 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445097+0000 mon.a (mon.0) 286 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445097+0000 mon.a (mon.0) 286 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445118+0000 mon.a (mon.0) 287 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445118+0000 mon.a (mon.0) 287 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445141+0000 mon.a (mon.0) 288 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445141+0000 mon.a (mon.0) 288 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445164+0000 mon.a (mon.0) 289 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445164+0000 mon.a (mon.0) 289 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445192+0000 mon.a (mon.0) 290 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445192+0000 mon.a (mon.0) 290 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:06.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445217+0000 mon.a (mon.0) 291 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.445217+0000 mon.a (mon.0) 291 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465369+0000 mon.a (mon.0) 292 : cluster [DBG] fsmap 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465369+0000 mon.a (mon.0) 292 : cluster [DBG] fsmap 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465434+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465434+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465740+0000 mon.a (mon.0) 294 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465740+0000 mon.a (mon.0) 294 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465988+0000 mon.a (mon.0) 295 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.465988+0000 mon.a (mon.0) 295 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.474246+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.474246+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.480577+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.480577+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.486256+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.802 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.486256+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.803 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.492536+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.803 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:06 smithi133 bash[22262]: audit 2024-05-04T22:38:06.492536+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cephadm 2024-05-04T22:38:01.087991+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cephadm 2024-05-04T22:38:01.087991+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cephadm 2024-05-04T22:38:01.092919+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cephadm 2024-05-04T22:38:01.092919+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:01.397451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:01.397451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:01.397802+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:01.397802+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:01.402612+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:01.402612+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:01.418138+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:01.418138+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:01.418508+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:01.418508+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:02.379759+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:02.379759+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:02.410948+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:02.410948+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:03.379633+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:03.379633+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:03.391640+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T22:38:06.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:03.391640+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:04.379496+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:04.379496+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:04.411301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:04.411301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:05.379931+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:05.379931+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.379837+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.379837+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.438138+0000 mon.a (mon.0) 282 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.438138+0000 mon.a (mon.0) 282 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445011+0000 mon.a (mon.0) 283 : cluster [DBG] monmap epoch 3 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445011+0000 mon.a (mon.0) 283 : cluster [DBG] monmap epoch 3 2024-05-04T22:38:06.809 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445052+0000 mon.a (mon.0) 284 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445052+0000 mon.a (mon.0) 284 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445072+0000 mon.a (mon.0) 285 : cluster [DBG] last_changed 2024-05-04T22:38:01.389814+0000 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445072+0000 mon.a (mon.0) 285 : cluster [DBG] last_changed 2024-05-04T22:38:01.389814+0000 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445097+0000 mon.a (mon.0) 286 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445097+0000 mon.a (mon.0) 286 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445118+0000 mon.a (mon.0) 287 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445118+0000 mon.a (mon.0) 287 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445141+0000 mon.a (mon.0) 288 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445141+0000 mon.a (mon.0) 288 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445164+0000 mon.a (mon.0) 289 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445164+0000 mon.a (mon.0) 289 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445192+0000 mon.a (mon.0) 290 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445192+0000 mon.a (mon.0) 290 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:06.810 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445217+0000 mon.a (mon.0) 291 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.445217+0000 mon.a (mon.0) 291 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465369+0000 mon.a (mon.0) 292 : cluster [DBG] fsmap 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465369+0000 mon.a (mon.0) 292 : cluster [DBG] fsmap 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465434+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465434+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465740+0000 mon.a (mon.0) 294 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465740+0000 mon.a (mon.0) 294 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465988+0000 mon.a (mon.0) 295 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.465988+0000 mon.a (mon.0) 295 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.474246+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.474246+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.480577+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.480577+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.486256+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.811 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.486256+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.492536+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.812 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:06 smithi139 bash[22396]: audit 2024-05-04T22:38:06.492536+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:06.865 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-05-04T22:38:06.866 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":3,"fsid":"54763058-0a66-11ef-bc97-c7b262605968","modified":"2024-05-04T22:38:01.389814Z","created":"2024-05-04T22:35:02.919415Z","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.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-04T22:38:06.868 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 3 2024-05-04T22:38:07.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cephadm 2024-05-04T22:38:01.087991+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T22:38:07.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cephadm 2024-05-04T22:38:01.087991+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cephadm 2024-05-04T22:38:01.092919+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cephadm 2024-05-04T22:38:01.092919+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:01.397451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:01.397451+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:01.397802+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:01.397802+0000 mon.a (mon.0) 274 : cluster [INF] mon.a calling monitor election 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:01.402612+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:01.402612+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:01.418138+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:01.418138+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:01.418508+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:01.418508+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:38:07.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:02.379759+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:02.379759+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:02.410948+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:02.410948+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:03.379633+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:03.379633+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:03.391640+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:03.391640+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-04T22:38:07.016 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:04.379496+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:04.379496+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:04.411301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:04.411301+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:05.379931+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:05.379931+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.379837+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.379837+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.438138+0000 mon.a (mon.0) 282 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.438138+0000 mon.a (mon.0) 282 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445011+0000 mon.a (mon.0) 283 : cluster [DBG] monmap epoch 3 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445011+0000 mon.a (mon.0) 283 : cluster [DBG] monmap epoch 3 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445052+0000 mon.a (mon.0) 284 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445052+0000 mon.a (mon.0) 284 : cluster [DBG] fsid 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:07.017 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445072+0000 mon.a (mon.0) 285 : cluster [DBG] last_changed 2024-05-04T22:38:01.389814+0000 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445072+0000 mon.a (mon.0) 285 : cluster [DBG] last_changed 2024-05-04T22:38:01.389814+0000 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445097+0000 mon.a (mon.0) 286 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445097+0000 mon.a (mon.0) 286 : cluster [DBG] created 2024-05-04T22:35:02.919415+0000 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445118+0000 mon.a (mon.0) 287 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445118+0000 mon.a (mon.0) 287 : cluster [DBG] min_mon_release 19 (squid) 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445141+0000 mon.a (mon.0) 288 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445141+0000 mon.a (mon.0) 288 : cluster [DBG] election_strategy: 1 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445164+0000 mon.a (mon.0) 289 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445164+0000 mon.a (mon.0) 289 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445192+0000 mon.a (mon.0) 290 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445192+0000 mon.a (mon.0) 290 : cluster [DBG] 1: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.c 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445217+0000 mon.a (mon.0) 291 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.445217+0000 mon.a (mon.0) 291 : cluster [DBG] 2: [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon.b 2024-05-04T22:38:07.018 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465369+0000 mon.a (mon.0) 292 : cluster [DBG] fsmap 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465369+0000 mon.a (mon.0) 292 : cluster [DBG] fsmap 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465434+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465434+0000 mon.a (mon.0) 293 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465740+0000 mon.a (mon.0) 294 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465740+0000 mon.a (mon.0) 294 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465988+0000 mon.a (mon.0) 295 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.465988+0000 mon.a (mon.0) 295 : cluster [INF] overall HEALTH_OK 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.474246+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.474246+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.480577+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.480577+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.486256+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.486256+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.492536+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.019 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:06 smithi107 bash[21616]: audit 2024-05-04T22:38:06.492536+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.493 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-04T22:38:07.493 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.411713+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: cluster 2024-05-04T22:38:06.411713+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: cephadm 2024-05-04T22:38:06.523228+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: cephadm 2024-05-04T22:38:06.523228+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.535581+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.535581+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.537898+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:07.667 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.537898+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.553499+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.553499+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: cephadm 2024-05-04T22:38:06.555642+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: cephadm 2024-05-04T22:38:06.555642+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.866253+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.139:0/2224932627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:06.866253+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.139:0/2224932627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:07.099303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:07.099303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:07.380334+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.668 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:07 smithi133 bash[22262]: audit 2024-05-04T22:38:07.380334+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.411713+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: cluster 2024-05-04T22:38:06.411713+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: cephadm 2024-05-04T22:38:06.523228+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T22:38:07.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: cephadm 2024-05-04T22:38:06.523228+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T22:38:07.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.535581+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:07.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.535581+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.537898+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.537898+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.553499+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.553499+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: cephadm 2024-05-04T22:38:06.555642+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: cephadm 2024-05-04T22:38:06.555642+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.866253+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.139:0/2224932627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:06.866253+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.139:0/2224932627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:07.099303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:07.099303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:07.380334+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:07 smithi107 bash[21616]: audit 2024-05-04T22:38:07.380334+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.411713+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: cluster 2024-05-04T22:38:06.411713+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: cephadm 2024-05-04T22:38:06.523228+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: cephadm 2024-05-04T22:38:06.523228+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.535581+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.535581+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.537898+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:07.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.537898+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.553499+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.553499+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: cephadm 2024-05-04T22:38:06.555642+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: cephadm 2024-05-04T22:38:06.555642+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi133 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.866253+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.139:0/2224932627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:06.866253+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.139:0/2224932627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:07.099303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:07.099303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:07.380334+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:07.808 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:07 smithi139 bash[22396]: audit 2024-05-04T22:38:07.380334+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:38:09.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:07.755926+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:07.755926+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:07.763689+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:07.763689+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:07.772586+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:07.772586+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.232036+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.232036+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.239806+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.239806+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.255021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.255021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.260415+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.260415+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.266148+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.266148+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.275841+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.275841+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.277228+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.277228+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.278786+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:08 smithi107 bash[21616]: audit 2024-05-04T22:38:08.278786+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:09.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:07.755926+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:07.755926+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:07.763689+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:07.763689+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:07.772586+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:07.772586+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.232036+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.232036+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.239806+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.239806+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.255021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.255021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.260415+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.260415+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.266148+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.266148+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.275841+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.275841+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.277228+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.277228+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.278786+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:09.049 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:08 smithi133 bash[22262]: audit 2024-05-04T22:38:08.278786+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:07.755926+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:07.755926+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:07.763689+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:07.763689+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:07.772586+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:07.772586+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.232036+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.232036+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.239806+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.239806+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.255021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.255021+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.260415+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.260415+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.266148+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.266148+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.275841+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.275841+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:09.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.277228+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:09.059 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.277228+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:09.059 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.278786+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:09.059 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:08 smithi139 bash[22396]: audit 2024-05-04T22:38:08.278786+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:09 smithi107 bash[21616]: cephadm 2024-05-04T22:38:08.275256+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T22:38:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:09 smithi107 bash[21616]: cephadm 2024-05-04T22:38:08.275256+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T22:38:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:09 smithi107 bash[21616]: cephadm 2024-05-04T22:38:08.280568+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi139 2024-05-04T22:38:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:09 smithi107 bash[21616]: cephadm 2024-05-04T22:38:08.280568+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi139 2024-05-04T22:38:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:09 smithi107 bash[21616]: cluster 2024-05-04T22:38:08.412089+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:09 smithi107 bash[21616]: cluster 2024-05-04T22:38:08.412089+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:09 smithi133 bash[22262]: cephadm 2024-05-04T22:38:08.275256+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T22:38:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:09 smithi133 bash[22262]: cephadm 2024-05-04T22:38:08.275256+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T22:38:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:09 smithi133 bash[22262]: cephadm 2024-05-04T22:38:08.280568+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi139 2024-05-04T22:38:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:09 smithi133 bash[22262]: cephadm 2024-05-04T22:38:08.280568+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi139 2024-05-04T22:38:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:09 smithi133 bash[22262]: cluster 2024-05-04T22:38:08.412089+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:09 smithi133 bash[22262]: cluster 2024-05-04T22:38:08.412089+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:09 smithi139 bash[22396]: cephadm 2024-05-04T22:38:08.275256+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T22:38:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:09 smithi139 bash[22396]: cephadm 2024-05-04T22:38:08.275256+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-04T22:38:10.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:09 smithi139 bash[22396]: cephadm 2024-05-04T22:38:08.280568+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi139 2024-05-04T22:38:10.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:09 smithi139 bash[22396]: cephadm 2024-05-04T22:38:08.280568+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi139 2024-05-04T22:38:10.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:09 smithi139 bash[22396]: cluster 2024-05-04T22:38:08.412089+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:10.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:09 smithi139 bash[22396]: cluster 2024-05-04T22:38:08.412089+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.039741+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.039741+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.047379+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.047379+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.051911+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.051911+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.059039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.059039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.060796+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.060796+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:11.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.501769+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.501769+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.506355+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.506355+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.510001+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.510001+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.515522+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.515522+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.521144+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.521144+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.526339+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.526339+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.530407+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.530407+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.614161+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:11.300 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.614161+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:11.300 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.615005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:11.300 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.615005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:11.300 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.615689+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.300 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:11 smithi133 bash[22262]: audit 2024-05-04T22:38:10.615689+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.039741+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.039741+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.047379+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.047379+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.051911+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.051911+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.059039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.059039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.060796+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.060796+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.501769+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.501769+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.506355+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.506355+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.510001+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.510001+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.515522+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.515522+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.521144+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.521144+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.526339+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.526339+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.530407+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.530407+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.614161+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:11.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.614161+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:11.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.615005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:11.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.615005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:11.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.615689+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:11 smithi139 bash[22396]: audit 2024-05-04T22:38:10.615689+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.039741+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.039741+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.047379+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.047379+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.051911+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.051911+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.059039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.059039+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.060796+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.060796+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:11.421 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.501769+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.501769+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.506355+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.506355+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.510001+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.510001+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.515522+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.515522+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.521144+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.521144+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.526339+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.526339+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.530407+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.422 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.530407+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:11.423 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.614161+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:11.423 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.614161+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-04T22:38:11.423 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.615005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:11.423 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.615005+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-04T22:38:11.423 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.615689+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:11.423 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:11 smithi107 bash[21616]: audit 2024-05-04T22:38:10.615689+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.063379+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.063379+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.065598+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.065598+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.066126+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.066126+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.281469+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.281469+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.281692+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.281692+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.281847+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.281847+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cluster 2024-05-04T22:38:10.412362+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cluster 2024-05-04T22:38:10.412362+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.613724+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.613724+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.616535+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:12.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:12 smithi139 bash[22396]: cephadm 2024-05-04T22:38:10.616535+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:12.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.063379+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:38:12.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.063379+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:38:12.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.065598+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:38:12.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.065598+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:38:12.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.066126+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.066126+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.281469+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.281469+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.281692+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.281692+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.281847+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.281847+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cluster 2024-05-04T22:38:10.412362+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cluster 2024-05-04T22:38:10.412362+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.613724+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.613724+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.616535+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:12.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:12 smithi107 bash[21616]: cephadm 2024-05-04T22:38:10.616535+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:12.527 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:38:12.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.063379+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:38:12.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.063379+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:38:12.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.065598+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.065598+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.066126+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.066126+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.281469+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.281469+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.281692+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.281692+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.281847+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.281847+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cluster 2024-05-04T22:38:10.412362+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cluster 2024-05-04T22:38:10.412362+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.613724+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.613724+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.616535+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:12.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:12 smithi133 bash[22262]: cephadm 2024-05-04T22:38:10.616535+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mon.a on smithi107 2024-05-04T22:38:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:14 smithi139 bash[22396]: cluster 2024-05-04T22:38:12.412738+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:14.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:14 smithi139 bash[22396]: cluster 2024-05-04T22:38:12.412738+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:14 smithi107 bash[21616]: cluster 2024-05-04T22:38:12.412738+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:14.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:14 smithi107 bash[21616]: cluster 2024-05-04T22:38:12.412738+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:14 smithi133 bash[22262]: cluster 2024-05-04T22:38:12.412738+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:14 smithi133 bash[22262]: cluster 2024-05-04T22:38:12.412738+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:15.845 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:15 smithi107 bash[21616]: cluster 2024-05-04T22:38:14.413132+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:15.845 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:15 smithi107 bash[21616]: cluster 2024-05-04T22:38:14.413132+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:15.845 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:15 smithi107 bash[21616]: audit 2024-05-04T22:38:14.734795+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:15.845 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:15 smithi107 bash[21616]: audit 2024-05-04T22:38:14.734795+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:15.845 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:15 smithi107 bash[21616]: audit 2024-05-04T22:38:14.743676+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:15.845 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:15 smithi107 bash[21616]: audit 2024-05-04T22:38:14.743676+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:15.980 INFO:teuthology.orchestra.run.smithi107.stdout:# minimal ceph.conf for 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:15.980 INFO:teuthology.orchestra.run.smithi107.stdout:[global] 2024-05-04T22:38:15.981 INFO:teuthology.orchestra.run.smithi107.stdout: fsid = 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:38:15.981 INFO:teuthology.orchestra.run.smithi107.stdout: mon_host = [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2024-05-04T22:38:16.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:15 smithi133 bash[22262]: cluster 2024-05-04T22:38:14.413132+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:16.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:15 smithi133 bash[22262]: cluster 2024-05-04T22:38:14.413132+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:16.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:15 smithi133 bash[22262]: audit 2024-05-04T22:38:14.734795+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:15 smithi133 bash[22262]: audit 2024-05-04T22:38:14.734795+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:15 smithi133 bash[22262]: audit 2024-05-04T22:38:14.743676+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:15 smithi133 bash[22262]: audit 2024-05-04T22:38:14.743676+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:15 smithi139 bash[22396]: cluster 2024-05-04T22:38:14.413132+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:16.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:15 smithi139 bash[22396]: cluster 2024-05-04T22:38:14.413132+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:16.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:15 smithi139 bash[22396]: audit 2024-05-04T22:38:14.734795+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:15 smithi139 bash[22396]: audit 2024-05-04T22:38:14.734795+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:15 smithi139 bash[22396]: audit 2024-05-04T22:38:14.743676+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:15 smithi139 bash[22396]: audit 2024-05-04T22:38:14.743676+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:16.783 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-04T22:38:16.784 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:38:16.784 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-05-04T22:38:16.799 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:38:16.799 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:38:16.854 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:38:16.855 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-05-04T22:38:16.868 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:38:16.869 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:38:16.923 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:38:16.924 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.conf 2024-05-04T22:38:16.938 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:38:16.938 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:38:16.992 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:16 smithi139 bash[22396]: audit 2024-05-04T22:38:15.981549+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/929959960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:16.992 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:16 smithi139 bash[22396]: audit 2024-05-04T22:38:15.981549+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/929959960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:16.993 INFO:tasks.cephadm:Adding mgr.a on smithi107 2024-05-04T22:38:16.993 INFO:tasks.cephadm:Adding mgr.b on smithi133 2024-05-04T22:38:16.993 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi107=a;smithi133=b' 2024-05-04T22:38:17.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:16 smithi107 bash[21616]: audit 2024-05-04T22:38:15.981549+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/929959960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:17.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:16 smithi107 bash[21616]: audit 2024-05-04T22:38:15.981549+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/929959960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:17.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:16 smithi133 bash[22262]: audit 2024-05-04T22:38:15.981549+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/929959960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:17.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:16 smithi133 bash[22262]: audit 2024-05-04T22:38:15.981549+0000 mon.a (mon.0) 334 : audit [DBG] from='client.? 172.21.15.107:0/929959960' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:18.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:17 smithi107 bash[21616]: cluster 2024-05-04T22:38:16.413579+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:17 smithi107 bash[21616]: cluster 2024-05-04T22:38:16.413579+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:17 smithi133 bash[22262]: cluster 2024-05-04T22:38:16.413579+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:17 smithi133 bash[22262]: cluster 2024-05-04T22:38:16.413579+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:17 smithi139 bash[22396]: cluster 2024-05-04T22:38:16.413579+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:17 smithi139 bash[22396]: cluster 2024-05-04T22:38:16.413579+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: cluster 2024-05-04T22:38:18.414022+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: cluster 2024-05-04T22:38:18.414022+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: audit 2024-05-04T22:38:19.614004+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: audit 2024-05-04T22:38:19.614004+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: audit 2024-05-04T22:38:19.621446+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: audit 2024-05-04T22:38:19.621446+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: audit 2024-05-04T22:38:19.630264+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:19 smithi107 bash[21616]: audit 2024-05-04T22:38:19.630264+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: cluster 2024-05-04T22:38:18.414022+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: cluster 2024-05-04T22:38:18.414022+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: audit 2024-05-04T22:38:19.614004+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: audit 2024-05-04T22:38:19.614004+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: audit 2024-05-04T22:38:19.621446+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: audit 2024-05-04T22:38:19.621446+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: audit 2024-05-04T22:38:19.630264+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:19 smithi133 bash[22262]: audit 2024-05-04T22:38:19.630264+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: cluster 2024-05-04T22:38:18.414022+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: cluster 2024-05-04T22:38:18.414022+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: audit 2024-05-04T22:38:19.614004+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: audit 2024-05-04T22:38:19.614004+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: audit 2024-05-04T22:38:19.621446+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: audit 2024-05-04T22:38:19.621446+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: audit 2024-05-04T22:38:19.630264+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:20.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:19 smithi139 bash[22396]: audit 2024-05-04T22:38:19.630264+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:21.547 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T22:38:22.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:21 smithi107 bash[21616]: cluster 2024-05-04T22:38:20.414430+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:22.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:21 smithi107 bash[21616]: cluster 2024-05-04T22:38:20.414430+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:22.045 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:21 smithi139 bash[22396]: cluster 2024-05-04T22:38:20.414430+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:22.046 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:21 smithi139 bash[22396]: cluster 2024-05-04T22:38:20.414430+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:22.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:21 smithi133 bash[22262]: cluster 2024-05-04T22:38:20.414430+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:22.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:21 smithi133 bash[22262]: cluster 2024-05-04T22:38:20.414430+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:23.684 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mgr update... 2024-05-04T22:38:24.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: cluster 2024-05-04T22:38:22.414841+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:24.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: cluster 2024-05-04T22:38:22.414841+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:24.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.684074+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.684074+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.728922+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.728922+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.734417+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.734417+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.736281+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.736281+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.745352+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.745352+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.749876+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.749876+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.752590+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T22:38:24.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:23 smithi107 bash[21616]: audit 2024-05-04T22:38:23.752590+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T22:38:24.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: cluster 2024-05-04T22:38:22.414841+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:24.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: cluster 2024-05-04T22:38:22.414841+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:24.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.684074+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.684074+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.728922+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.728922+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.734417+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.734417+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.736281+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.736281+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.745352+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.745352+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.749876+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.749876+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.752590+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T22:38:24.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:23 smithi133 bash[22262]: audit 2024-05-04T22:38:23.752590+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: cluster 2024-05-04T22:38:22.414841+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: cluster 2024-05-04T22:38:22.414841+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.684074+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.684074+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.728922+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.728922+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.734417+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.734417+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.736281+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.736281+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.745352+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.745352+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:24.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.749876+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:24.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.749876+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:24.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.752590+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T22:38:24.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:23 smithi139 bash[22396]: audit 2024-05-04T22:38:23.752590+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-04T22:38:24.250 DEBUG:teuthology.orchestra.run.smithi133:mgr.b> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.b.service 2024-05-04T22:38:24.252 INFO:tasks.cephadm:Deploying OSDs... 2024-05-04T22:38:24.252 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-05-04T22:38:24.252 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-05-04T22:38:24.258 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-04T22:38:24.258 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-04 22:28:14.535261655 +0000 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-04 22:28:14.287263870 +0000 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-04 22:28:14.287263870 +0000 2024-05-04T22:38:24.308 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-05-04T22:38:24.308 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-04T22:38:24.362 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-04T22:38:24.362 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-04T22:38:24.363 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.00044629 s, 1.1 MB/s 2024-05-04T22:38:24.363 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-04T22:38:24.413 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-05-04T22:38:24.459 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-04T22:38:24.459 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:24.459 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-05-04T22:38:24.459 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:24.459 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-04 22:28:15.027257259 +0000 2024-05-04T22:38:24.460 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-04 22:28:14.771259547 +0000 2024-05-04T22:38:24.460 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-04 22:28:14.771259547 +0000 2024-05-04T22:38:24.460 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-05-04T22:38:24.460 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-04T22:38:24.514 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-04T22:38:24.514 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-04T22:38:24.514 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000382371 s, 1.3 MB/s 2024-05-04T22:38:24.515 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-04T22:38:24.565 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-05-04T22:38:24.611 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-04T22:38:24.611 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:24.611 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-05-04T22:38:24.611 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:24.611 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-04 22:28:15.523252829 +0000 2024-05-04T22:38:24.612 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-04 22:28:15.255255223 +0000 2024-05-04T22:38:24.612 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-04 22:28:15.255255223 +0000 2024-05-04T22:38:24.612 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-05-04T22:38:24.612 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-04T22:38:24.669 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-04T22:38:24.670 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-04T22:38:24.670 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000424183 s, 1.2 MB/s 2024-05-04T22:38:24.671 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-04T22:38:24.720 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-05-04T22:38:24.771 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-04T22:38:24.771 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:24.771 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-05-04T22:38:24.771 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:24.771 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-05-04 22:28:16.003248542 +0000 2024-05-04T22:38:24.772 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-05-04 22:28:15.755250757 +0000 2024-05-04T22:38:24.772 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-05-04 22:28:15.755250757 +0000 2024-05-04T22:38:24.772 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-05-04T22:38:24.772 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-04T22:38:24.826 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-05-04T22:38:24.826 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-05-04T22:38:24.826 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000293208 s, 1.7 MB/s 2024-05-04T22:38:24.827 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-04T22:38:24.876 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-05-04T22:38:24.877 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-05-04T22:38:24.883 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-04T22:38:24.883 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-04 22:28:13.891175440 +0000 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-04 22:28:13.619177869 +0000 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-04 22:28:13.619177869 +0000 2024-05-04T22:38:24.932 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-04T22:38:24.933 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-04T22:38:24.987 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-04T22:38:24.987 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-04T22:38:24.987 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000290871 s, 1.8 MB/s 2024-05-04T22:38:24.988 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: audit 2024-05-04T22:38:23.673892+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: audit 2024-05-04T22:38:23.673892+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: cephadm 2024-05-04T22:38:23.677442+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi133=b;count:2 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: cephadm 2024-05-04T22:38:23.677442+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi133=b;count:2 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: audit 2024-05-04T22:38:23.757873+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: audit 2024-05-04T22:38:23.757873+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: audit 2024-05-04T22:38:23.766156+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: audit 2024-05-04T22:38:23.766156+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:25.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: cephadm 2024-05-04T22:38:23.768151+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-05-04T22:38:25.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:24 smithi107 bash[21616]: cephadm 2024-05-04T22:38:23.768151+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-05-04T22:38:25.036 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: audit 2024-05-04T22:38:23.673892+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: audit 2024-05-04T22:38:23.673892+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: cephadm 2024-05-04T22:38:23.677442+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi133=b;count:2 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: cephadm 2024-05-04T22:38:23.677442+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi133=b;count:2 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: audit 2024-05-04T22:38:23.757873+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: audit 2024-05-04T22:38:23.757873+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: audit 2024-05-04T22:38:23.766156+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: audit 2024-05-04T22:38:23.766156+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: cephadm 2024-05-04T22:38:23.768151+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-05-04T22:38:25.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:24 smithi133 bash[22262]: cephadm 2024-05-04T22:38:23.768151+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-05-04T22:38:25.052 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-04T22:38:25.052 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.052 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-05-04T22:38:25.052 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.052 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-04 22:28:14.391170974 +0000 2024-05-04T22:38:25.052 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-04 22:28:14.127173332 +0000 2024-05-04T22:38:25.053 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-04 22:28:14.127173332 +0000 2024-05-04T22:38:25.053 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-04T22:38:25.053 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-04T22:38:25.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: audit 2024-05-04T22:38:23.673892+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:25.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: audit 2024-05-04T22:38:23.673892+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi133=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: cephadm 2024-05-04T22:38:23.677442+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi133=b;count:2 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: cephadm 2024-05-04T22:38:23.677442+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi133=b;count:2 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: audit 2024-05-04T22:38:23.757873+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: audit 2024-05-04T22:38:23.757873+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: audit 2024-05-04T22:38:23.766156+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: audit 2024-05-04T22:38:23.766156+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: cephadm 2024-05-04T22:38:23.768151+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-05-04T22:38:25.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:24 smithi139 bash[22396]: cephadm 2024-05-04T22:38:23.768151+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi133 2024-05-04T22:38:25.105 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-04T22:38:25.105 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-04T22:38:25.105 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000309361 s, 1.7 MB/s 2024-05-04T22:38:25.106 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-04T22:38:25.160 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-04 22:28:14.891166507 +0000 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-04 22:28:14.627168865 +0000 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-04 22:28:14.627168865 +0000 2024-05-04T22:38:25.207 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-04T22:38:25.208 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-04T22:38:25.261 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-04T22:38:25.261 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-04T22:38:25.262 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000316125 s, 1.6 MB/s 2024-05-04T22:38:25.262 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-04T22:38:25.313 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-05-04T22:38:25.358 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-05-04 22:28:15.407161899 +0000 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-05-04 22:28:15.127164399 +0000 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-05-04 22:28:15.127164399 +0000 2024-05-04T22:38:25.359 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-05-04T22:38:25.359 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-04T22:38:25.411 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-05-04T22:38:25.411 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-05-04T22:38:25.411 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000241727 s, 2.1 MB/s 2024-05-04T22:38:25.412 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-04T22:38:25.459 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-05-04T22:38:25.459 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2024-05-04T22:38:25.465 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-05-04T22:38:25.465 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2024-05-04T22:38:25.514 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-04T22:38:25.514 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.514 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-05-04T22:38:25.514 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.514 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-05-04 22:28:15.299975357 +0000 2024-05-04T22:38:25.514 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-05-04 22:28:15.047977608 +0000 2024-05-04T22:38:25.515 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-05-04 22:28:15.047977608 +0000 2024-05-04T22:38:25.515 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2024-05-04T22:38:25.515 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-04T22:38:25.569 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-05-04T22:38:25.569 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-05-04T22:38:25.569 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000405316 s, 1.3 MB/s 2024-05-04T22:38:25.570 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-04T22:38:25.620 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2024-05-04T22:38:25.666 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-04T22:38:25.666 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.666 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-05-04T22:38:25.666 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.666 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-05-04 22:28:15.807970819 +0000 2024-05-04T22:38:25.666 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-05-04 22:28:15.559973034 +0000 2024-05-04T22:38:25.667 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-05-04 22:28:15.559973034 +0000 2024-05-04T22:38:25.667 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2024-05-04T22:38:25.667 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-04T22:38:25.720 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-05-04T22:38:25.720 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-05-04T22:38:25.720 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.00042005 s, 1.2 MB/s 2024-05-04T22:38:25.721 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-04T22:38:25.771 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-05-04 22:28:16.287966532 +0000 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-05-04 22:28:16.027968854 +0000 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-05-04 22:28:16.027968854 +0000 2024-05-04T22:38:25.819 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2024-05-04T22:38:25.819 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-04T22:38:25.871 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:25 smithi139 bash[22396]: cluster 2024-05-04T22:38:24.415185+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:25.871 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:25 smithi139 bash[22396]: cluster 2024-05-04T22:38:24.415185+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:25.873 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-05-04T22:38:25.873 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-05-04T22:38:25.873 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000417787 s, 1.2 MB/s 2024-05-04T22:38:25.874 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-04T22:38:25.924 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 940 Links: 1 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-05-04 22:28:16.783962101 +0000 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-05-04 22:28:16.515964495 +0000 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-05-04 22:28:16.515964495 +0000 2024-05-04T22:38:25.970 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: - 2024-05-04T22:38:25.970 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-04T22:38:26.024 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-05-04T22:38:26.024 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-05-04T22:38:26.024 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000394761 s, 1.3 MB/s 2024-05-04T22:38:26.025 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-04T22:38:26.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:25 smithi133 bash[22262]: cluster 2024-05-04T22:38:24.415185+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:26.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:25 smithi133 bash[22262]: cluster 2024-05-04T22:38:24.415185+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:26.075 INFO:tasks.cephadm:Deploying osd.0 on smithi107 with /dev/vg_nvme/lv_4... 2024-05-04T22:38:26.075 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-04T22:38:26.086 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:25 smithi107 bash[21616]: cluster 2024-05-04T22:38:24.415185+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:26.086 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:25 smithi107 bash[21616]: cluster 2024-05-04T22:38:24.415185+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:26.804 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:26 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:38:26.804 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:26 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:38:26.804 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:26 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:38:26.804 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:26 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:38:27.077 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:26 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:38:27.078 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:26 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:38:27.078 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:27 smithi133 systemd[1]: Started Ceph mgr.b for 54763058-0a66-11ef-bc97-c7b262605968. 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: cluster 2024-05-04T22:38:26.415608+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: cluster 2024-05-04T22:38:26.415608+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:26.837942+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:26.837942+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:26.845611+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:26.845611+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:26.854941+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:26.854941+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.090227+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.090227+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.097 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.097870+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.097870+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.148149+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.148149+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.155002+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.155002+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.255816+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.255816+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.260166+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.260166+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.261559+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.261559+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.269338+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.098 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.269338+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.099 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.368744+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:28.099 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.368744+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:28.099 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.370065+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:28.099 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.370065+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:28.099 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.371101+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.099 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:27 smithi133 bash[22262]: audit 2024-05-04T22:38:27.371101+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: cluster 2024-05-04T22:38:26.415608+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: cluster 2024-05-04T22:38:26.415608+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:26.837942+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:26.837942+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:26.845611+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:26.845611+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:26.854941+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:26.854941+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.090227+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.090227+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.097870+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.097870+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.148149+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.148149+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.155002+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.155002+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.255816+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.255816+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.260166+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.260166+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.261559+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.261559+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.269338+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.269338+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.368744+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:28.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.368744+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:28.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.370065+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:28.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.370065+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:28.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.371101+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:27 smithi107 bash[21616]: audit 2024-05-04T22:38:27.371101+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: cluster 2024-05-04T22:38:26.415608+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: cluster 2024-05-04T22:38:26.415608+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:26.837942+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:26.837942+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:26.845611+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:26.845611+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:26.854941+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:26.854941+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.090227+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.090227+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.097870+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.097870+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.148149+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.148149+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.155002+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.155002+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.255816+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.255816+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.260166+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.260166+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.261559+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.261559+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.269338+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.269338+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:28.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.368744+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:28.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.368744+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-04T22:38:28.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.370065+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:28.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.370065+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-04T22:38:28.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.371101+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:27 smithi139 bash[22396]: audit 2024-05-04T22:38:27.371101+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:28.400 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[23331]: debug 2024-05-04T22:38:28.251+0000 7fd3ba327700 1 -- 172.21.15.133:0/2952958831 <== mon.2 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b099e2e5a0 con 0x55b09abb2400 2024-05-04T22:38:28.796 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[23331]: debug 2024-05-04T22:38:28.399+0000 7fd3c453a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: cephadm 2024-05-04T22:38:27.270213+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: cephadm 2024-05-04T22:38:27.270213+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: cephadm 2024-05-04T22:38:27.368206+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: cephadm 2024-05-04T22:38:27.368206+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: cephadm 2024-05-04T22:38:27.372503+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: cephadm 2024-05-04T22:38:27.372503+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: audit 2024-05-04T22:38:27.969341+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:29.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:28 smithi107 bash[21616]: audit 2024-05-04T22:38:27.969341+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: cephadm 2024-05-04T22:38:27.270213+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: cephadm 2024-05-04T22:38:27.270213+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: cephadm 2024-05-04T22:38:27.368206+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: cephadm 2024-05-04T22:38:27.368206+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: cephadm 2024-05-04T22:38:27.372503+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: cephadm 2024-05-04T22:38:27.372503+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: audit 2024-05-04T22:38:27.969341+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:29.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:28 smithi133 bash[22262]: audit 2024-05-04T22:38:27.969341+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:29.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: cephadm 2024-05-04T22:38:27.270213+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:29.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: cephadm 2024-05-04T22:38:27.270213+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:29.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: cephadm 2024-05-04T22:38:27.368206+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T22:38:29.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: cephadm 2024-05-04T22:38:27.368206+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-04T22:38:29.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: cephadm 2024-05-04T22:38:27.372503+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-05-04T22:38:29.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: cephadm 2024-05-04T22:38:27.372503+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-05-04T22:38:29.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: audit 2024-05-04T22:38:27.969341+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:29.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:28 smithi139 bash[22396]: audit 2024-05-04T22:38:27.969341+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:30.227 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:30 smithi133 bash[23331]: debug 2024-05-04T22:38:30.167+0000 7fd3c453a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T22:38:30.228 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:29 smithi133 bash[22262]: cluster 2024-05-04T22:38:28.416060+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:30.228 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:29 smithi133 bash[22262]: cluster 2024-05-04T22:38:28.416060+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:29 smithi107 bash[21616]: cluster 2024-05-04T22:38:28.416060+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:29 smithi107 bash[21616]: cluster 2024-05-04T22:38:28.416060+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:30.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:29 smithi139 bash[22396]: cluster 2024-05-04T22:38:28.416060+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:30.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:29 smithi139 bash[22396]: cluster 2024-05-04T22:38:28.416060+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:30.523 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:30 smithi133 bash[23331]: debug 2024-05-04T22:38:30.271+0000 7fd3c453a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T22:38:30.789 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:38:30.794 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:30 smithi133 bash[23331]: debug 2024-05-04T22:38:30.519+0000 7fd3c453a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.109042+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.109042+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.114660+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.114660+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.147525+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.147525+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.151945+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.151945+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.153155+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:31.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.153155+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:31.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.159373+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: audit 2024-05-04T22:38:30.159373+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: cephadm 2024-05-04T22:38:30.160050+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:31.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: cephadm 2024-05-04T22:38:30.160050+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:31.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: cluster 2024-05-04T22:38:30.416572+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:31.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:31 smithi107 bash[21616]: cluster 2024-05-04T22:38:30.416572+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:31.361 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.109042+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.361 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.109042+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.114660+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.114660+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.147525+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.147525+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.151945+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.151945+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.153155+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.153155+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.159373+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: audit 2024-05-04T22:38:30.159373+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: cephadm 2024-05-04T22:38:30.160050+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: cephadm 2024-05-04T22:38:30.160050+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: cluster 2024-05-04T22:38:30.416572+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:31.362 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[22262]: cluster 2024-05-04T22:38:30.416572+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.109042+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.109042+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.114660+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.114660+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.147525+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.147525+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.151945+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.151945+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.153155+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.153155+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.159373+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: audit 2024-05-04T22:38:30.159373+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:31.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: cephadm 2024-05-04T22:38:30.160050+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:31.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: cephadm 2024-05-04T22:38:30.160050+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:38:31.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: cluster 2024-05-04T22:38:30.416572+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:31.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:31 smithi139 bash[22396]: cluster 2024-05-04T22:38:30.416572+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:31.796 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[23331]: debug 2024-05-04T22:38:31.359+0000 7fd3c453a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T22:38:31.796 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[23331]: debug 2024-05-04T22:38:31.471+0000 7fd3c453a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T22:38:31.797 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[23331]: debug 2024-05-04T22:38:31.579+0000 7fd3c453a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T22:38:32.225 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:31 smithi133 bash[23331]: debug 2024-05-04T22:38:31.943+0000 7fd3c453a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T22:38:32.225 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:32 smithi133 bash[23331]: debug 2024-05-04T22:38:32.055+0000 7fd3c453a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T22:38:32.225 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:32 smithi133 bash[23331]: debug 2024-05-04T22:38:32.159+0000 7fd3c453a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T22:38:32.679 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:32 smithi107 bash[21616]: audit 2024-05-04T22:38:31.489651+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:32.679 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:32 smithi107 bash[21616]: audit 2024-05-04T22:38:31.489651+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:32.773 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:32 smithi133 bash[23331]: debug 2024-05-04T22:38:32.527+0000 7fd3c453a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T22:38:32.773 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:32 smithi133 bash[22262]: audit 2024-05-04T22:38:31.489651+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:32.774 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:32 smithi133 bash[22262]: audit 2024-05-04T22:38:31.489651+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:32.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:32 smithi139 bash[22396]: audit 2024-05-04T22:38:31.489651+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:32.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:32 smithi139 bash[22396]: audit 2024-05-04T22:38:31.489651+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:33.036 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:32 smithi133 bash[23331]: debug 2024-05-04T22:38:32.771+0000 7fd3c453a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T22:38:33.296 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[23331]: debug 2024-05-04T22:38:33.035+0000 7fd3c453a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T22:38:33.296 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[23331]: debug 2024-05-04T22:38:33.147+0000 7fd3c453a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T22:38:33.796 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[23331]: debug 2024-05-04T22:38:33.447+0000 7fd3c453a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T22:38:34.238 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[23331]: debug 2024-05-04T22:38:33.879+0000 7fd3c453a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:38:34.238 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:34 smithi133 bash[23331]: debug 2024-05-04T22:38:34.119+0000 7fd3c453a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T22:38:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[22262]: cluster 2024-05-04T22:38:32.416880+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[22262]: cluster 2024-05-04T22:38:32.416880+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[22262]: audit 2024-05-04T22:38:32.916833+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[22262]: audit 2024-05-04T22:38:32.916833+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[22262]: audit 2024-05-04T22:38:33.606727+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.239 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:33 smithi133 bash[22262]: audit 2024-05-04T22:38:33.606727+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:33 smithi107 bash[21616]: cluster 2024-05-04T22:38:32.416880+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:34.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:33 smithi107 bash[21616]: cluster 2024-05-04T22:38:32.416880+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:34.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:33 smithi107 bash[21616]: audit 2024-05-04T22:38:32.916833+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:33 smithi107 bash[21616]: audit 2024-05-04T22:38:32.916833+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:33 smithi107 bash[21616]: audit 2024-05-04T22:38:33.606727+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:33 smithi107 bash[21616]: audit 2024-05-04T22:38:33.606727+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:33 smithi139 bash[22396]: cluster 2024-05-04T22:38:32.416880+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:34.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:33 smithi139 bash[22396]: cluster 2024-05-04T22:38:32.416880+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:34.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:33 smithi139 bash[22396]: audit 2024-05-04T22:38:32.916833+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:33 smithi139 bash[22396]: audit 2024-05-04T22:38:32.916833+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:33 smithi139 bash[22396]: audit 2024-05-04T22:38:33.606727+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:33 smithi139 bash[22396]: audit 2024-05-04T22:38:33.606727+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:34.546 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:34 smithi133 bash[23331]: debug 2024-05-04T22:38:34.235+0000 7fd3c453a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T22:38:34.546 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:34 smithi133 bash[23331]: debug 2024-05-04T22:38:34.483+0000 7fd3c453a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:38:35.220 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-04T22:38:35.220 INFO:teuthology.orchestra.run.smithi107.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-04T22:38:35.220 INFO:teuthology.orchestra.run.smithi107.stderr: stderr: 10+0 records in 2024-05-04T22:38:35.220 INFO:teuthology.orchestra.run.smithi107.stderr:10+0 records out 2024-05-04T22:38:35.220 INFO:teuthology.orchestra.run.smithi107.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0156541 s, 670 MB/s 2024-05-04T22:38:35.220 INFO:teuthology.orchestra.run.smithi107.stderr:--> Zapping successful for: 2024-05-04T22:38:35.546 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[23331]: debug 2024-05-04T22:38:35.515+0000 7fd3c453a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T22:38:35.919 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[23331]: debug 2024-05-04T22:38:35.631+0000 7fd3c453a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T22:38:35.964 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: cluster 2024-05-04T22:38:34.417253+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: cluster 2024-05-04T22:38:34.417253+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.481385+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.481385+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.489869+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.489869+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.499778+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.499778+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.522931+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.522931+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.528564+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.528564+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.530195+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.530195+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.539874+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:35 smithi107 bash[21616]: audit 2024-05-04T22:38:35.539874+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.296 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[23331]: debug 2024-05-04T22:38:35.927+0000 7fd3c453a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[23331]: debug 2024-05-04T22:38:36.039+0000 7fd3c453a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: cluster 2024-05-04T22:38:34.417253+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: cluster 2024-05-04T22:38:34.417253+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.481385+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.481385+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.489869+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.489869+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.499778+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.499778+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.522931+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.522931+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:36.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.528564+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:36.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.528564+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:36.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.530195+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:36.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.530195+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:36.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.539874+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:35 smithi133 bash[22262]: audit 2024-05-04T22:38:35.539874+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: cluster 2024-05-04T22:38:34.417253+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:36.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: cluster 2024-05-04T22:38:34.417253+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:36.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.481385+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.481385+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.489869+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.489869+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.499778+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.499778+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.522931+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.522931+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.528564+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.528564+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.530195+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.530195+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.539874+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:35 smithi139 bash[22396]: audit 2024-05-04T22:38:35.539874+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:36.768 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[23331]: debug 2024-05-04T22:38:36.319+0000 7fd3c453a200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T22:38:37.046 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[23331]: debug 2024-05-04T22:38:36.767+0000 7fd3c453a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[23331]: debug 2024-05-04T22:38:36.887+0000 7fd3c453a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: cluster 2024-05-04T22:38:36.911498+0000 mon.a (mon.0) 378 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: cluster 2024-05-04T22:38:36.911498+0000 mon.a (mon.0) 378 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.913301+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.913301+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.914157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.914157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.915551+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.915551+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:38:37.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.916147+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:38:37.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:36 smithi133 bash[22262]: audit 2024-05-04T22:38:36.916147+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: cluster 2024-05-04T22:38:36.911498+0000 mon.a (mon.0) 378 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: cluster 2024-05-04T22:38:36.911498+0000 mon.a (mon.0) 378 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.913301+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.913301+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.914157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.914157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.915551+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.915551+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.916147+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:38:37.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:36 smithi107 bash[21616]: audit 2024-05-04T22:38:36.916147+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:38:37.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: cluster 2024-05-04T22:38:36.911498+0000 mon.a (mon.0) 378 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:38:37.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: cluster 2024-05-04T22:38:36.911498+0000 mon.a (mon.0) 378 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:38:37.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.913301+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:38:37.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.913301+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:38:37.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.914157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:38:37.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.914157+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:38:37.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.915551+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:38:37.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.915551+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:38:37.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.916147+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:38:37.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:36 smithi139 bash[22396]: audit 2024-05-04T22:38:36.916147+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.133:0/2415913450' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:38:38.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:37 smithi139 bash[22396]: cluster 2024-05-04T22:38:36.417621+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:38.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:37 smithi139 bash[22396]: cluster 2024-05-04T22:38:36.417621+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:38.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:37 smithi139 bash[22396]: cluster 2024-05-04T22:38:36.943083+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T22:38:38.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:37 smithi139 bash[22396]: cluster 2024-05-04T22:38:36.943083+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T22:38:38.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:37 smithi139 bash[22396]: audit 2024-05-04T22:38:36.943655+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:38:38.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:37 smithi139 bash[22396]: audit 2024-05-04T22:38:36.943655+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:38:38.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:37 smithi107 bash[21616]: cluster 2024-05-04T22:38:36.417621+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:38.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:37 smithi107 bash[21616]: cluster 2024-05-04T22:38:36.417621+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:38.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:37 smithi107 bash[21616]: cluster 2024-05-04T22:38:36.943083+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T22:38:38.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:37 smithi107 bash[21616]: cluster 2024-05-04T22:38:36.943083+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T22:38:38.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:37 smithi107 bash[21616]: audit 2024-05-04T22:38:36.943655+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:38:38.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:37 smithi107 bash[21616]: audit 2024-05-04T22:38:36.943655+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:38:38.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:37 smithi133 bash[22262]: cluster 2024-05-04T22:38:36.417621+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:38.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:37 smithi133 bash[22262]: cluster 2024-05-04T22:38:36.417621+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:38.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:37 smithi133 bash[22262]: cluster 2024-05-04T22:38:36.943083+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T22:38:38.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:37 smithi133 bash[22262]: cluster 2024-05-04T22:38:36.943083+0000 mon.a (mon.0) 379 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-04T22:38:38.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:37 smithi133 bash[22262]: audit 2024-05-04T22:38:36.943655+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:38:38.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:37 smithi133 bash[22262]: audit 2024-05-04T22:38:36.943655+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: cluster 2024-05-04T22:38:38.417938+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: cluster 2024-05-04T22:38:38.417938+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: audit 2024-05-04T22:38:38.824637+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: audit 2024-05-04T22:38:38.824637+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: audit 2024-05-04T22:38:38.831660+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: audit 2024-05-04T22:38:38.831660+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: audit 2024-05-04T22:38:38.839373+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:39 smithi107 bash[21616]: audit 2024-05-04T22:38:38.839373+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: cluster 2024-05-04T22:38:38.417938+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: cluster 2024-05-04T22:38:38.417938+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: audit 2024-05-04T22:38:38.824637+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: audit 2024-05-04T22:38:38.824637+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: audit 2024-05-04T22:38:38.831660+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: audit 2024-05-04T22:38:38.831660+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: audit 2024-05-04T22:38:38.839373+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:39 smithi133 bash[22262]: audit 2024-05-04T22:38:38.839373+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: cluster 2024-05-04T22:38:38.417938+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:40.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: cluster 2024-05-04T22:38:38.417938+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:40.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: audit 2024-05-04T22:38:38.824637+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: audit 2024-05-04T22:38:38.824637+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: audit 2024-05-04T22:38:38.831660+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: audit 2024-05-04T22:38:38.831660+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: audit 2024-05-04T22:38:38.839373+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:39 smithi139 bash[22396]: audit 2024-05-04T22:38:38.839373+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:40.413 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:38:42.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:41 smithi107 bash[21616]: cluster 2024-05-04T22:38:40.418325+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:42.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:41 smithi107 bash[21616]: cluster 2024-05-04T22:38:40.418325+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:42.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:41 smithi133 bash[22262]: cluster 2024-05-04T22:38:40.418325+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:42.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:41 smithi133 bash[22262]: cluster 2024-05-04T22:38:40.418325+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:42.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:41 smithi139 bash[22396]: cluster 2024-05-04T22:38:40.418325+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:42.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:41 smithi139 bash[22396]: cluster 2024-05-04T22:38:40.418325+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: cluster 2024-05-04T22:38:42.418738+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: cluster 2024-05-04T22:38:42.418738+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: audit 2024-05-04T22:38:43.245468+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: audit 2024-05-04T22:38:43.245468+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: audit 2024-05-04T22:38:43.251206+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: audit 2024-05-04T22:38:43.251206+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: audit 2024-05-04T22:38:43.252416+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:43 smithi107 bash[21616]: audit 2024-05-04T22:38:43.252416+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: cluster 2024-05-04T22:38:42.418738+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: cluster 2024-05-04T22:38:42.418738+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: audit 2024-05-04T22:38:43.245468+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: audit 2024-05-04T22:38:43.245468+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: audit 2024-05-04T22:38:43.251206+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: audit 2024-05-04T22:38:43.251206+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: audit 2024-05-04T22:38:43.252416+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:44.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:43 smithi133 bash[22262]: audit 2024-05-04T22:38:43.252416+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: cluster 2024-05-04T22:38:42.418738+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: cluster 2024-05-04T22:38:42.418738+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: audit 2024-05-04T22:38:43.245468+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: audit 2024-05-04T22:38:43.245468+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: audit 2024-05-04T22:38:43.251206+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: audit 2024-05-04T22:38:43.251206+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:38:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: audit 2024-05-04T22:38:43.252416+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:44.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:43 smithi139 bash[22396]: audit 2024-05-04T22:38:43.252416+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:38:45.233 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:44 smithi139 bash[22396]: audit 2024-05-04T22:38:43.238379+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:45.233 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:44 smithi139 bash[22396]: audit 2024-05-04T22:38:43.238379+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:44 smithi107 bash[21616]: audit 2024-05-04T22:38:43.238379+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:44 smithi107 bash[21616]: audit 2024-05-04T22:38:43.238379+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:45.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:44 smithi133 bash[22262]: audit 2024-05-04T22:38:43.238379+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:45.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:44 smithi133 bash[22262]: audit 2024-05-04T22:38:43.238379+0000 mgr.a (mgr.14152) 128 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:38:46.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:45 smithi107 bash[21616]: cluster 2024-05-04T22:38:44.419148+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:46.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:45 smithi107 bash[21616]: cluster 2024-05-04T22:38:44.419148+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:46.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:45 smithi133 bash[22262]: cluster 2024-05-04T22:38:44.419148+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:46.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:45 smithi133 bash[22262]: cluster 2024-05-04T22:38:44.419148+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:46.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:45 smithi139 bash[22396]: cluster 2024-05-04T22:38:44.419148+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:46.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:45 smithi139 bash[22396]: cluster 2024-05-04T22:38:44.419148+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: cluster 2024-05-04T22:38:46.419550+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: cluster 2024-05-04T22:38:46.419550+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: audit 2024-05-04T22:38:47.051600+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: audit 2024-05-04T22:38:47.051600+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: audit 2024-05-04T22:38:47.059558+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: audit 2024-05-04T22:38:47.059558+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: audit 2024-05-04T22:38:47.069441+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:48 smithi139 bash[22396]: audit 2024-05-04T22:38:47.069441+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: cluster 2024-05-04T22:38:46.419550+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: cluster 2024-05-04T22:38:46.419550+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: audit 2024-05-04T22:38:47.051600+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: audit 2024-05-04T22:38:47.051600+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: audit 2024-05-04T22:38:47.059558+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: audit 2024-05-04T22:38:47.059558+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: audit 2024-05-04T22:38:47.069441+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:48 smithi107 bash[21616]: audit 2024-05-04T22:38:47.069441+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: cluster 2024-05-04T22:38:46.419550+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: cluster 2024-05-04T22:38:46.419550+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: audit 2024-05-04T22:38:47.051600+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: audit 2024-05-04T22:38:47.051600+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: audit 2024-05-04T22:38:47.059558+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: audit 2024-05-04T22:38:47.059558+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: audit 2024-05-04T22:38:47.069441+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:48.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:48 smithi133 bash[22262]: audit 2024-05-04T22:38:47.069441+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:50.252 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:50 smithi133 bash[22262]: cluster 2024-05-04T22:38:48.419932+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:50.252 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:50 smithi133 bash[22262]: cluster 2024-05-04T22:38:48.419932+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:50 smithi107 bash[21616]: cluster 2024-05-04T22:38:48.419932+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:50 smithi107 bash[21616]: cluster 2024-05-04T22:38:48.419932+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:50.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:50 smithi139 bash[22396]: cluster 2024-05-04T22:38:48.419932+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:50.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:50 smithi139 bash[22396]: cluster 2024-05-04T22:38:48.419932+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:52.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:52 smithi107 bash[21616]: cluster 2024-05-04T22:38:50.420319+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:52.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:52 smithi107 bash[21616]: cluster 2024-05-04T22:38:50.420319+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:52.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:52 smithi133 bash[22262]: cluster 2024-05-04T22:38:50.420319+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:52.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:52 smithi133 bash[22262]: cluster 2024-05-04T22:38:50.420319+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:52.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:52 smithi139 bash[22396]: cluster 2024-05-04T22:38:50.420319+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:52.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:52 smithi139 bash[22396]: cluster 2024-05-04T22:38:50.420319+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.172912+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]: dispatch 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.172912+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]: dispatch 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.175819+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]': finished 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.175819+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]': finished 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: cluster 2024-05-04T22:38:52.180263+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: cluster 2024-05-04T22:38:52.180263+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.180545+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.180545+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:38:53.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.885637+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.107:0/1372970008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:38:53.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:53 smithi107 bash[21616]: audit 2024-05-04T22:38:52.885637+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.107:0/1372970008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.172912+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]: dispatch 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.172912+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]: dispatch 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.175819+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]': finished 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.175819+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]': finished 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: cluster 2024-05-04T22:38:52.180263+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: cluster 2024-05-04T22:38:52.180263+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.180545+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.180545+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.885637+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.107:0/1372970008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:38:53.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:53 smithi133 bash[22262]: audit 2024-05-04T22:38:52.885637+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.107:0/1372970008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:38:53.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.172912+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]: dispatch 2024-05-04T22:38:53.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.172912+0000 mon.a (mon.0) 390 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]: dispatch 2024-05-04T22:38:53.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.175819+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]': finished 2024-05-04T22:38:53.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.175819+0000 mon.a (mon.0) 391 : audit [INF] from='client.? 172.21.15.107:0/2241396671' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e7780612-3dee-425e-8d31-cd7216fd4aed"}]': finished 2024-05-04T22:38:53.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: cluster 2024-05-04T22:38:52.180263+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T22:38:53.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: cluster 2024-05-04T22:38:52.180263+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-04T22:38:53.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.180545+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:38:53.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.180545+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:38:53.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.885637+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.107:0/1372970008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:38:53.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:53 smithi139 bash[22396]: audit 2024-05-04T22:38:52.885637+0000 mon.a (mon.0) 394 : audit [DBG] from='client.? 172.21.15.107:0/1372970008' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:38:54.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:54 smithi107 bash[21616]: cluster 2024-05-04T22:38:52.420716+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:54.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:54 smithi107 bash[21616]: cluster 2024-05-04T22:38:52.420716+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:54.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:54 smithi133 bash[22262]: cluster 2024-05-04T22:38:52.420716+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:54.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:54 smithi133 bash[22262]: cluster 2024-05-04T22:38:52.420716+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:54.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:54 smithi139 bash[22396]: cluster 2024-05-04T22:38:52.420716+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:54.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:54 smithi139 bash[22396]: cluster 2024-05-04T22:38:52.420716+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:55.392 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:55 smithi107 bash[21616]: cluster 2024-05-04T22:38:54.421109+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:55.392 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:55 smithi107 bash[21616]: cluster 2024-05-04T22:38:54.421109+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:55.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:55 smithi133 bash[22262]: cluster 2024-05-04T22:38:54.421109+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:55.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:55 smithi133 bash[22262]: cluster 2024-05-04T22:38:54.421109+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:55.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:55 smithi139 bash[22396]: cluster 2024-05-04T22:38:54.421109+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:55.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:55 smithi139 bash[22396]: cluster 2024-05-04T22:38:54.421109+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:57.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:56 smithi107 bash[21616]: audit 2024-05-04T22:38:55.700960+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:56 smithi107 bash[21616]: audit 2024-05-04T22:38:55.700960+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:56 smithi107 bash[21616]: audit 2024-05-04T22:38:55.710716+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:56 smithi107 bash[21616]: audit 2024-05-04T22:38:55.710716+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:56 smithi107 bash[21616]: audit 2024-05-04T22:38:55.722044+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:56 smithi107 bash[21616]: audit 2024-05-04T22:38:55.722044+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:56 smithi133 bash[22262]: audit 2024-05-04T22:38:55.700960+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:56 smithi133 bash[22262]: audit 2024-05-04T22:38:55.700960+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:56 smithi133 bash[22262]: audit 2024-05-04T22:38:55.710716+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:56 smithi133 bash[22262]: audit 2024-05-04T22:38:55.710716+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:56 smithi133 bash[22262]: audit 2024-05-04T22:38:55.722044+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:56 smithi133 bash[22262]: audit 2024-05-04T22:38:55.722044+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:56 smithi139 bash[22396]: audit 2024-05-04T22:38:55.700960+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:56 smithi139 bash[22396]: audit 2024-05-04T22:38:55.700960+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:56 smithi139 bash[22396]: audit 2024-05-04T22:38:55.710716+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:56 smithi139 bash[22396]: audit 2024-05-04T22:38:55.710716+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:56 smithi139 bash[22396]: audit 2024-05-04T22:38:55.722044+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:56 smithi139 bash[22396]: audit 2024-05-04T22:38:55.722044+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:57.969 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:57 smithi107 bash[21616]: cluster 2024-05-04T22:38:56.421405+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:57.969 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:57 smithi107 bash[21616]: cluster 2024-05-04T22:38:56.421405+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:58.002 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:57 smithi139 bash[22396]: cluster 2024-05-04T22:38:56.421405+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:58.002 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:57 smithi139 bash[22396]: cluster 2024-05-04T22:38:56.421405+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:58.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:57 smithi133 bash[22262]: cluster 2024-05-04T22:38:56.421405+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:58.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:57 smithi133 bash[22262]: cluster 2024-05-04T22:38:56.421405+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:38:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:58 smithi107 bash[21616]: audit 2024-05-04T22:38:57.961559+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:58 smithi107 bash[21616]: audit 2024-05-04T22:38:57.961559+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:58 smithi107 bash[21616]: audit 2024-05-04T22:38:57.965694+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:58 smithi107 bash[21616]: audit 2024-05-04T22:38:57.965694+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:58 smithi107 bash[21616]: audit 2024-05-04T22:38:57.970151+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:58 smithi107 bash[21616]: audit 2024-05-04T22:38:57.970151+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:58 smithi133 bash[22262]: audit 2024-05-04T22:38:57.961559+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:58 smithi133 bash[22262]: audit 2024-05-04T22:38:57.961559+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:58 smithi133 bash[22262]: audit 2024-05-04T22:38:57.965694+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:58 smithi133 bash[22262]: audit 2024-05-04T22:38:57.965694+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:58 smithi133 bash[22262]: audit 2024-05-04T22:38:57.970151+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:58 smithi133 bash[22262]: audit 2024-05-04T22:38:57.970151+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:58 smithi139 bash[22396]: audit 2024-05-04T22:38:57.961559+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:58 smithi139 bash[22396]: audit 2024-05-04T22:38:57.961559+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:58 smithi139 bash[22396]: audit 2024-05-04T22:38:57.965694+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:58 smithi139 bash[22396]: audit 2024-05-04T22:38:57.965694+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:58 smithi139 bash[22396]: audit 2024-05-04T22:38:57.970151+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:38:59.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:58 smithi139 bash[22396]: audit 2024-05-04T22:38:57.970151+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:59 smithi107 bash[21616]: cluster 2024-05-04T22:38:58.421814+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:38:59 smithi107 bash[21616]: cluster 2024-05-04T22:38:58.421814+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:59 smithi133 bash[22262]: cluster 2024-05-04T22:38:58.421814+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:00.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:38:59 smithi133 bash[22262]: cluster 2024-05-04T22:38:58.421814+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:00.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:59 smithi139 bash[22396]: cluster 2024-05-04T22:38:58.421814+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:00.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:38:59 smithi139 bash[22396]: cluster 2024-05-04T22:38:58.421814+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:02.146 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:01 smithi107 bash[21616]: cluster 2024-05-04T22:39:00.422196+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:02.146 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:01 smithi107 bash[21616]: cluster 2024-05-04T22:39:00.422196+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:01 smithi133 bash[22262]: cluster 2024-05-04T22:39:00.422196+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:01 smithi133 bash[22262]: cluster 2024-05-04T22:39:00.422196+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:02.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:01 smithi139 bash[22396]: cluster 2024-05-04T22:39:00.422196+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:02.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:01 smithi139 bash[22396]: cluster 2024-05-04T22:39:00.422196+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:04.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:03 smithi139 bash[22396]: cluster 2024-05-04T22:39:02.422648+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:04.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:03 smithi139 bash[22396]: cluster 2024-05-04T22:39:02.422648+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:03 smithi107 bash[21616]: cluster 2024-05-04T22:39:02.422648+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:03 smithi107 bash[21616]: cluster 2024-05-04T22:39:02.422648+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:03 smithi133 bash[22262]: cluster 2024-05-04T22:39:02.422648+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:03 smithi133 bash[22262]: cluster 2024-05-04T22:39:02.422648+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:04 smithi107 bash[21616]: audit 2024-05-04T22:39:04.619161+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T22:39:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:04 smithi107 bash[21616]: audit 2024-05-04T22:39:04.619161+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T22:39:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:04 smithi107 bash[21616]: audit 2024-05-04T22:39:04.620786+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:04 smithi107 bash[21616]: audit 2024-05-04T22:39:04.620786+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:04 smithi133 bash[22262]: audit 2024-05-04T22:39:04.619161+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T22:39:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:04 smithi133 bash[22262]: audit 2024-05-04T22:39:04.619161+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T22:39:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:04 smithi133 bash[22262]: audit 2024-05-04T22:39:04.620786+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:04 smithi133 bash[22262]: audit 2024-05-04T22:39:04.620786+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:04 smithi139 bash[22396]: audit 2024-05-04T22:39:04.619161+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T22:39:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:04 smithi139 bash[22396]: audit 2024-05-04T22:39:04.619161+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-04T22:39:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:04 smithi139 bash[22396]: audit 2024-05-04T22:39:04.620786+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:04 smithi139 bash[22396]: audit 2024-05-04T22:39:04.620786+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:06.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:05 smithi107 bash[21616]: cluster 2024-05-04T22:39:04.423069+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:06.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:05 smithi107 bash[21616]: cluster 2024-05-04T22:39:04.423069+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:06.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:05 smithi107 bash[21616]: cephadm 2024-05-04T22:39:04.622129+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-05-04T22:39:06.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:05 smithi107 bash[21616]: cephadm 2024-05-04T22:39:04.622129+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-05-04T22:39:06.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:05 smithi133 bash[22262]: cluster 2024-05-04T22:39:04.423069+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:06.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:05 smithi133 bash[22262]: cluster 2024-05-04T22:39:04.423069+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:06.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:05 smithi133 bash[22262]: cephadm 2024-05-04T22:39:04.622129+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-05-04T22:39:06.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:05 smithi133 bash[22262]: cephadm 2024-05-04T22:39:04.622129+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-05-04T22:39:06.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:05 smithi139 bash[22396]: cluster 2024-05-04T22:39:04.423069+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:06.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:05 smithi139 bash[22396]: cluster 2024-05-04T22:39:04.423069+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:06.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:05 smithi139 bash[22396]: cephadm 2024-05-04T22:39:04.622129+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-05-04T22:39:06.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:05 smithi139 bash[22396]: cephadm 2024-05-04T22:39:04.622129+0000 mgr.a (mgr.14152) 140 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-05-04T22:39:08.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: cluster 2024-05-04T22:39:06.423478+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:08.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: cluster 2024-05-04T22:39:06.423478+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:08.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: audit 2024-05-04T22:39:07.275158+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: audit 2024-05-04T22:39:07.275158+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: audit 2024-05-04T22:39:07.283772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: audit 2024-05-04T22:39:07.283772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: audit 2024-05-04T22:39:07.294141+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:07 smithi107 bash[21616]: audit 2024-05-04T22:39:07.294141+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: cluster 2024-05-04T22:39:06.423478+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:08.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: cluster 2024-05-04T22:39:06.423478+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:08.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: audit 2024-05-04T22:39:07.275158+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: audit 2024-05-04T22:39:07.275158+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: audit 2024-05-04T22:39:07.283772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: audit 2024-05-04T22:39:07.283772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: audit 2024-05-04T22:39:07.294141+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:07 smithi133 bash[22262]: audit 2024-05-04T22:39:07.294141+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: cluster 2024-05-04T22:39:06.423478+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:08.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: cluster 2024-05-04T22:39:06.423478+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:08.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: audit 2024-05-04T22:39:07.275158+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: audit 2024-05-04T22:39:07.275158+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: audit 2024-05-04T22:39:07.283772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: audit 2024-05-04T22:39:07.283772+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: audit 2024-05-04T22:39:07.294141+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:08.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:07 smithi139 bash[22396]: audit 2024-05-04T22:39:07.294141+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:09.183 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:08 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:39:09.183 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:39:08 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:39:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:39:09.514 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:39:09 smithi107 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:39:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: cluster 2024-05-04T22:39:08.423948+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: cluster 2024-05-04T22:39:08.423948+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.326530+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.326530+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.331753+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.331753+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.347072+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.347072+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.350848+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.350848+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.352030+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.352030+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.358158+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:09 smithi107 bash[21616]: audit 2024-05-04T22:39:09.358158+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: cluster 2024-05-04T22:39:08.423948+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: cluster 2024-05-04T22:39:08.423948+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.326530+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.326530+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.331753+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.331753+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.272 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.347072+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.347072+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.350848+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.350848+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.352030+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.352030+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.358158+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.273 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:09 smithi133 bash[22262]: audit 2024-05-04T22:39:09.358158+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: cluster 2024-05-04T22:39:08.423948+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: cluster 2024-05-04T22:39:08.423948+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.326530+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.326530+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.331753+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.331753+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.347072+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.347072+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.350848+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.350848+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.352030+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.352030+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.358158+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:10.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:10 smithi139 bash[22396]: audit 2024-05-04T22:39:09.358158+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:12 smithi107 bash[21616]: cluster 2024-05-04T22:39:10.424257+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:12 smithi107 bash[21616]: cluster 2024-05-04T22:39:10.424257+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:12.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:12 smithi133 bash[22262]: cluster 2024-05-04T22:39:10.424257+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:12.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:12 smithi133 bash[22262]: cluster 2024-05-04T22:39:10.424257+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:12.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:12 smithi139 bash[22396]: cluster 2024-05-04T22:39:10.424257+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:12 smithi139 bash[22396]: cluster 2024-05-04T22:39:10.424257+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:14 smithi107 bash[21616]: cluster 2024-05-04T22:39:12.424546+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:14 smithi107 bash[21616]: cluster 2024-05-04T22:39:12.424546+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:14.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:14 smithi133 bash[22262]: cluster 2024-05-04T22:39:12.424546+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:14.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:14 smithi133 bash[22262]: cluster 2024-05-04T22:39:12.424546+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:14.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:14 smithi139 bash[22396]: cluster 2024-05-04T22:39:12.424546+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:14.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:14 smithi139 bash[22396]: cluster 2024-05-04T22:39:12.424546+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: cluster 2024-05-04T22:39:14.424897+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: cluster 2024-05-04T22:39:14.424897+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.914981+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.914981+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.920315+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.920315+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.927345+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.927345+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.984537+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T22:39:16.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:16 smithi107 bash[21616]: audit 2024-05-04T22:39:15.984537+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: cluster 2024-05-04T22:39:14.424897+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: cluster 2024-05-04T22:39:14.424897+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.914981+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.914981+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.920315+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.920315+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.927345+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.927345+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.984537+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T22:39:16.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:16 smithi133 bash[22262]: audit 2024-05-04T22:39:15.984537+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: cluster 2024-05-04T22:39:14.424897+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: cluster 2024-05-04T22:39:14.424897+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.914981+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.914981+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.920315+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.920315+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.927345+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.927345+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.984537+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T22:39:16.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:16 smithi139 bash[22396]: audit 2024-05-04T22:39:15.984537+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-04T22:39:18.225 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.425322+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:18.225 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.425322+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: audit 2024-05-04T22:39:16.927360+0000 mon.a (mon.0) 416 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: audit 2024-05-04T22:39:16.927360+0000 mon.a (mon.0) 416 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.932413+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.932413+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: audit 2024-05-04T22:39:16.933244+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: audit 2024-05-04T22:39:16.933244+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: audit 2024-05-04T22:39:16.933989+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:18.226 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:17 smithi107 bash[21616]: audit 2024-05-04T22:39:16.933989+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.425322+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.425322+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: audit 2024-05-04T22:39:16.927360+0000 mon.a (mon.0) 416 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: audit 2024-05-04T22:39:16.927360+0000 mon.a (mon.0) 416 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.932413+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.932413+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: audit 2024-05-04T22:39:16.933244+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: audit 2024-05-04T22:39:16.933244+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: audit 2024-05-04T22:39:16.933989+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:18.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:17 smithi133 bash[22262]: audit 2024-05-04T22:39:16.933989+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:18.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.425322+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:18.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.425322+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:18.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: audit 2024-05-04T22:39:16.927360+0000 mon.a (mon.0) 416 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T22:39:18.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: audit 2024-05-04T22:39:16.927360+0000 mon.a (mon.0) 416 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-04T22:39:18.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.932413+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T22:39:18.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.932413+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-04T22:39:18.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: audit 2024-05-04T22:39:16.933244+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-04T22:39:18.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: audit 2024-05-04T22:39:16.933244+0000 mon.a (mon.0) 418 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-05-04T22:39:18.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: audit 2024-05-04T22:39:16.933989+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:18.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:17 smithi139 bash[22396]: audit 2024-05-04T22:39:16.933989+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:17.929607+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:17.929607+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: cluster 2024-05-04T22:39:17.934931+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: cluster 2024-05-04T22:39:17.934931+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:17.950531+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:17.950531+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:17.954788+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:17.954788+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.146681+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.146681+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.179143+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.179143+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.225757+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.225757+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.226254+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.226254+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.229209+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.229209+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.229992+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.229992+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.283670+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.283670+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.439430+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.439430+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.954177+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.058 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:18 smithi139 bash[22396]: audit 2024-05-04T22:39:18.954177+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:17.929607+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:17.929607+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: cluster 2024-05-04T22:39:17.934931+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: cluster 2024-05-04T22:39:17.934931+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:17.950531+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:17.950531+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:17.954788+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:17.954788+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.146681+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.146681+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.179143+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.179143+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.225757+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.225757+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.226254+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.226254+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.229209+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.229209+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.229992+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.229992+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.283670+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.283670+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.439430+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.439430+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' 2024-05-04T22:39:19.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.954177+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:18 smithi107 bash[21616]: audit 2024-05-04T22:39:18.954177+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:17.929607+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:17.929607+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: cluster 2024-05-04T22:39:17.934931+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: cluster 2024-05-04T22:39:17.934931+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:17.950531+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:17.950531+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:17.954788+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:17.954788+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.146681+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.146681+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.179143+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.179143+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.225757+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.225757+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.226254+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.226254+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.229209+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.229209+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.229992+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:19.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.229992+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:19.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.283670+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.283670+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:19.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.439430+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' 2024-05-04T22:39:19.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.439430+0000 mon.a (mon.0) 431 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047]' entity='osd.0' 2024-05-04T22:39:19.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.954177+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:19.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:18 smithi133 bash[22262]: audit 2024-05-04T22:39:18.954177+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:20.247 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.940162+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.940162+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.940278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:16.940278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cephadm 2024-05-04T22:39:18.180718+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi107 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cephadm 2024-05-04T22:39:18.180718+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi107 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:18.425613+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:18.425613+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:19.444075+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047] boot 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:19.444075+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047] boot 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:19.444215+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: cluster 2024-05-04T22:39:19.444215+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T22:39:20.248 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: audit 2024-05-04T22:39:19.444804+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:20.249 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:19 smithi139 bash[22396]: audit 2024-05-04T22:39:19.444804+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:20.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.940162+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:39:20.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.940162+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:39:20.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.940278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:39:20.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:16.940278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:39:20.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cephadm 2024-05-04T22:39:18.180718+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi107 2024-05-04T22:39:20.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cephadm 2024-05-04T22:39:18.180718+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi107 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:18.425613+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:18.425613+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:19.444075+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047] boot 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:19.444075+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047] boot 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:19.444215+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: cluster 2024-05-04T22:39:19.444215+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: audit 2024-05-04T22:39:19.444804+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:20.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:19 smithi107 bash[21616]: audit 2024-05-04T22:39:19.444804+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:20.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.940162+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.940162+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.940278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:16.940278+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cephadm 2024-05-04T22:39:18.180718+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi107 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cephadm 2024-05-04T22:39:18.180718+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Detected new or changed devices on smithi107 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:18.425613+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:18.425613+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:19.444075+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047] boot 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:19.444075+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1478277047,v1:172.21.15.107:6803/1478277047] boot 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:19.444215+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: cluster 2024-05-04T22:39:19.444215+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-04T22:39:20.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: audit 2024-05-04T22:39:19.444804+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:20.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:19 smithi133 bash[22262]: audit 2024-05-04T22:39:19.444804+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:39:21.349 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 0 on host 'smithi107' 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: cluster 2024-05-04T22:39:20.425928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: cluster 2024-05-04T22:39:20.425928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: cluster 2024-05-04T22:39:20.443666+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: cluster 2024-05-04T22:39:20.443666+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.341482+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.341482+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.349183+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.349183+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.355178+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.355178+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.358479+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.358479+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.359467+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.359467+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.360377+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.360377+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.366583+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:21 smithi107 bash[21616]: audit 2024-05-04T22:39:21.366583+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: cluster 2024-05-04T22:39:20.425928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: cluster 2024-05-04T22:39:20.425928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: cluster 2024-05-04T22:39:20.443666+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: cluster 2024-05-04T22:39:20.443666+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.341482+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.341482+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.349183+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.349183+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.355178+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.355178+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.358479+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.358479+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.359467+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:21.800 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.359467+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:21.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.360377+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:21.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.360377+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:21.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.366583+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.801 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:21 smithi133 bash[22262]: audit 2024-05-04T22:39:21.366583+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: cluster 2024-05-04T22:39:20.425928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:21.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: cluster 2024-05-04T22:39:20.425928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:21.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: cluster 2024-05-04T22:39:20.443666+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T22:39:21.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: cluster 2024-05-04T22:39:20.443666+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-04T22:39:21.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.341482+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.341482+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.349183+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.349183+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.355178+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.355178+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.358479+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.358479+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.359467+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.359467+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.360377+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.360377+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.366583+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:21.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:21 smithi139 bash[22396]: audit 2024-05-04T22:39:21.366583+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:22.101 DEBUG:teuthology.orchestra.run.smithi107:osd.0> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.0.service 2024-05-04T22:39:22.104 INFO:tasks.cephadm:Deploying osd.1 on smithi133 with /dev/vg_nvme/lv_4... 2024-05-04T22:39:22.104 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-04T22:39:22.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:22 smithi107 bash[21616]: cluster 2024-05-04T22:39:21.362394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:22.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:22 smithi107 bash[21616]: cluster 2024-05-04T22:39:21.362394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:22.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:22 smithi107 bash[21616]: cluster 2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:39:22.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:22 smithi107 bash[21616]: cluster 2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:39:22.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:22 smithi133 bash[22262]: cluster 2024-05-04T22:39:21.362394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:22.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:22 smithi133 bash[22262]: cluster 2024-05-04T22:39:21.362394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:22.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:22 smithi133 bash[22262]: cluster 2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:39:22.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:22 smithi133 bash[22262]: cluster 2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:39:22.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:22 smithi139 bash[22396]: cluster 2024-05-04T22:39:21.362394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:22.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:22 smithi139 bash[22396]: cluster 2024-05-04T22:39:21.362394+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:22.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:22 smithi139 bash[22396]: cluster 2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:39:22.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:22 smithi139 bash[22396]: cluster 2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:39:24.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: cluster 2024-05-04T22:39:23.362898+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: cluster 2024-05-04T22:39:23.362898+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.188119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.188119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.194046+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.194046+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.201257+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.201257+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.237338+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.237338+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.242246+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.242246+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.243719+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.243719+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:24.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.253966+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:24 smithi107 bash[21616]: audit 2024-05-04T22:39:24.253966+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: cluster 2024-05-04T22:39:23.362898+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: cluster 2024-05-04T22:39:23.362898+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.188119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.188119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.194046+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.194046+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.201257+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.201257+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.237338+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.237338+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:24.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.242246+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:24.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.242246+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:24.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.243719+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:24.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.243719+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:24.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.253966+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:24 smithi133 bash[22262]: audit 2024-05-04T22:39:24.253966+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: cluster 2024-05-04T22:39:23.362898+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:24.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: cluster 2024-05-04T22:39:23.362898+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:24.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.188119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.188119+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.194046+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.194046+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.201257+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.201257+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.237338+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.237338+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.242246+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.242246+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.243719+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.243719+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.253966+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:24.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:24 smithi139 bash[22396]: audit 2024-05-04T22:39:24.253966+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:25.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:25 smithi107 bash[21616]: cluster 2024-05-04T22:39:24.246637+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:25.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:25 smithi107 bash[21616]: cluster 2024-05-04T22:39:24.246637+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:25.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:25 smithi107 bash[21616]: cluster 2024-05-04T22:39:25.198683+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:39:25.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:25 smithi107 bash[21616]: cluster 2024-05-04T22:39:25.198683+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:39:25.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:25 smithi107 bash[21616]: cluster 2024-05-04T22:39:25.198737+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-05-04T22:39:25.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:25 smithi107 bash[21616]: cluster 2024-05-04T22:39:25.198737+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-05-04T22:39:25.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:25 smithi133 bash[22262]: cluster 2024-05-04T22:39:24.246637+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:25.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:25 smithi133 bash[22262]: cluster 2024-05-04T22:39:24.246637+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:25.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:25 smithi133 bash[22262]: cluster 2024-05-04T22:39:25.198683+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:39:25.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:25 smithi133 bash[22262]: cluster 2024-05-04T22:39:25.198683+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:39:25.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:25 smithi133 bash[22262]: cluster 2024-05-04T22:39:25.198737+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-05-04T22:39:25.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:25 smithi133 bash[22262]: cluster 2024-05-04T22:39:25.198737+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-05-04T22:39:25.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:25 smithi139 bash[22396]: cluster 2024-05-04T22:39:24.246637+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:25.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:25 smithi139 bash[22396]: cluster 2024-05-04T22:39:24.246637+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:25.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:25 smithi139 bash[22396]: cluster 2024-05-04T22:39:25.198683+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:39:25.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:25 smithi139 bash[22396]: cluster 2024-05-04T22:39:25.198683+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:39:25.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:25 smithi139 bash[22396]: cluster 2024-05-04T22:39:25.198737+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-05-04T22:39:25.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:25 smithi139 bash[22396]: cluster 2024-05-04T22:39:25.198737+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-05-04T22:39:26.816 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.b/config 2024-05-04T22:39:27.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:27 smithi133 bash[22262]: cluster 2024-05-04T22:39:26.247124+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:27.746 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:27 smithi133 bash[22262]: cluster 2024-05-04T22:39:26.247124+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:27.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:27 smithi107 bash[21616]: cluster 2024-05-04T22:39:26.247124+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:27.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:27 smithi107 bash[21616]: cluster 2024-05-04T22:39:26.247124+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:27.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:27 smithi139 bash[22396]: cluster 2024-05-04T22:39:26.247124+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:27.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:27 smithi139 bash[22396]: cluster 2024-05-04T22:39:26.247124+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:28.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:28 smithi107 bash[21616]: audit 2024-05-04T22:39:27.500888+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:28 smithi107 bash[21616]: audit 2024-05-04T22:39:27.500888+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:28 smithi107 bash[21616]: audit 2024-05-04T22:39:27.509523+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:28 smithi107 bash[21616]: audit 2024-05-04T22:39:27.509523+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:28 smithi107 bash[21616]: audit 2024-05-04T22:39:27.519920+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:28 smithi107 bash[21616]: audit 2024-05-04T22:39:27.519920+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:28 smithi133 bash[22262]: audit 2024-05-04T22:39:27.500888+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:28 smithi133 bash[22262]: audit 2024-05-04T22:39:27.500888+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:28 smithi133 bash[22262]: audit 2024-05-04T22:39:27.509523+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:28 smithi133 bash[22262]: audit 2024-05-04T22:39:27.509523+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:28 smithi133 bash[22262]: audit 2024-05-04T22:39:27.519920+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:28 smithi133 bash[22262]: audit 2024-05-04T22:39:27.519920+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:28 smithi139 bash[22396]: audit 2024-05-04T22:39:27.500888+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:28 smithi139 bash[22396]: audit 2024-05-04T22:39:27.500888+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:28 smithi139 bash[22396]: audit 2024-05-04T22:39:27.509523+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:28 smithi139 bash[22396]: audit 2024-05-04T22:39:27.509523+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:28 smithi139 bash[22396]: audit 2024-05-04T22:39:27.519920+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:28.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:28 smithi139 bash[22396]: audit 2024-05-04T22:39:27.519920+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:29.689 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:29 smithi133 bash[22262]: cluster 2024-05-04T22:39:28.247572+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:29.689 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:29 smithi133 bash[22262]: cluster 2024-05-04T22:39:28.247572+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:29.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:29 smithi139 bash[22396]: cluster 2024-05-04T22:39:28.247572+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:29.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:29 smithi139 bash[22396]: cluster 2024-05-04T22:39:28.247572+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:30.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:29 smithi107 bash[21616]: cluster 2024-05-04T22:39:28.247572+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:30.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:29 smithi107 bash[21616]: cluster 2024-05-04T22:39:28.247572+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:30.184 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-04T22:39:30.184 INFO:teuthology.orchestra.run.smithi133.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-04T22:39:30.184 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 10+0 records in 2024-05-04T22:39:30.184 INFO:teuthology.orchestra.run.smithi133.stderr:10+0 records out 2024-05-04T22:39:30.184 INFO:teuthology.orchestra.run.smithi133.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0122949 s, 853 MB/s 2024-05-04T22:39:30.185 INFO:teuthology.orchestra.run.smithi133.stderr: stderr: 2024-05-04T22:39:30.185 INFO:teuthology.orchestra.run.smithi133.stderr:--> Zapping successful for: 2024-05-04T22:39:31.082 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi133:vg_nvme/lv_4 2024-05-04T22:39:31.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:31 smithi133 bash[22262]: cluster 2024-05-04T22:39:30.248027+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:31.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:31 smithi133 bash[22262]: cluster 2024-05-04T22:39:30.248027+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:31.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:31 smithi139 bash[22396]: cluster 2024-05-04T22:39:30.248027+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:31.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:31 smithi139 bash[22396]: cluster 2024-05-04T22:39:30.248027+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:32.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:31 smithi107 bash[21616]: cluster 2024-05-04T22:39:30.248027+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:32.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:31 smithi107 bash[21616]: cluster 2024-05-04T22:39:30.248027+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:33.791 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:33 smithi107 bash[21616]: cluster 2024-05-04T22:39:32.248491+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:33.791 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:33 smithi107 bash[21616]: cluster 2024-05-04T22:39:32.248491+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:33.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:33 smithi133 bash[22262]: cluster 2024-05-04T22:39:32.248491+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:33.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:33 smithi133 bash[22262]: cluster 2024-05-04T22:39:32.248491+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:33.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:33 smithi139 bash[22396]: cluster 2024-05-04T22:39:32.248491+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:33.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:33 smithi139 bash[22396]: cluster 2024-05-04T22:39:32.248491+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:35.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:35 smithi107 bash[21616]: cluster 2024-05-04T22:39:34.248944+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:35.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:35 smithi107 bash[21616]: cluster 2024-05-04T22:39:34.248944+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:35.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:35 smithi133 bash[22262]: cluster 2024-05-04T22:39:34.248944+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:35.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:35 smithi133 bash[22262]: cluster 2024-05-04T22:39:34.248944+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:35.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:35 smithi139 bash[22396]: cluster 2024-05-04T22:39:34.248944+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:35.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:35 smithi139 bash[22396]: cluster 2024-05-04T22:39:34.248944+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:36.213 INFO:teuthology.orchestra.run.smithi133.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.b/config 2024-05-04T22:39:37.236 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: audit 2024-05-04T22:39:36.131400+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: audit 2024-05-04T22:39:36.131400+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: audit 2024-05-04T22:39:36.140112+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: audit 2024-05-04T22:39:36.140112+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: audit 2024-05-04T22:39:36.150562+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: audit 2024-05-04T22:39:36.150562+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: cluster 2024-05-04T22:39:36.249292+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:37.237 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:37 smithi133 bash[22262]: cluster 2024-05-04T22:39:36.249292+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:37.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: audit 2024-05-04T22:39:36.131400+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: audit 2024-05-04T22:39:36.131400+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: audit 2024-05-04T22:39:36.140112+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: audit 2024-05-04T22:39:36.140112+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: audit 2024-05-04T22:39:36.150562+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: audit 2024-05-04T22:39:36.150562+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: cluster 2024-05-04T22:39:36.249292+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:37.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:37 smithi107 bash[21616]: cluster 2024-05-04T22:39:36.249292+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:37.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: audit 2024-05-04T22:39:36.131400+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: audit 2024-05-04T22:39:36.131400+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: audit 2024-05-04T22:39:36.140112+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: audit 2024-05-04T22:39:36.140112+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: audit 2024-05-04T22:39:36.150562+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: audit 2024-05-04T22:39:36.150562+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:37.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: cluster 2024-05-04T22:39:36.249292+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:37.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:37 smithi139 bash[22396]: cluster 2024-05-04T22:39:36.249292+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: cluster 2024-05-04T22:39:38.249756+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: cluster 2024-05-04T22:39:38.249756+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.643219+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.643219+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.650588+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.650588+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.656903+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.656903+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.658648+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:39.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:39 smithi139 bash[22396]: audit 2024-05-04T22:39:38.658648+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: cluster 2024-05-04T22:39:38.249756+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: cluster 2024-05-04T22:39:38.249756+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.643219+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:39:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.643219+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:39:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.650588+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:39:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.650588+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:39:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.656903+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:39:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.656903+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:39:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.658648+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:39 smithi107 bash[21616]: audit 2024-05-04T22:39:38.658648+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:39.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: cluster 2024-05-04T22:39:38.249756+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: cluster 2024-05-04T22:39:38.249756+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:39.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.643219+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:39:39.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.643219+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi133:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:39:39.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.650588+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:39:39.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.650588+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:39:39.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.656903+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:39:39.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.656903+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:39:39.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.658648+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:39.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:39 smithi133 bash[22262]: audit 2024-05-04T22:39:38.658648+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:41.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:41 smithi107 bash[21616]: cluster 2024-05-04T22:39:40.250195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:41.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:41 smithi107 bash[21616]: cluster 2024-05-04T22:39:40.250195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:41.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:41 smithi133 bash[22262]: cluster 2024-05-04T22:39:40.250195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:41.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:41 smithi133 bash[22262]: cluster 2024-05-04T22:39:40.250195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:41.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:41 smithi139 bash[22396]: cluster 2024-05-04T22:39:40.250195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:41.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:41 smithi139 bash[22396]: cluster 2024-05-04T22:39:40.250195+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: cluster 2024-05-04T22:39:42.250636+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: cluster 2024-05-04T22:39:42.250636+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: audit 2024-05-04T22:39:42.832700+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: audit 2024-05-04T22:39:42.832700+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: audit 2024-05-04T22:39:42.841806+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: audit 2024-05-04T22:39:42.841806+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: audit 2024-05-04T22:39:42.852293+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:43 smithi133 bash[22262]: audit 2024-05-04T22:39:42.852293+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: cluster 2024-05-04T22:39:42.250636+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: cluster 2024-05-04T22:39:42.250636+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: audit 2024-05-04T22:39:42.832700+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: audit 2024-05-04T22:39:42.832700+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: audit 2024-05-04T22:39:42.841806+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: audit 2024-05-04T22:39:42.841806+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: audit 2024-05-04T22:39:42.852293+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:43 smithi107 bash[21616]: audit 2024-05-04T22:39:42.852293+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: cluster 2024-05-04T22:39:42.250636+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: cluster 2024-05-04T22:39:42.250636+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:44.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: audit 2024-05-04T22:39:42.832700+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: audit 2024-05-04T22:39:42.832700+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: audit 2024-05-04T22:39:42.841806+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: audit 2024-05-04T22:39:42.841806+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: audit 2024-05-04T22:39:42.852293+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:44.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:43 smithi139 bash[22396]: audit 2024-05-04T22:39:42.852293+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:46.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:45 smithi133 bash[22262]: cluster 2024-05-04T22:39:44.251192+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:46.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:45 smithi133 bash[22262]: cluster 2024-05-04T22:39:44.251192+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:46.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:45 smithi107 bash[21616]: cluster 2024-05-04T22:39:44.251192+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:46.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:45 smithi107 bash[21616]: cluster 2024-05-04T22:39:44.251192+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:46.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:45 smithi139 bash[22396]: cluster 2024-05-04T22:39:44.251192+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:46.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:45 smithi139 bash[22396]: cluster 2024-05-04T22:39:44.251192+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.698793+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.133:0/2144681456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.698793+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.133:0/2144681456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.699760+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.699760+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.703260+0000 mon.a (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]': finished 2024-05-04T22:39:47.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.703260+0000 mon.a (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]': finished 2024-05-04T22:39:47.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: cluster 2024-05-04T22:39:46.708662+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T22:39:47.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: cluster 2024-05-04T22:39:46.708662+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T22:39:47.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.709429+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:39:47.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:46 smithi107 bash[21616]: audit 2024-05-04T22:39:46.709429+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:39:47.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.698793+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.133:0/2144681456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.698793+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.133:0/2144681456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.699760+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.699760+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.703260+0000 mon.a (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]': finished 2024-05-04T22:39:47.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.703260+0000 mon.a (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]': finished 2024-05-04T22:39:47.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: cluster 2024-05-04T22:39:46.708662+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T22:39:47.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: cluster 2024-05-04T22:39:46.708662+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T22:39:47.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.709429+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:39:47.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:46 smithi133 bash[22262]: audit 2024-05-04T22:39:46.709429+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:39:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.698793+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.133:0/2144681456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.698793+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.133:0/2144681456' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.699760+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.699760+0000 mon.a (mon.0) 466 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]: dispatch 2024-05-04T22:39:47.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.703260+0000 mon.a (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]': finished 2024-05-04T22:39:47.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.703260+0000 mon.a (mon.0) 467 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b7cb3d7-c27f-472b-8abc-bc94bba44888"}]': finished 2024-05-04T22:39:47.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: cluster 2024-05-04T22:39:46.708662+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T22:39:47.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: cluster 2024-05-04T22:39:46.708662+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-04T22:39:47.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.709429+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:39:47.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:46 smithi139 bash[22396]: audit 2024-05-04T22:39:46.709429+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:39:48.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: cluster 2024-05-04T22:39:46.251708+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: cluster 2024-05-04T22:39:46.251708+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.390708+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.133:0/3361371500' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.390708+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.133:0/3361371500' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.721795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.721795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.730547+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.730547+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.740918+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:47 smithi139 bash[22396]: audit 2024-05-04T22:39:47.740918+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: cluster 2024-05-04T22:39:46.251708+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:48.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: cluster 2024-05-04T22:39:46.251708+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:48.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.390708+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.133:0/3361371500' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:39:48.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.390708+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.133:0/3361371500' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:39:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.721795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.721795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.730547+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.730547+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.740918+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:47 smithi107 bash[21616]: audit 2024-05-04T22:39:47.740918+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: cluster 2024-05-04T22:39:46.251708+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:48.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: cluster 2024-05-04T22:39:46.251708+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:48.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.390708+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.133:0/3361371500' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.390708+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.133:0/3361371500' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.721795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.721795+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.730547+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.730547+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.740918+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:48.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:47 smithi133 bash[22262]: audit 2024-05-04T22:39:47.740918+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:49 smithi133 bash[22262]: cluster 2024-05-04T22:39:48.252145+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:49 smithi133 bash[22262]: cluster 2024-05-04T22:39:48.252145+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:49 smithi107 bash[21616]: cluster 2024-05-04T22:39:48.252145+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:49 smithi107 bash[21616]: cluster 2024-05-04T22:39:48.252145+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:50.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:49 smithi139 bash[22396]: cluster 2024-05-04T22:39:48.252145+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:50.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:49 smithi139 bash[22396]: cluster 2024-05-04T22:39:48.252145+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:52.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:51 smithi133 bash[22262]: cluster 2024-05-04T22:39:50.252604+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:52.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:51 smithi133 bash[22262]: cluster 2024-05-04T22:39:50.252604+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:52.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:51 smithi107 bash[21616]: cluster 2024-05-04T22:39:50.252604+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:52.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:51 smithi107 bash[21616]: cluster 2024-05-04T22:39:50.252604+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:52.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:51 smithi139 bash[22396]: cluster 2024-05-04T22:39:50.252604+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:52.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:51 smithi139 bash[22396]: cluster 2024-05-04T22:39:50.252604+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:54.247 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:53 smithi133 bash[22262]: cluster 2024-05-04T22:39:52.253022+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:54.247 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:53 smithi133 bash[22262]: cluster 2024-05-04T22:39:52.253022+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:54.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:53 smithi107 bash[21616]: cluster 2024-05-04T22:39:52.253022+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:54.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:53 smithi107 bash[21616]: cluster 2024-05-04T22:39:52.253022+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:54.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:53 smithi139 bash[22396]: cluster 2024-05-04T22:39:52.253022+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:54.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:53 smithi139 bash[22396]: cluster 2024-05-04T22:39:52.253022+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:56.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:55 smithi133 bash[22262]: cluster 2024-05-04T22:39:54.253580+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:56.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:55 smithi133 bash[22262]: cluster 2024-05-04T22:39:54.253580+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:56.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:55 smithi107 bash[21616]: cluster 2024-05-04T22:39:54.253580+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:56.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:55 smithi107 bash[21616]: cluster 2024-05-04T22:39:54.253580+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:56.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:55 smithi139 bash[22396]: cluster 2024-05-04T22:39:54.253580+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:56.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:55 smithi139 bash[22396]: cluster 2024-05-04T22:39:54.253580+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: cluster 2024-05-04T22:39:56.254097+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: cluster 2024-05-04T22:39:56.254097+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: audit 2024-05-04T22:39:56.339651+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: audit 2024-05-04T22:39:56.339651+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: audit 2024-05-04T22:39:56.348052+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: audit 2024-05-04T22:39:56.348052+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: cephadm 2024-05-04T22:39:56.351132+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-04T22:39:57.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: cephadm 2024-05-04T22:39:56.351132+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-04T22:39:57.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: audit 2024-05-04T22:39:56.358198+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:57 smithi133 bash[22262]: audit 2024-05-04T22:39:56.358198+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.642 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: cluster 2024-05-04T22:39:56.254097+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.642 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: cluster 2024-05-04T22:39:56.254097+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.642 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: audit 2024-05-04T22:39:56.339651+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: audit 2024-05-04T22:39:56.339651+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: audit 2024-05-04T22:39:56.348052+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: audit 2024-05-04T22:39:56.348052+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: cephadm 2024-05-04T22:39:56.351132+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: cephadm 2024-05-04T22:39:56.351132+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: audit 2024-05-04T22:39:56.358198+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.643 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:57 smithi139 bash[22396]: audit 2024-05-04T22:39:56.358198+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: cluster 2024-05-04T22:39:56.254097+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: cluster 2024-05-04T22:39:56.254097+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:57.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: audit 2024-05-04T22:39:56.339651+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: audit 2024-05-04T22:39:56.339651+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: audit 2024-05-04T22:39:56.348052+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: audit 2024-05-04T22:39:56.348052+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: cephadm 2024-05-04T22:39:56.351132+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-04T22:39:57.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: cephadm 2024-05-04T22:39:56.351132+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi133 2024-05-04T22:39:57.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: audit 2024-05-04T22:39:56.358198+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:57.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:57 smithi107 bash[21616]: audit 2024-05-04T22:39:56.358198+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:39:59.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: cluster 2024-05-04T22:39:58.254570+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:59.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: cluster 2024-05-04T22:39:58.254570+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:59.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: audit 2024-05-04T22:39:58.896291+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T22:39:59.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: audit 2024-05-04T22:39:58.896291+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T22:39:59.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: audit 2024-05-04T22:39:58.898147+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:59.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: audit 2024-05-04T22:39:58.898147+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: cephadm 2024-05-04T22:39:58.899797+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-05-04T22:39:59.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:39:59 smithi107 bash[21616]: cephadm 2024-05-04T22:39:58.899797+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: cluster 2024-05-04T22:39:58.254570+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: cluster 2024-05-04T22:39:58.254570+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: audit 2024-05-04T22:39:58.896291+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: audit 2024-05-04T22:39:58.896291+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: audit 2024-05-04T22:39:58.898147+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: audit 2024-05-04T22:39:58.898147+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:59.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: cephadm 2024-05-04T22:39:58.899797+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-05-04T22:39:59.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:39:59 smithi133 bash[22262]: cephadm 2024-05-04T22:39:58.899797+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-05-04T22:39:59.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: cluster 2024-05-04T22:39:58.254570+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:59.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: cluster 2024-05-04T22:39:58.254570+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:39:59.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: audit 2024-05-04T22:39:58.896291+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T22:39:59.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: audit 2024-05-04T22:39:58.896291+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-04T22:39:59.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: audit 2024-05-04T22:39:58.898147+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:59.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: audit 2024-05-04T22:39:58.898147+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:39:59.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: cephadm 2024-05-04T22:39:58.899797+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-05-04T22:39:59.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:39:59 smithi139 bash[22396]: cephadm 2024-05-04T22:39:58.899797+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi133 2024-05-04T22:40:00.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:00 smithi139 bash[22396]: cluster 2024-05-04T22:40:00.000184+0000 mon.a (mon.0) 478 : cluster [INF] overall HEALTH_OK 2024-05-04T22:40:00.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:00 smithi139 bash[22396]: cluster 2024-05-04T22:40:00.000184+0000 mon.a (mon.0) 478 : cluster [INF] overall HEALTH_OK 2024-05-04T22:40:00.734 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:00 smithi133 bash[22262]: cluster 2024-05-04T22:40:00.000184+0000 mon.a (mon.0) 478 : cluster [INF] overall HEALTH_OK 2024-05-04T22:40:00.734 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:00 smithi133 bash[22262]: cluster 2024-05-04T22:40:00.000184+0000 mon.a (mon.0) 478 : cluster [INF] overall HEALTH_OK 2024-05-04T22:40:00.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:00 smithi107 bash[21616]: cluster 2024-05-04T22:40:00.000184+0000 mon.a (mon.0) 478 : cluster [INF] overall HEALTH_OK 2024-05-04T22:40:00.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:00 smithi107 bash[21616]: cluster 2024-05-04T22:40:00.000184+0000 mon.a (mon.0) 478 : cluster [INF] overall HEALTH_OK 2024-05-04T22:40:01.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:01 smithi107 bash[21616]: cluster 2024-05-04T22:40:00.255030+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:01.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:01 smithi107 bash[21616]: cluster 2024-05-04T22:40:00.255030+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:01.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:01 smithi133 bash[22262]: cluster 2024-05-04T22:40:00.255030+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:01.652 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:01 smithi133 bash[22262]: cluster 2024-05-04T22:40:00.255030+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:01.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:01 smithi139 bash[22396]: cluster 2024-05-04T22:40:00.255030+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:01.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:01 smithi139 bash[22396]: cluster 2024-05-04T22:40:00.255030+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:02.659 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:02 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:40:02.660 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:40:02 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:40:02.953 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:40:02 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:40:02.953 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:02 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:40:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: cluster 2024-05-04T22:40:02.255508+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: cluster 2024-05-04T22:40:02.255508+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.954861+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.954861+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.962995+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.962995+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.978717+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.978717+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.986161+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.986161+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.988846+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.988846+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.997200+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:02.997200+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:03.011943+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:03.011943+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:03.017760+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:03.017760+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:03.023729+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:03 smithi107 bash[21616]: audit 2024-05-04T22:40:03.023729+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: cluster 2024-05-04T22:40:02.255508+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: cluster 2024-05-04T22:40:02.255508+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.954861+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.954861+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.962995+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.962995+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.978717+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.978717+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.986161+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.986161+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.988846+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:04.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.988846+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.997200+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:02.997200+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:03.011943+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:03.011943+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:03.017760+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:03.017760+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:03.023729+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:03 smithi133 bash[22262]: audit 2024-05-04T22:40:03.023729+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: cluster 2024-05-04T22:40:02.255508+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: cluster 2024-05-04T22:40:02.255508+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.954861+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.954861+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.962995+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.962995+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.978717+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.978717+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.986161+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.986161+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.988846+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:04.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.988846+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.997200+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:02.997200+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:03.011943+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:03.011943+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:03.017760+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:03.017760+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:03.023729+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:04.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:03 smithi139 bash[22396]: audit 2024-05-04T22:40:03.023729+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:06.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:05 smithi107 bash[21616]: cluster 2024-05-04T22:40:04.255940+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:06.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:05 smithi107 bash[21616]: cluster 2024-05-04T22:40:04.255940+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:06.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:05 smithi133 bash[22262]: cluster 2024-05-04T22:40:04.255940+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:06.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:05 smithi133 bash[22262]: cluster 2024-05-04T22:40:04.255940+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:06.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:05 smithi139 bash[22396]: cluster 2024-05-04T22:40:04.255940+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:06.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:05 smithi139 bash[22396]: cluster 2024-05-04T22:40:04.255940+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:07 smithi107 bash[21616]: cluster 2024-05-04T22:40:06.256427+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:07 smithi107 bash[21616]: cluster 2024-05-04T22:40:06.256427+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:07 smithi107 bash[21616]: audit 2024-05-04T22:40:07.944917+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:07 smithi107 bash[21616]: audit 2024-05-04T22:40:07.944917+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:07 smithi107 bash[21616]: audit 2024-05-04T22:40:07.953174+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:07 smithi107 bash[21616]: audit 2024-05-04T22:40:07.953174+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:07 smithi133 bash[22262]: cluster 2024-05-04T22:40:06.256427+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:07 smithi133 bash[22262]: cluster 2024-05-04T22:40:06.256427+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:07 smithi133 bash[22262]: audit 2024-05-04T22:40:07.944917+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:07 smithi133 bash[22262]: audit 2024-05-04T22:40:07.944917+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:07 smithi133 bash[22262]: audit 2024-05-04T22:40:07.953174+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:07 smithi133 bash[22262]: audit 2024-05-04T22:40:07.953174+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:07 smithi139 bash[22396]: cluster 2024-05-04T22:40:06.256427+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:07 smithi139 bash[22396]: cluster 2024-05-04T22:40:06.256427+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:08.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:07 smithi139 bash[22396]: audit 2024-05-04T22:40:07.944917+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:07 smithi139 bash[22396]: audit 2024-05-04T22:40:07.944917+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:07 smithi139 bash[22396]: audit 2024-05-04T22:40:07.953174+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:08.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:07 smithi139 bash[22396]: audit 2024-05-04T22:40:07.953174+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:09.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:08 smithi107 bash[21616]: audit 2024-05-04T22:40:07.963341+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:09.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:08 smithi107 bash[21616]: audit 2024-05-04T22:40:07.963341+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:09.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:08 smithi133 bash[22262]: audit 2024-05-04T22:40:07.963341+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:09.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:08 smithi133 bash[22262]: audit 2024-05-04T22:40:07.963341+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:08 smithi139 bash[22396]: audit 2024-05-04T22:40:07.963341+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:08 smithi139 bash[22396]: audit 2024-05-04T22:40:07.963341+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:10.233 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:09 smithi133 bash[22262]: cluster 2024-05-04T22:40:08.256882+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:10.233 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:09 smithi133 bash[22262]: cluster 2024-05-04T22:40:08.256882+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:10.233 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:09 smithi133 bash[22262]: audit 2024-05-04T22:40:08.998399+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.234 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:09 smithi133 bash[22262]: audit 2024-05-04T22:40:08.998399+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.234 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:09 smithi133 bash[22262]: audit 2024-05-04T22:40:08.999153+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.234 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:09 smithi133 bash[22262]: audit 2024-05-04T22:40:08.999153+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:09 smithi107 bash[21616]: cluster 2024-05-04T22:40:08.256882+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:09 smithi107 bash[21616]: cluster 2024-05-04T22:40:08.256882+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:09 smithi107 bash[21616]: audit 2024-05-04T22:40:08.998399+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:09 smithi107 bash[21616]: audit 2024-05-04T22:40:08.998399+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:09 smithi107 bash[21616]: audit 2024-05-04T22:40:08.999153+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:09 smithi107 bash[21616]: audit 2024-05-04T22:40:08.999153+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:09 smithi139 bash[22396]: cluster 2024-05-04T22:40:08.256882+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:10.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:09 smithi139 bash[22396]: cluster 2024-05-04T22:40:08.256882+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:10.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:09 smithi139 bash[22396]: audit 2024-05-04T22:40:08.998399+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:09 smithi139 bash[22396]: audit 2024-05-04T22:40:08.998399+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:09 smithi139 bash[22396]: audit 2024-05-04T22:40:08.999153+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:10.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:09 smithi139 bash[22396]: audit 2024-05-04T22:40:08.999153+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-04T22:40:11.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.984294+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T22:40:11.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.984294+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T22:40:11.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: cluster 2024-05-04T22:40:09.989392+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T22:40:11.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: cluster 2024-05-04T22:40:09.989392+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T22:40:11.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.990040+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:11.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.990040+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:11.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.991797+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.991797+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.992596+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:10 smithi133 bash[22262]: audit 2024-05-04T22:40:09.992596+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.984294+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T22:40:11.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.984294+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T22:40:11.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: cluster 2024-05-04T22:40:09.989392+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T22:40:11.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: cluster 2024-05-04T22:40:09.989392+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T22:40:11.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.990040+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:11.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.990040+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:11.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.991797+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.991797+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.992596+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:10 smithi107 bash[21616]: audit 2024-05-04T22:40:09.992596+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:10 smithi139 bash[22396]: audit 2024-05-04T22:40:09.984294+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T22:40:11.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:10 smithi139 bash[22396]: audit 2024-05-04T22:40:09.984294+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-04T22:40:11.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: cluster 2024-05-04T22:40:09.989392+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T22:40:11.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: cluster 2024-05-04T22:40:09.989392+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-04T22:40:11.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:09.990040+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:11.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:09.990040+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:11.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:09.991797+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:09.991797+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:09.992596+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:11.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:09.992596+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: cluster 2024-05-04T22:40:10.257348+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: cluster 2024-05-04T22:40:10.257348+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:10.992611+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:10.992611+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: cluster 2024-05-04T22:40:10.999395+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: cluster 2024-05-04T22:40:10.999395+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:11.000081+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:11.000081+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:11.009861+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:11.009861+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:11.494647+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-04T22:40:12.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:11 smithi133 bash[22262]: audit 2024-05-04T22:40:11.494647+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-04T22:40:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: cluster 2024-05-04T22:40:10.257348+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: cluster 2024-05-04T22:40:10.257348+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:10.992611+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-04T22:40:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:10.992611+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-04T22:40:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: cluster 2024-05-04T22:40:10.999395+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T22:40:12.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: cluster 2024-05-04T22:40:10.999395+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T22:40:12.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:11.000081+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:11.000081+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:11.009861+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:11.009861+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:11.494647+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-04T22:40:12.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:11 smithi107 bash[21616]: audit 2024-05-04T22:40:11.494647+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-04T22:40:12.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: cluster 2024-05-04T22:40:10.257348+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:12.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: cluster 2024-05-04T22:40:10.257348+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:12.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:10.992611+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-04T22:40:12.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:11 smithi139 bash[22396]: audit 2024-05-04T22:40:10.992611+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: cluster 2024-05-04T22:40:10.999395+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: cluster 2024-05-04T22:40:10.999395+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: audit 2024-05-04T22:40:11.000081+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: audit 2024-05-04T22:40:11.000081+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: audit 2024-05-04T22:40:11.009861+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: audit 2024-05-04T22:40:11.009861+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: audit 2024-05-04T22:40:11.494647+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-04T22:40:12.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:12 smithi139 bash[22396]: audit 2024-05-04T22:40:11.494647+0000 mon.a (mon.0) 500 : audit [INF] from='osd.1 ' entity='osd.1' 2024-05-04T22:40:13.009 INFO:teuthology.orchestra.run.smithi133.stdout:Created osd(s) 1 on host 'smithi133' 2024-05-04T22:40:13.231 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:09.985539+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:40:13.231 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:09.985539+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:09.985657+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:09.985657+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: audit 2024-05-04T22:40:12.009504+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: audit 2024-05-04T22:40:12.009504+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:12.498823+0000 mon.a (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293] boot 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:12.498823+0000 mon.a (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293] boot 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:12.498908+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: cluster 2024-05-04T22:40:12.498908+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: audit 2024-05-04T22:40:12.499162+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: audit 2024-05-04T22:40:12.499162+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: audit 2024-05-04T22:40:12.991209+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:13.232 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:13 smithi107 bash[21616]: audit 2024-05-04T22:40:12.991209+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:09.985539+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:09.985539+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:09.985657+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:09.985657+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: audit 2024-05-04T22:40:12.009504+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: audit 2024-05-04T22:40:12.009504+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:12.498823+0000 mon.a (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293] boot 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:12.498823+0000 mon.a (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293] boot 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:12.498908+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: cluster 2024-05-04T22:40:12.498908+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: audit 2024-05-04T22:40:12.499162+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: audit 2024-05-04T22:40:12.499162+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: audit 2024-05-04T22:40:12.991209+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:13.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:13 smithi133 bash[22262]: audit 2024-05-04T22:40:12.991209+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:13.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:09.985539+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:40:13.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:09.985539+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:40:13.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:09.985657+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:40:13.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:09.985657+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:40:13.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: audit 2024-05-04T22:40:12.009504+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: audit 2024-05-04T22:40:12.009504+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:12.498823+0000 mon.a (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293] boot 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:12.498823+0000 mon.a (mon.0) 502 : cluster [INF] osd.1 [v2:172.21.15.133:6800/2303782293,v1:172.21.15.133:6801/2303782293] boot 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:12.498908+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: cluster 2024-05-04T22:40:12.498908+0000 mon.a (mon.0) 503 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: audit 2024-05-04T22:40:12.499162+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: audit 2024-05-04T22:40:12.499162+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: audit 2024-05-04T22:40:12.991209+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:13.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:13 smithi139 bash[22396]: audit 2024-05-04T22:40:12.991209+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.021 DEBUG:teuthology.orchestra.run.smithi133:osd.1> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.1.service 2024-05-04T22:40:14.023 INFO:tasks.cephadm:Deploying osd.2 on smithi139 with /dev/vg_nvme/lv_4... 2024-05-04T22:40:14.023 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: cluster 2024-05-04T22:40:12.257807+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: cluster 2024-05-04T22:40:12.257807+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:12.996040+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:12.996040+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.025862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.025862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.029215+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:40:14.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.029215+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: cephadm 2024-05-04T22:40:13.029905+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 16241M 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: cephadm 2024-05-04T22:40:13.029905+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 16241M 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.034057+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.034057+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.035868+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.035868+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.036605+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.036605+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.041374+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:14 smithi107 bash[21616]: audit 2024-05-04T22:40:13.041374+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: cluster 2024-05-04T22:40:12.257807+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:14.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: cluster 2024-05-04T22:40:12.257807+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:14.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:12.996040+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:12.996040+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.025862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.025862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.029215+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.029215+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: cephadm 2024-05-04T22:40:13.029905+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 16241M 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: cephadm 2024-05-04T22:40:13.029905+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 16241M 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.034057+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.034057+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.035868+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.035868+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.036605+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.036605+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:14.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.041374+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:14 smithi133 bash[22262]: audit 2024-05-04T22:40:13.041374+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: cluster 2024-05-04T22:40:12.257807+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:14.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: cluster 2024-05-04T22:40:12.257807+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-04T22:40:14.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:12.996040+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:12.996040+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.025862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.025862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.029215+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.029215+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: cephadm 2024-05-04T22:40:13.029905+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 16241M 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: cephadm 2024-05-04T22:40:13.029905+0000 mgr.a (mgr.14152) 180 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 16241M 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.034057+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.034057+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.035868+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.035868+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.036605+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.036605+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:14.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.041374+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:14.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:14 smithi139 bash[22396]: audit 2024-05-04T22:40:13.041374+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:15.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:15 smithi133 bash[22262]: cluster 2024-05-04T22:40:14.049974+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T22:40:15.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:15 smithi133 bash[22262]: cluster 2024-05-04T22:40:14.049974+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T22:40:15.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:15 smithi139 bash[22396]: cluster 2024-05-04T22:40:14.049974+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T22:40:15.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:15 smithi139 bash[22396]: cluster 2024-05-04T22:40:14.049974+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T22:40:15.340 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:15 smithi107 bash[21616]: cluster 2024-05-04T22:40:14.049974+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T22:40:15.340 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:15 smithi107 bash[21616]: cluster 2024-05-04T22:40:14.049974+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-04T22:40:16.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:16 smithi139 bash[22396]: cluster 2024-05-04T22:40:14.258248+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:16.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:16 smithi139 bash[22396]: cluster 2024-05-04T22:40:14.258248+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:16.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:16 smithi107 bash[21616]: cluster 2024-05-04T22:40:14.258248+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:16.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:16 smithi107 bash[21616]: cluster 2024-05-04T22:40:14.258248+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:16.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:16 smithi133 bash[22262]: cluster 2024-05-04T22:40:14.258248+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:16.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:16 smithi133 bash[22262]: cluster 2024-05-04T22:40:14.258248+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:17.723 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T22:40:18.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: cluster 2024-05-04T22:40:16.258668+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: cluster 2024-05-04T22:40:16.258668+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.565261+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.565261+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.575289+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.575289+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.581291+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.581291+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.587250+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.587250+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.587867+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.587867+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.589819+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:18.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.589819+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:18.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: cluster 2024-05-04T22:40:16.593357+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: cluster 2024-05-04T22:40:16.593357+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.601468+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: audit 2024-05-04T22:40:16.601468+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: cluster 2024-05-04T22:40:17.052593+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:40:18.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:17 smithi107 bash[21616]: cluster 2024-05-04T22:40:17.052593+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:40:18.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: cluster 2024-05-04T22:40:16.258668+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: cluster 2024-05-04T22:40:16.258668+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.565261+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.565261+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.575289+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.575289+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.581291+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.581291+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.587250+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.587250+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.587867+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.587867+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.589819+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.589819+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: cluster 2024-05-04T22:40:16.593357+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: cluster 2024-05-04T22:40:16.593357+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.601468+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: audit 2024-05-04T22:40:16.601468+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: cluster 2024-05-04T22:40:17.052593+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:40:18.048 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:17 smithi133 bash[22262]: cluster 2024-05-04T22:40:17.052593+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:40:18.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: cluster 2024-05-04T22:40:16.258668+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: cluster 2024-05-04T22:40:16.258668+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.565261+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.565261+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.575289+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.575289+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.581291+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.581291+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.587250+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.587250+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.587867+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.587867+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.589819+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.589819+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: cluster 2024-05-04T22:40:16.593357+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: cluster 2024-05-04T22:40:16.593357+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.601468+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: audit 2024-05-04T22:40:16.601468+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:18.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: cluster 2024-05-04T22:40:17.052593+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:40:18.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:17 smithi139 bash[22396]: cluster 2024-05-04T22:40:17.052593+0000 mon.a (mon.0) 521 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:40:20.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:19 smithi107 bash[21616]: cluster 2024-05-04T22:40:18.593865+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:20.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:19 smithi107 bash[21616]: cluster 2024-05-04T22:40:18.593865+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:20.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:19 smithi133 bash[22262]: cluster 2024-05-04T22:40:18.593865+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:20.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:19 smithi133 bash[22262]: cluster 2024-05-04T22:40:18.593865+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:19 smithi139 bash[22396]: cluster 2024-05-04T22:40:18.593865+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:19 smithi139 bash[22396]: cluster 2024-05-04T22:40:18.593865+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:20.999 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-04T22:40:21.000 INFO:teuthology.orchestra.run.smithi139.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-04T22:40:21.000 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10+0 records in 2024-05-04T22:40:21.000 INFO:teuthology.orchestra.run.smithi139.stderr:10+0 records out 2024-05-04T22:40:21.000 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.014534 s, 721 MB/s 2024-05-04T22:40:21.000 INFO:teuthology.orchestra.run.smithi139.stderr:--> Zapping successful for: 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.662061+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.662061+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.671140+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.671140+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.681904+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.681904+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.682754+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.682754+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.688487+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.688487+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.690241+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.690241+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: cluster 2024-05-04T22:40:19.693664+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: cluster 2024-05-04T22:40:19.693664+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.700705+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:20 smithi107 bash[21616]: audit 2024-05-04T22:40:19.700705+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.662061+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.662061+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.671140+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.671140+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.681904+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.681904+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.682754+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.682754+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.688487+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.688487+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.690241+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:21.028 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.690241+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:21.029 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: cluster 2024-05-04T22:40:19.693664+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:21.029 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: cluster 2024-05-04T22:40:19.693664+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:21.029 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.700705+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.029 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:20 smithi139 bash[22396]: audit 2024-05-04T22:40:19.700705+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.662061+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.662061+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.671140+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.671140+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.681904+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.681904+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.682754+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.682754+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.688487+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.688487+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.690241+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.690241+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: cluster 2024-05-04T22:40:19.693664+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: cluster 2024-05-04T22:40:19.693664+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.700705+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:20 smithi133 bash[22262]: audit 2024-05-04T22:40:19.700705+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:21.723 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi139:vg_nvme/lv_4 2024-05-04T22:40:22.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:21 smithi107 bash[21616]: cluster 2024-05-04T22:40:20.677952+0000 mon.a (mon.0) 529 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:40:22.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:21 smithi107 bash[21616]: cluster 2024-05-04T22:40:20.677952+0000 mon.a (mon.0) 529 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:40:22.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:21 smithi107 bash[21616]: cluster 2024-05-04T22:40:20.678004+0000 mon.a (mon.0) 530 : cluster [INF] Cluster is now healthy 2024-05-04T22:40:22.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:21 smithi107 bash[21616]: cluster 2024-05-04T22:40:20.678004+0000 mon.a (mon.0) 530 : cluster [INF] Cluster is now healthy 2024-05-04T22:40:22.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:21 smithi133 bash[22262]: cluster 2024-05-04T22:40:20.677952+0000 mon.a (mon.0) 529 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:40:22.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:21 smithi133 bash[22262]: cluster 2024-05-04T22:40:20.677952+0000 mon.a (mon.0) 529 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:40:22.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:21 smithi133 bash[22262]: cluster 2024-05-04T22:40:20.678004+0000 mon.a (mon.0) 530 : cluster [INF] Cluster is now healthy 2024-05-04T22:40:22.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:21 smithi133 bash[22262]: cluster 2024-05-04T22:40:20.678004+0000 mon.a (mon.0) 530 : cluster [INF] Cluster is now healthy 2024-05-04T22:40:22.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:21 smithi139 bash[22396]: cluster 2024-05-04T22:40:20.677952+0000 mon.a (mon.0) 529 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:40:22.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:21 smithi139 bash[22396]: cluster 2024-05-04T22:40:20.677952+0000 mon.a (mon.0) 529 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:40:22.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:21 smithi139 bash[22396]: cluster 2024-05-04T22:40:20.678004+0000 mon.a (mon.0) 530 : cluster [INF] Cluster is now healthy 2024-05-04T22:40:22.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:21 smithi139 bash[22396]: cluster 2024-05-04T22:40:20.678004+0000 mon.a (mon.0) 530 : cluster [INF] Cluster is now healthy 2024-05-04T22:40:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:22 smithi107 bash[21616]: cluster 2024-05-04T22:40:21.694141+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:22 smithi107 bash[21616]: cluster 2024-05-04T22:40:21.694141+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:22 smithi133 bash[22262]: cluster 2024-05-04T22:40:21.694141+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:22 smithi133 bash[22262]: cluster 2024-05-04T22:40:21.694141+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:23.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:22 smithi139 bash[22396]: cluster 2024-05-04T22:40:21.694141+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:23.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:22 smithi139 bash[22396]: cluster 2024-05-04T22:40:21.694141+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: audit 2024-05-04T22:40:23.175541+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: audit 2024-05-04T22:40:23.175541+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: audit 2024-05-04T22:40:23.185657+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: audit 2024-05-04T22:40:23.185657+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: audit 2024-05-04T22:40:23.197256+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: audit 2024-05-04T22:40:23.197256+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: cluster 2024-05-04T22:40:23.694598+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:24.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:24 smithi107 bash[21616]: cluster 2024-05-04T22:40:23.694598+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: audit 2024-05-04T22:40:23.175541+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: audit 2024-05-04T22:40:23.175541+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: audit 2024-05-04T22:40:23.185657+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: audit 2024-05-04T22:40:23.185657+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: audit 2024-05-04T22:40:23.197256+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: audit 2024-05-04T22:40:23.197256+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: cluster 2024-05-04T22:40:23.694598+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:24.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:24 smithi133 bash[22262]: cluster 2024-05-04T22:40:23.694598+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:24.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: audit 2024-05-04T22:40:23.175541+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: audit 2024-05-04T22:40:23.175541+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: audit 2024-05-04T22:40:23.185657+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: audit 2024-05-04T22:40:23.185657+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: audit 2024-05-04T22:40:23.197256+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: audit 2024-05-04T22:40:23.197256+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: cluster 2024-05-04T22:40:23.694598+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:24 smithi139 bash[22396]: cluster 2024-05-04T22:40:23.694598+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:25.426 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.c/config 2024-05-04T22:40:27.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:26 smithi107 bash[21616]: cluster 2024-05-04T22:40:25.695030+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:27.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:26 smithi107 bash[21616]: cluster 2024-05-04T22:40:25.695030+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:27.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:26 smithi133 bash[22262]: cluster 2024-05-04T22:40:25.695030+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:27.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:26 smithi133 bash[22262]: cluster 2024-05-04T22:40:25.695030+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:27.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:26 smithi139 bash[22396]: cluster 2024-05-04T22:40:25.695030+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:27.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:26 smithi139 bash[22396]: cluster 2024-05-04T22:40:25.695030+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: cluster 2024-05-04T22:40:27.695498+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: cluster 2024-05-04T22:40:27.695498+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.745444+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.745444+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.757859+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.757859+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.764499+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.764499+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.766437+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:27.766437+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:28.160706+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:28.160706+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:28.169995+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:28.169995+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:28.181238+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:28 smithi107 bash[21616]: audit 2024-05-04T22:40:28.181238+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: cluster 2024-05-04T22:40:27.695498+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: cluster 2024-05-04T22:40:27.695498+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.745444+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.745444+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.757859+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.757859+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:40:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.764499+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.764499+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.766437+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:27.766437+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:28.160706+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:28.160706+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:28.169995+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:28.169995+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:28.181238+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:28 smithi133 bash[22262]: audit 2024-05-04T22:40:28.181238+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: cluster 2024-05-04T22:40:27.695498+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: cluster 2024-05-04T22:40:27.695498+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.745444+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.745444+0000 mgr.a (mgr.14152) 190 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi139:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.757859+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.757859+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-04T22:40:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.764499+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.764499+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.766437+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:27.766437+0000 mon.a (mon.0) 536 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:28.160706+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:28.160706+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:28.169995+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:28.169995+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:28.181238+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:29.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:28 smithi139 bash[22396]: audit 2024-05-04T22:40:28.181238+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:30 smithi107 bash[21616]: cluster 2024-05-04T22:40:29.695992+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:31.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:30 smithi107 bash[21616]: cluster 2024-05-04T22:40:29.695992+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:30 smithi133 bash[22262]: cluster 2024-05-04T22:40:29.695992+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:31.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:30 smithi133 bash[22262]: cluster 2024-05-04T22:40:29.695992+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:31.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:30 smithi139 bash[22396]: cluster 2024-05-04T22:40:29.695992+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:31.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:30 smithi139 bash[22396]: cluster 2024-05-04T22:40:29.695992+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:33.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:32 smithi107 bash[21616]: cluster 2024-05-04T22:40:31.696470+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:33.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:32 smithi107 bash[21616]: cluster 2024-05-04T22:40:31.696470+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:32 smithi133 bash[22262]: cluster 2024-05-04T22:40:31.696470+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:32 smithi133 bash[22262]: cluster 2024-05-04T22:40:31.696470+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:33.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:32 smithi139 bash[22396]: cluster 2024-05-04T22:40:31.696470+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:33.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:32 smithi139 bash[22396]: cluster 2024-05-04T22:40:31.696470+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:35.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:34 smithi107 bash[21616]: cluster 2024-05-04T22:40:33.696949+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:35.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:34 smithi107 bash[21616]: cluster 2024-05-04T22:40:33.696949+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:35.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:34 smithi133 bash[22262]: cluster 2024-05-04T22:40:33.696949+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:35.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:34 smithi133 bash[22262]: cluster 2024-05-04T22:40:33.696949+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:35.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:34 smithi139 bash[22396]: cluster 2024-05-04T22:40:33.696949+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:35.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:34 smithi139 bash[22396]: cluster 2024-05-04T22:40:33.696949+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.676080+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.676080+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.678369+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.139:0/872530229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.678369+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.139:0/872530229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.679961+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]': finished 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.679961+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]': finished 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: cluster 2024-05-04T22:40:35.685734+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T22:40:36.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: cluster 2024-05-04T22:40:35.685734+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T22:40:36.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.686595+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:40:36.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:35 smithi107 bash[21616]: audit 2024-05-04T22:40:35.686595+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.676080+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.676080+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.678369+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.139:0/872530229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.678369+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.139:0/872530229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.679961+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]': finished 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.679961+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]': finished 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: cluster 2024-05-04T22:40:35.685734+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: cluster 2024-05-04T22:40:35.685734+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.686595+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:40:36.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:35 smithi133 bash[22262]: audit 2024-05-04T22:40:35.686595+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.676080+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.676080+0000 mon.a (mon.0) 540 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.678369+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.139:0/872530229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.678369+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.139:0/872530229' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]: dispatch 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.679961+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]': finished 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.679961+0000 mon.a (mon.0) 541 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d"}]': finished 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: cluster 2024-05-04T22:40:35.685734+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T22:40:36.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: cluster 2024-05-04T22:40:35.685734+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-04T22:40:36.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.686595+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:40:36.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:35 smithi139 bash[22396]: audit 2024-05-04T22:40:35.686595+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:40:37.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:36 smithi133 bash[22262]: cluster 2024-05-04T22:40:35.697352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:37.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:36 smithi133 bash[22262]: cluster 2024-05-04T22:40:35.697352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:37.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:36 smithi133 bash[22262]: audit 2024-05-04T22:40:36.390146+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.139:0/3909621312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:40:37.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:36 smithi133 bash[22262]: audit 2024-05-04T22:40:36.390146+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.139:0/3909621312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:40:37.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:36 smithi139 bash[22396]: cluster 2024-05-04T22:40:35.697352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:37.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:36 smithi139 bash[22396]: cluster 2024-05-04T22:40:35.697352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:37.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:36 smithi139 bash[22396]: audit 2024-05-04T22:40:36.390146+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.139:0/3909621312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:40:37.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:36 smithi139 bash[22396]: audit 2024-05-04T22:40:36.390146+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.139:0/3909621312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:40:37.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:36 smithi107 bash[21616]: cluster 2024-05-04T22:40:35.697352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:37.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:36 smithi107 bash[21616]: cluster 2024-05-04T22:40:35.697352+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:37.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:36 smithi107 bash[21616]: audit 2024-05-04T22:40:36.390146+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.139:0/3909621312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:40:37.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:36 smithi107 bash[21616]: audit 2024-05-04T22:40:36.390146+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.139:0/3909621312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: cluster 2024-05-04T22:40:37.697845+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: cluster 2024-05-04T22:40:37.697845+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: audit 2024-05-04T22:40:38.242793+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: audit 2024-05-04T22:40:38.242793+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: audit 2024-05-04T22:40:38.251908+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: audit 2024-05-04T22:40:38.251908+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: audit 2024-05-04T22:40:38.262263+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:38 smithi133 bash[22262]: audit 2024-05-04T22:40:38.262263+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: cluster 2024-05-04T22:40:37.697845+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: cluster 2024-05-04T22:40:37.697845+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: audit 2024-05-04T22:40:38.242793+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: audit 2024-05-04T22:40:38.242793+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: audit 2024-05-04T22:40:38.251908+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: audit 2024-05-04T22:40:38.251908+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: audit 2024-05-04T22:40:38.262263+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:38 smithi139 bash[22396]: audit 2024-05-04T22:40:38.262263+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: cluster 2024-05-04T22:40:37.697845+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: cluster 2024-05-04T22:40:37.697845+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: audit 2024-05-04T22:40:38.242793+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: audit 2024-05-04T22:40:38.242793+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: audit 2024-05-04T22:40:38.251908+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: audit 2024-05-04T22:40:38.251908+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: audit 2024-05-04T22:40:38.262263+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:39.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:38 smithi107 bash[21616]: audit 2024-05-04T22:40:38.262263+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:41.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:40 smithi133 bash[22262]: cluster 2024-05-04T22:40:39.698305+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:41.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:40 smithi133 bash[22262]: cluster 2024-05-04T22:40:39.698305+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:41.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:40 smithi139 bash[22396]: cluster 2024-05-04T22:40:39.698305+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:41.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:40 smithi139 bash[22396]: cluster 2024-05-04T22:40:39.698305+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:41.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:40 smithi107 bash[21616]: cluster 2024-05-04T22:40:39.698305+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:41.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:40 smithi107 bash[21616]: cluster 2024-05-04T22:40:39.698305+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:43.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:42 smithi133 bash[22262]: cluster 2024-05-04T22:40:41.698788+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:43.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:42 smithi133 bash[22262]: cluster 2024-05-04T22:40:41.698788+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:43.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:42 smithi139 bash[22396]: cluster 2024-05-04T22:40:41.698788+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:43.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:42 smithi139 bash[22396]: cluster 2024-05-04T22:40:41.698788+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:43.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:42 smithi107 bash[21616]: cluster 2024-05-04T22:40:41.698788+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:43.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:42 smithi107 bash[21616]: cluster 2024-05-04T22:40:41.698788+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: audit 2024-05-04T22:40:43.371146+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: audit 2024-05-04T22:40:43.371146+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: audit 2024-05-04T22:40:43.377311+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: audit 2024-05-04T22:40:43.377311+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: audit 2024-05-04T22:40:43.386118+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: audit 2024-05-04T22:40:43.386118+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: cluster 2024-05-04T22:40:43.699244+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:44 smithi107 bash[21616]: cluster 2024-05-04T22:40:43.699244+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: audit 2024-05-04T22:40:43.371146+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: audit 2024-05-04T22:40:43.371146+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: audit 2024-05-04T22:40:43.377311+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: audit 2024-05-04T22:40:43.377311+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: audit 2024-05-04T22:40:43.386118+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: audit 2024-05-04T22:40:43.386118+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: cluster 2024-05-04T22:40:43.699244+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:44.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:44 smithi133 bash[22262]: cluster 2024-05-04T22:40:43.699244+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: audit 2024-05-04T22:40:43.371146+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: audit 2024-05-04T22:40:43.371146+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: audit 2024-05-04T22:40:43.377311+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: audit 2024-05-04T22:40:43.377311+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: audit 2024-05-04T22:40:43.386118+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: audit 2024-05-04T22:40:43.386118+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: cluster 2024-05-04T22:40:43.699244+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:44 smithi139 bash[22396]: cluster 2024-05-04T22:40:43.699244+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:47.009 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:46 smithi139 bash[22396]: cluster 2024-05-04T22:40:45.699717+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:47.009 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:46 smithi139 bash[22396]: cluster 2024-05-04T22:40:45.699717+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:47.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:46 smithi107 bash[21616]: cluster 2024-05-04T22:40:45.699717+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:47.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:46 smithi107 bash[21616]: cluster 2024-05-04T22:40:45.699717+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:47.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:46 smithi133 bash[22262]: cluster 2024-05-04T22:40:45.699717+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:47.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:46 smithi133 bash[22262]: cluster 2024-05-04T22:40:45.699717+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: cluster 2024-05-04T22:40:47.700193+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: cluster 2024-05-04T22:40:47.700193+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.155736+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.155736+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.157511+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.157511+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.379241+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.379241+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.388648+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.388648+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.400130+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:48 smithi107 bash[21616]: audit 2024-05-04T22:40:48.400130+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: cluster 2024-05-04T22:40:47.700193+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: cluster 2024-05-04T22:40:47.700193+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.155736+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T22:40:49.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.155736+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T22:40:49.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.157511+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.157511+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.379241+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.379241+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.388648+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.388648+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.400130+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:48 smithi133 bash[22262]: audit 2024-05-04T22:40:48.400130+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: cluster 2024-05-04T22:40:47.700193+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: cluster 2024-05-04T22:40:47.700193+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.155736+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.155736+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.157511+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.157511+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:49.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.379241+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.379241+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.388648+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.388648+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.400130+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:48 smithi139 bash[22396]: audit 2024-05-04T22:40:48.400130+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:49.923 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:49 smithi139 bash[22396]: cephadm 2024-05-04T22:40:48.159110+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi139 2024-05-04T22:40:49.923 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:49 smithi139 bash[22396]: cephadm 2024-05-04T22:40:48.159110+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi139 2024-05-04T22:40:49.923 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:49 smithi139 bash[22396]: cephadm 2024-05-04T22:40:48.391786+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi139 2024-05-04T22:40:49.923 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:49 smithi139 bash[22396]: cephadm 2024-05-04T22:40:48.391786+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi139 2024-05-04T22:40:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:49 smithi133 bash[22262]: cephadm 2024-05-04T22:40:48.159110+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi139 2024-05-04T22:40:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:49 smithi133 bash[22262]: cephadm 2024-05-04T22:40:48.159110+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi139 2024-05-04T22:40:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:49 smithi133 bash[22262]: cephadm 2024-05-04T22:40:48.391786+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi139 2024-05-04T22:40:50.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:49 smithi133 bash[22262]: cephadm 2024-05-04T22:40:48.391786+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi139 2024-05-04T22:40:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:49 smithi107 bash[21616]: cephadm 2024-05-04T22:40:48.159110+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi139 2024-05-04T22:40:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:49 smithi107 bash[21616]: cephadm 2024-05-04T22:40:48.159110+0000 mgr.a (mgr.14152) 201 : cephadm [INF] Deploying daemon osd.2 on smithi139 2024-05-04T22:40:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:49 smithi107 bash[21616]: cephadm 2024-05-04T22:40:48.391786+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi139 2024-05-04T22:40:50.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:49 smithi107 bash[21616]: cephadm 2024-05-04T22:40:48.391786+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi139 2024-05-04T22:40:50.920 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:50 smithi139 bash[22396]: cluster 2024-05-04T22:40:49.700674+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:50.920 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:50 smithi139 bash[22396]: cluster 2024-05-04T22:40:49.700674+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:51.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:50 smithi133 bash[22262]: cluster 2024-05-04T22:40:49.700674+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:51.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:50 smithi133 bash[22262]: cluster 2024-05-04T22:40:49.700674+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:51.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:50 smithi107 bash[21616]: cluster 2024-05-04T22:40:49.700674+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:51.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:50 smithi107 bash[21616]: cluster 2024-05-04T22:40:49.700674+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:52.022 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:51 smithi139 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:40:52.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:40:53.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: cluster 2024-05-04T22:40:51.701180+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:53.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: cluster 2024-05-04T22:40:51.701180+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:53.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.175269+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.175269+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.184883+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.184883+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.210934+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.210934+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.217732+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.217732+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.221033+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.221033+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.235052+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:52 smithi133 bash[22262]: audit 2024-05-04T22:40:52.235052+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: cluster 2024-05-04T22:40:51.701180+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: cluster 2024-05-04T22:40:51.701180+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.175269+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.175269+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.184883+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.184883+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.210934+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.210934+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.217732+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:53.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.217732+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:53.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.221033+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:53.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.221033+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:53.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.235052+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:52 smithi139 bash[22396]: audit 2024-05-04T22:40:52.235052+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: cluster 2024-05-04T22:40:51.701180+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: cluster 2024-05-04T22:40:51.701180+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.175269+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.175269+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.184883+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.184883+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.210934+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.210934+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:40:53.163 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.217732+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:53.164 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.217732+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:40:53.164 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.221033+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:53.164 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.221033+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:40:53.164 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.235052+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:53.164 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:52 smithi107 bash[21616]: audit 2024-05-04T22:40:52.235052+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:55.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:54 smithi133 bash[22262]: cluster 2024-05-04T22:40:53.701614+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:55.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:54 smithi133 bash[22262]: cluster 2024-05-04T22:40:53.701614+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:54 smithi139 bash[22396]: cluster 2024-05-04T22:40:53.701614+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:54 smithi139 bash[22396]: cluster 2024-05-04T22:40:53.701614+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:55.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:54 smithi107 bash[21616]: cluster 2024-05-04T22:40:53.701614+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:55.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:54 smithi107 bash[21616]: cluster 2024-05-04T22:40:53.701614+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:57.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:56 smithi133 bash[22262]: cluster 2024-05-04T22:40:55.701987+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:57.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:56 smithi133 bash[22262]: cluster 2024-05-04T22:40:55.701987+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:57.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:56 smithi139 bash[22396]: cluster 2024-05-04T22:40:55.701987+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:57.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:56 smithi139 bash[22396]: cluster 2024-05-04T22:40:55.701987+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:57.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:56 smithi107 bash[21616]: cluster 2024-05-04T22:40:55.701987+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:57.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:56 smithi107 bash[21616]: cluster 2024-05-04T22:40:55.701987+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: cluster 2024-05-04T22:40:57.702427+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: cluster 2024-05-04T22:40:57.702427+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.178952+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.178952+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.181466+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.181466+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.439055+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.439055+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.449196+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.449196+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.461337+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:58 smithi133 bash[22262]: audit 2024-05-04T22:40:58.461337+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: cluster 2024-05-04T22:40:57.702427+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: cluster 2024-05-04T22:40:57.702427+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.178952+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.178952+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.181466+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.181466+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.439055+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.439055+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.449196+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.449196+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.461337+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:58 smithi139 bash[22396]: audit 2024-05-04T22:40:58.461337+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: cluster 2024-05-04T22:40:57.702427+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: cluster 2024-05-04T22:40:57.702427+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.178952+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.178952+0000 mon.a (mon.0) 561 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.181466+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.181466+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.439055+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.439055+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.449196+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.449196+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.461337+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:40:59.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:58 smithi107 bash[21616]: audit 2024-05-04T22:40:58.461337+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.800104+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.800104+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: cluster 2024-05-04T22:40:58.806746+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: cluster 2024-05-04T22:40:58.806746+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.807264+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.807264+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.808038+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.808038+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.809619+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:40:59 smithi139 bash[22396]: audit 2024-05-04T22:40:58.809619+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.800104+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.800104+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: cluster 2024-05-04T22:40:58.806746+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: cluster 2024-05-04T22:40:58.806746+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.807264+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.807264+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.808038+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.808038+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.809619+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:40:59 smithi107 bash[21616]: audit 2024-05-04T22:40:58.809619+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.800104+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.800104+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: cluster 2024-05-04T22:40:58.806746+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: cluster 2024-05-04T22:40:58.806746+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.807264+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.807264+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.808038+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.808038+0000 mon.a (mon.0) 568 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.809619+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:00.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:40:59 smithi133 bash[22262]: audit 2024-05-04T22:40:58.809619+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-05-04T22:41:01.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.702893+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:41:01.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.702893+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:41:01.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: audit 2024-05-04T22:40:59.808941+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: audit 2024-05-04T22:40:59.808941+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.815916+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.815916+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: audit 2024-05-04T22:40:59.816571+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: audit 2024-05-04T22:40:59.816571+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: audit 2024-05-04T22:40:59.822795+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:00 smithi139 bash[22396]: audit 2024-05-04T22:40:59.822795+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.702893+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.702893+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: audit 2024-05-04T22:40:59.808941+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: audit 2024-05-04T22:40:59.808941+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.815916+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.815916+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: audit 2024-05-04T22:40:59.816571+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: audit 2024-05-04T22:40:59.816571+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: audit 2024-05-04T22:40:59.822795+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:00 smithi107 bash[21616]: audit 2024-05-04T22:40:59.822795+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.702893+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.702893+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: audit 2024-05-04T22:40:59.808941+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: audit 2024-05-04T22:40:59.808941+0000 mon.a (mon.0) 569 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.815916+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.815916+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: audit 2024-05-04T22:40:59.816571+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: audit 2024-05-04T22:40:59.816571+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: audit 2024-05-04T22:40:59.822795+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:01.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:00 smithi133 bash[22262]: audit 2024-05-04T22:40:59.822795+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:02.218 INFO:teuthology.orchestra.run.smithi139.stdout:Created osd(s) 2 on host 'smithi139' 2024-05-04T22:41:02.241 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.182261+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.182261+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.182400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:40:59.182400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:41:00.816824+0000 mon.a (mon.0) 573 : cluster [INF] osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678] boot 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:41:00.816824+0000 mon.a (mon.0) 573 : cluster [INF] osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678] boot 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:41:00.816897+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: cluster 2024-05-04T22:41:00.816897+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: audit 2024-05-04T22:41:00.817508+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:02.242 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:01 smithi139 bash[22396]: audit 2024-05-04T22:41:00.817508+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.182261+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:41:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.182261+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:41:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.182400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:40:59.182400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:41:00.816824+0000 mon.a (mon.0) 573 : cluster [INF] osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678] boot 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:41:00.816824+0000 mon.a (mon.0) 573 : cluster [INF] osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678] boot 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:41:00.816897+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: cluster 2024-05-04T22:41:00.816897+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: audit 2024-05-04T22:41:00.817508+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:01 smithi107 bash[21616]: audit 2024-05-04T22:41:00.817508+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:02.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.182261+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.182261+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.182400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:40:59.182400+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:41:00.816824+0000 mon.a (mon.0) 573 : cluster [INF] osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678] boot 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:41:00.816824+0000 mon.a (mon.0) 573 : cluster [INF] osd.2 [v2:172.21.15.139:6800/4087139678,v1:172.21.15.139:6801/4087139678] boot 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:41:00.816897+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: cluster 2024-05-04T22:41:00.816897+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: audit 2024-05-04T22:41:00.817508+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:02.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:01 smithi133 bash[22262]: audit 2024-05-04T22:41:00.817508+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:41:03.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: cluster 2024-05-04T22:41:01.703417+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:03.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: cluster 2024-05-04T22:41:01.703417+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: cluster 2024-05-04T22:41:01.834474+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: cluster 2024-05-04T22:41:01.834474+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.173954+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.173954+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.182841+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.182841+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.214231+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.214231+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.220359+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.220359+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.228500+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.228500+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.232583+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.232583+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.234582+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.234582+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.244699+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.244699+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.605384+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:03.057 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:02 smithi139 bash[22396]: audit 2024-05-04T22:41:02.605384+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:03.144 DEBUG:teuthology.orchestra.run.smithi139:osd.2> sudo journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.2.service 2024-05-04T22:41:03.147 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-04T22:41:03.147 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-04T22:41:03.159 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: cluster 2024-05-04T22:41:01.703417+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:03.159 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: cluster 2024-05-04T22:41:01.703417+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:03.159 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: cluster 2024-05-04T22:41:01.834474+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T22:41:03.159 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: cluster 2024-05-04T22:41:01.834474+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T22:41:03.159 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.173954+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.159 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.173954+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.182841+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.182841+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.214231+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.214231+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.220359+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.220359+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.228500+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.228500+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.232583+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.232583+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.234582+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.234582+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.244699+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.160 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.244699+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.161 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.605384+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:03.161 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:02 smithi107 bash[21616]: audit 2024-05-04T22:41:02.605384+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: cluster 2024-05-04T22:41:01.703417+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: cluster 2024-05-04T22:41:01.703417+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: cluster 2024-05-04T22:41:01.834474+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: cluster 2024-05-04T22:41:01.834474+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.173954+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.173954+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.182841+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.182841+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.214231+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.214231+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.220359+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.220359+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.228500+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.228500+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.232583+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.232583+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.234582+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.234582+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.244699+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.244699+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.605384+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:03.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:02 smithi133 bash[22262]: audit 2024-05-04T22:41:02.605384+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.097 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: cephadm 2024-05-04T22:41:02.221905+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 20337M 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: cephadm 2024-05-04T22:41:02.221905+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 20337M 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.243725+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.243725+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: cluster 2024-05-04T22:41:03.249098+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: cluster 2024-05-04T22:41:03.249098+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.250720+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.250720+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.551168+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.551168+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.558171+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.558171+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.098 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.565993+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.099 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:03 smithi139 bash[22396]: audit 2024-05-04T22:41:03.565993+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: cephadm 2024-05-04T22:41:02.221905+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 20337M 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: cephadm 2024-05-04T22:41:02.221905+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 20337M 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.243725+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.243725+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: cluster 2024-05-04T22:41:03.249098+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: cluster 2024-05-04T22:41:03.249098+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.250720+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.250720+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.551168+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.551168+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.558171+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.558171+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.565993+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:03 smithi107 bash[21616]: audit 2024-05-04T22:41:03.565993+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: cephadm 2024-05-04T22:41:02.221905+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 20337M 2024-05-04T22:41:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: cephadm 2024-05-04T22:41:02.221905+0000 mgr.a (mgr.14152) 210 : cephadm [INF] Adjusting osd_memory_target on smithi139 to 20337M 2024-05-04T22:41:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.243725+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:04.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.243725+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:04.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: cluster 2024-05-04T22:41:03.249098+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T22:41:04.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: cluster 2024-05-04T22:41:03.249098+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-04T22:41:04.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.250720+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.250720+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-04T22:41:04.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.551168+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.551168+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.558171+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.558171+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.565993+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:04.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:03 smithi133 bash[22262]: audit 2024-05-04T22:41:03.565993+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: cluster 2024-05-04T22:41:03.704014+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:05.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: cluster 2024-05-04T22:41:03.704014+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:05.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.247584+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.247584+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: cluster 2024-05-04T22:41:04.255395+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: cluster 2024-05-04T22:41:04.255395+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.434279+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.434279+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.529648+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.529648+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: cluster 2024-05-04T22:41:04.563111+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: cluster 2024-05-04T22:41:04.563111+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.633064+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.633064+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.635812+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.635812+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.689164+0000 mon.a (mon.0) 599 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.689164+0000 mon.a (mon.0) 599 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.689615+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.265 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.689615+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.689912+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.689912+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.690132+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.690132+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.693478+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.693478+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.693797+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.693797+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.693976+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.693976+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.266 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.696481+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.696481+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.750128+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.750128+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751290+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751290+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.267 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751411+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751411+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751699+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751699+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751959+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.751959+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.807162+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.268 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:04 smithi107 bash[21616]: audit 2024-05-04T22:41:04.807162+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: cluster 2024-05-04T22:41:03.704014+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: cluster 2024-05-04T22:41:03.704014+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.247584+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.247584+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: cluster 2024-05-04T22:41:04.255395+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: cluster 2024-05-04T22:41:04.255395+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.434279+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.434279+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.529648+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.529648+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: cluster 2024-05-04T22:41:04.563111+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: cluster 2024-05-04T22:41:04.563111+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.633064+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.633064+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.635812+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.635812+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.689164+0000 mon.a (mon.0) 599 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.689164+0000 mon.a (mon.0) 599 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.689615+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.297 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.689615+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.689912+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.689912+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.690132+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.690132+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.693478+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.693478+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.693797+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.298 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.693797+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.693976+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.693976+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.696481+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.696481+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.750128+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.750128+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751290+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751290+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751411+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751411+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751699+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751699+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751959+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.751959+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.299 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.807162+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.300 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:04 smithi133 bash[22262]: audit 2024-05-04T22:41:04.807162+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: cluster 2024-05-04T22:41:03.704014+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:05.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: cluster 2024-05-04T22:41:03.704014+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:05.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.247584+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.247584+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: cluster 2024-05-04T22:41:04.255395+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: cluster 2024-05-04T22:41:04.255395+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.434279+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.434279+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.529648+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.529648+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: cluster 2024-05-04T22:41:04.563111+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: cluster 2024-05-04T22:41:04.563111+0000 mon.a (mon.0) 596 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.633064+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.633064+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.635812+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.635812+0000 mon.a (mon.0) 598 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.689164+0000 mon.a (mon.0) 599 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.689164+0000 mon.a (mon.0) 599 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.689615+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.689615+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.689912+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.689912+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.690132+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.690132+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.693478+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.693478+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.693797+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.693797+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.693976+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.693976+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.696481+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.696481+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.308 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.750128+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.750128+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751290+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751290+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751411+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751411+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751699+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751699+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751959+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.751959+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.807162+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:05.309 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:04 smithi139 bash[22396]: audit 2024-05-04T22:41:04.807162+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-04T22:41:06.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:06 smithi107 bash[21616]: cluster 2024-05-04T22:41:05.255166+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T22:41:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:06 smithi107 bash[21616]: cluster 2024-05-04T22:41:05.255166+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T22:41:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:06 smithi107 bash[21616]: cluster 2024-05-04T22:41:05.704559+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:06 smithi107 bash[21616]: cluster 2024-05-04T22:41:05.704559+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:06 smithi107 bash[21616]: cluster 2024-05-04T22:41:05.852595+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T22:41:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:06 smithi107 bash[21616]: cluster 2024-05-04T22:41:05.852595+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T22:41:06.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:06 smithi133 bash[22262]: cluster 2024-05-04T22:41:05.255166+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T22:41:06.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:06 smithi133 bash[22262]: cluster 2024-05-04T22:41:05.255166+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T22:41:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:06 smithi133 bash[22262]: cluster 2024-05-04T22:41:05.704559+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:06 smithi133 bash[22262]: cluster 2024-05-04T22:41:05.704559+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:06 smithi133 bash[22262]: cluster 2024-05-04T22:41:05.852595+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T22:41:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:06 smithi133 bash[22262]: cluster 2024-05-04T22:41:05.852595+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T22:41:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:06 smithi139 bash[22396]: cluster 2024-05-04T22:41:05.255166+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T22:41:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:06 smithi139 bash[22396]: cluster 2024-05-04T22:41:05.255166+0000 mon.a (mon.0) 609 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-04T22:41:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:06 smithi139 bash[22396]: cluster 2024-05-04T22:41:05.704559+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:06 smithi139 bash[22396]: cluster 2024-05-04T22:41:05.704559+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:06 smithi139 bash[22396]: cluster 2024-05-04T22:41:05.852595+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T22:41:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:06 smithi139 bash[22396]: cluster 2024-05-04T22:41:05.852595+0000 mon.a (mon.0) 610 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-04T22:41:07.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:07 smithi107 bash[21616]: cluster 2024-05-04T22:41:06.250008+0000 mon.a (mon.0) 611 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:41:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:07 smithi107 bash[21616]: cluster 2024-05-04T22:41:06.250008+0000 mon.a (mon.0) 611 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:41:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:07 smithi107 bash[21616]: cluster 2024-05-04T22:41:06.250064+0000 mon.a (mon.0) 612 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:07 smithi107 bash[21616]: cluster 2024-05-04T22:41:06.250064+0000 mon.a (mon.0) 612 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:07.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:07 smithi133 bash[22262]: cluster 2024-05-04T22:41:06.250008+0000 mon.a (mon.0) 611 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:41:07.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:07 smithi133 bash[22262]: cluster 2024-05-04T22:41:06.250008+0000 mon.a (mon.0) 611 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:41:07.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:07 smithi133 bash[22262]: cluster 2024-05-04T22:41:06.250064+0000 mon.a (mon.0) 612 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:07 smithi133 bash[22262]: cluster 2024-05-04T22:41:06.250064+0000 mon.a (mon.0) 612 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:07 smithi139 bash[22396]: cluster 2024-05-04T22:41:06.250008+0000 mon.a (mon.0) 611 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:41:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:07 smithi139 bash[22396]: cluster 2024-05-04T22:41:06.250008+0000 mon.a (mon.0) 611 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:41:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:07 smithi139 bash[22396]: cluster 2024-05-04T22:41:06.250064+0000 mon.a (mon.0) 612 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:07 smithi139 bash[22396]: cluster 2024-05-04T22:41:06.250064+0000 mon.a (mon.0) 612 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:07.867 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:41:08.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:08 smithi133 bash[22262]: cluster 2024-05-04T22:41:07.705042+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:08.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:08 smithi133 bash[22262]: cluster 2024-05-04T22:41:07.705042+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:08 smithi139 bash[22396]: cluster 2024-05-04T22:41:07.705042+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:08 smithi139 bash[22396]: cluster 2024-05-04T22:41:07.705042+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:08 smithi107 bash[21616]: cluster 2024-05-04T22:41:07.705042+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:08 smithi107 bash[21616]: cluster 2024-05-04T22:41:07.705042+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.608730+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.608730+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.617281+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.617281+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.629014+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.629014+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.634257+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.634257+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.639601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.639601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.641342+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.641342+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: cluster 2024-05-04T22:41:08.645069+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: cluster 2024-05-04T22:41:08.645069+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.652263+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:09 smithi107 bash[21616]: audit 2024-05-04T22:41:08.652263+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.608730+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.608730+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.617281+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.617281+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.629014+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.629014+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.634257+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.634257+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.639601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.639601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.641342+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.641342+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: cluster 2024-05-04T22:41:08.645069+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: cluster 2024-05-04T22:41:08.645069+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.652263+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:09 smithi133 bash[22262]: audit 2024-05-04T22:41:08.652263+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.608730+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.608730+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.617281+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.617281+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.629014+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.629014+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.634257+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.634257+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.639601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.639601+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.641342+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.641342+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: cluster 2024-05-04T22:41:08.645069+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: cluster 2024-05-04T22:41:08.645069+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.652263+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:10.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:09 smithi139 bash[22396]: audit 2024-05-04T22:41:08.652263+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:10 smithi107 bash[21616]: cluster 2024-05-04T22:41:09.624964+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:41:11.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:10 smithi107 bash[21616]: cluster 2024-05-04T22:41:09.624964+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:41:11.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:10 smithi133 bash[22262]: cluster 2024-05-04T22:41:09.624964+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:41:11.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:10 smithi133 bash[22262]: cluster 2024-05-04T22:41:09.624964+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:41:11.047 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:41:11.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:10 smithi139 bash[22396]: cluster 2024-05-04T22:41:09.624964+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:41:11.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:10 smithi139 bash[22396]: cluster 2024-05-04T22:41:09.624964+0000 mon.a (mon.0) 620 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:41:11.716 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1714862460,"num_in_osds":3,"osd_in_since":1714862435,"num_remapped_pgs":0} 2024-05-04T22:41:11.717 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-04T22:41:11.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:11 smithi133 bash[22262]: cluster 2024-05-04T22:41:10.645659+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:11.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:11 smithi133 bash[22262]: cluster 2024-05-04T22:41:10.645659+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:11.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:11 smithi133 bash[22262]: audit 2024-05-04T22:41:11.049783+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.107:0/1309324095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T22:41:11.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:11 smithi133 bash[22262]: audit 2024-05-04T22:41:11.049783+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.107:0/1309324095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T22:41:12.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:11 smithi107 bash[21616]: cluster 2024-05-04T22:41:10.645659+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:12.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:11 smithi107 bash[21616]: cluster 2024-05-04T22:41:10.645659+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:12.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:11 smithi107 bash[21616]: audit 2024-05-04T22:41:11.049783+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.107:0/1309324095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T22:41:12.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:11 smithi107 bash[21616]: audit 2024-05-04T22:41:11.049783+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.107:0/1309324095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T22:41:12.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:11 smithi139 bash[22396]: cluster 2024-05-04T22:41:10.645659+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:12.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:11 smithi139 bash[22396]: cluster 2024-05-04T22:41:10.645659+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:12.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:11 smithi139 bash[22396]: audit 2024-05-04T22:41:11.049783+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.107:0/1309324095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T22:41:12.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:11 smithi139 bash[22396]: audit 2024-05-04T22:41:11.049783+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.107:0/1309324095' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: cluster 2024-05-04T22:41:12.646169+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: cluster 2024-05-04T22:41:12.646169+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.085721+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.085721+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.093634+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.093634+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.102854+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.102854+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.113666+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.113666+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.119326+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.119326+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.121037+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.121037+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.131564+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:14 smithi107 bash[21616]: audit 2024-05-04T22:41:13.131564+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: cluster 2024-05-04T22:41:12.646169+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: cluster 2024-05-04T22:41:12.646169+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.085721+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.085721+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.093634+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.093634+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.102854+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.102854+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.113666+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.113666+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:14.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.119326+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.119326+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.121037+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.121037+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.131564+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:14 smithi133 bash[22262]: audit 2024-05-04T22:41:13.131564+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: cluster 2024-05-04T22:41:12.646169+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: cluster 2024-05-04T22:41:12.646169+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.085721+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.085721+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.093634+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.093634+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.102854+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.102854+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.113666+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.113666+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.119326+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.119326+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.121037+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.121037+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.131564+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:14 smithi139 bash[22396]: audit 2024-05-04T22:41:13.131564+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:15.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:15 smithi107 bash[21616]: cluster 2024-05-04T22:41:13.124534+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:15.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:15 smithi107 bash[21616]: cluster 2024-05-04T22:41:13.124534+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:15.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:15 smithi107 bash[21616]: cluster 2024-05-04T22:41:14.099005+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:41:15.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:15 smithi107 bash[21616]: cluster 2024-05-04T22:41:14.099005+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:41:15.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:15 smithi107 bash[21616]: cluster 2024-05-04T22:41:14.099038+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:15.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:15 smithi107 bash[21616]: cluster 2024-05-04T22:41:14.099038+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:15.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:15 smithi133 bash[22262]: cluster 2024-05-04T22:41:13.124534+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:15.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:15 smithi133 bash[22262]: cluster 2024-05-04T22:41:13.124534+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:15.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:15 smithi133 bash[22262]: cluster 2024-05-04T22:41:14.099005+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:41:15.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:15 smithi133 bash[22262]: cluster 2024-05-04T22:41:14.099005+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:41:15.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:15 smithi133 bash[22262]: cluster 2024-05-04T22:41:14.099038+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:15.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:15 smithi133 bash[22262]: cluster 2024-05-04T22:41:14.099038+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:15.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:15 smithi139 bash[22396]: cluster 2024-05-04T22:41:13.124534+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:15.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:15 smithi139 bash[22396]: cluster 2024-05-04T22:41:13.124534+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:15.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:15 smithi139 bash[22396]: cluster 2024-05-04T22:41:14.099005+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:41:15.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:15 smithi139 bash[22396]: cluster 2024-05-04T22:41:14.099005+0000 mon.a (mon.0) 629 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-04T22:41:15.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:15 smithi139 bash[22396]: cluster 2024-05-04T22:41:14.099038+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:15.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:15 smithi139 bash[22396]: cluster 2024-05-04T22:41:14.099038+0000 mon.a (mon.0) 630 : cluster [INF] Cluster is now healthy 2024-05-04T22:41:16.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:16 smithi107 bash[21616]: cluster 2024-05-04T22:41:15.125002+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:16.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:16 smithi107 bash[21616]: cluster 2024-05-04T22:41:15.125002+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:16.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:16 smithi133 bash[22262]: cluster 2024-05-04T22:41:15.125002+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:16.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:16 smithi133 bash[22262]: cluster 2024-05-04T22:41:15.125002+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:16.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:16 smithi139 bash[22396]: cluster 2024-05-04T22:41:15.125002+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:16.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:16 smithi139 bash[22396]: cluster 2024-05-04T22:41:15.125002+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:16.937 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:41:18.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:18 smithi107 bash[21616]: cluster 2024-05-04T22:41:17.125543+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:18 smithi107 bash[21616]: cluster 2024-05-04T22:41:17.125543+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:18.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:18 smithi133 bash[22262]: cluster 2024-05-04T22:41:17.125543+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:18.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:18 smithi133 bash[22262]: cluster 2024-05-04T22:41:17.125543+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:18 smithi139 bash[22396]: cluster 2024-05-04T22:41:17.125543+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:18 smithi139 bash[22396]: cluster 2024-05-04T22:41:17.125543+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:19.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:19 smithi107 bash[21616]: audit 2024-05-04T22:41:18.651852+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:19.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:19 smithi107 bash[21616]: audit 2024-05-04T22:41:18.651852+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:19.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:19 smithi107 bash[21616]: audit 2024-05-04T22:41:18.659944+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:19.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:19 smithi107 bash[21616]: audit 2024-05-04T22:41:18.659944+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:19.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:19 smithi107 bash[21616]: audit 2024-05-04T22:41:18.668365+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:19.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:19 smithi107 bash[21616]: audit 2024-05-04T22:41:18.668365+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:19.847 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:41:19.847 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"fsid":"54763058-0a66-11ef-bc97-c7b262605968","created":"2024-05-04T22:35:07.762862+0000","modified":"2024-05-04T22:41:05.247431+0000","last_up_change":"2024-05-04T22:41:00.808816+0000","last_in_change":"2024-05-04T22:40:35.677227+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-04T22:41:02.612626+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":"22","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":"e7780612-3dee-425e-8d31-cd7216fd4aed","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.107:6802","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6803","nonce":1478277047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6805","nonce":1478277047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6809","nonce":1478277047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6807","nonce":1478277047}]},"public_addr":"172.21.15.107:6803/1478277047","cluster_addr":"172.21.15.107:6805/1478277047","heartbeat_back_addr":"172.21.15.107:6809/1478277047","heartbeat_front_addr":"172.21.15.107:6807/1478277047","state":["exists","up"]},{"osd":1,"uuid":"5b7cb3d7-c27f-472b-8abc-bc94bba44888","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6801","nonce":2303782293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6803","nonce":2303782293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6807","nonce":2303782293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6805","nonce":2303782293}]},"public_addr":"172.21.15.133:6801/2303782293","cluster_addr":"172.21.15.133:6803/2303782293","heartbeat_back_addr":"172.21.15.133:6807/2303782293","heartbeat_front_addr":"172.21.15.133:6805/2303782293","state":["exists","up"]},{"osd":2,"uuid":"eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d","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.139:6800","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6801","nonce":4087139678}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6803","nonce":4087139678}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6807","nonce":4087139678}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6805","nonce":4087139678}]},"public_addr":"172.21.15.139:6801/4087139678","cluster_addr":"172.21.15.139:6803/4087139678","heartbeat_back_addr":"172.21.15.139:6807/4087139678","heartbeat_front_addr":"172.21.15.139:6805/4087139678","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:39:16.940285+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:40:09.985663+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:40:59.182406+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:6801/3411148707":"2024-05-05T22:36:18.379066+0000","172.21.15.107:6800/3411148707":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/4264307153":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/3902102178":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/416973240":"2024-05-05T22:35:41.658830+0000","172.21.15.107:6800/2087320634":"2024-05-05T22:35:41.658830+0000","172.21.15.107:6801/2087320634":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/4162606254":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/2819041652":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/983179041":"2024-05-05T22:36:18.379066+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-04T22:41:20.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:19 smithi133 bash[22262]: audit 2024-05-04T22:41:18.651852+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:19 smithi133 bash[22262]: audit 2024-05-04T22:41:18.651852+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:19 smithi133 bash[22262]: audit 2024-05-04T22:41:18.659944+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:19 smithi133 bash[22262]: audit 2024-05-04T22:41:18.659944+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:19 smithi133 bash[22262]: audit 2024-05-04T22:41:18.668365+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:19 smithi133 bash[22262]: audit 2024-05-04T22:41:18.668365+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:19 smithi139 bash[22396]: audit 2024-05-04T22:41:18.651852+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:19 smithi139 bash[22396]: audit 2024-05-04T22:41:18.651852+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:19 smithi139 bash[22396]: audit 2024-05-04T22:41:18.659944+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:19 smithi139 bash[22396]: audit 2024-05-04T22:41:18.659944+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:19 smithi139 bash[22396]: audit 2024-05-04T22:41:18.668365+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:19 smithi139 bash[22396]: audit 2024-05-04T22:41:18.668365+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:20.562 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-04T22:41:02.612626+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': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-04T22:41:20.563 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-04T22:41:21.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:20 smithi107 bash[21616]: cluster 2024-05-04T22:41:19.126097+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:20 smithi107 bash[21616]: cluster 2024-05-04T22:41:19.126097+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:20 smithi107 bash[21616]: audit 2024-05-04T22:41:19.849308+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.107:0/3615130871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:20 smithi107 bash[21616]: audit 2024-05-04T22:41:19.849308+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.107:0/3615130871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:21.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:20 smithi133 bash[22262]: cluster 2024-05-04T22:41:19.126097+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:21.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:20 smithi133 bash[22262]: cluster 2024-05-04T22:41:19.126097+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:21.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:20 smithi133 bash[22262]: audit 2024-05-04T22:41:19.849308+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.107:0/3615130871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:21.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:20 smithi133 bash[22262]: audit 2024-05-04T22:41:19.849308+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.107:0/3615130871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:21.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:20 smithi139 bash[22396]: cluster 2024-05-04T22:41:19.126097+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:21.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:20 smithi139 bash[22396]: cluster 2024-05-04T22:41:19.126097+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:21.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:20 smithi139 bash[22396]: audit 2024-05-04T22:41:19.849308+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.107:0/3615130871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:21.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:20 smithi139 bash[22396]: audit 2024-05-04T22:41:19.849308+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.107:0/3615130871' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:22 smithi107 bash[21616]: cluster 2024-05-04T22:41:21.126668+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:22 smithi107 bash[21616]: cluster 2024-05-04T22:41:21.126668+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:23.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:22 smithi133 bash[22262]: cluster 2024-05-04T22:41:21.126668+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:23.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:22 smithi133 bash[22262]: cluster 2024-05-04T22:41:21.126668+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:23.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:22 smithi139 bash[22396]: cluster 2024-05-04T22:41:21.126668+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:23.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:22 smithi139 bash[22396]: cluster 2024-05-04T22:41:21.126668+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: cluster 2024-05-04T22:41:23.127249+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: cluster 2024-05-04T22:41:23.127249+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: audit 2024-05-04T22:41:23.768248+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: audit 2024-05-04T22:41:23.768248+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: audit 2024-05-04T22:41:23.776991+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: audit 2024-05-04T22:41:23.776991+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: audit 2024-05-04T22:41:23.787265+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:24 smithi133 bash[22262]: audit 2024-05-04T22:41:23.787265+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.049 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: cluster 2024-05-04T22:41:23.127249+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: cluster 2024-05-04T22:41:23.127249+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: audit 2024-05-04T22:41:23.768248+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: audit 2024-05-04T22:41:23.768248+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: audit 2024-05-04T22:41:23.776991+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: audit 2024-05-04T22:41:23.776991+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: audit 2024-05-04T22:41:23.787265+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:24 smithi139 bash[22396]: audit 2024-05-04T22:41:23.787265+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.070 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: cluster 2024-05-04T22:41:23.127249+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.070 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: cluster 2024-05-04T22:41:23.127249+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:25.070 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: audit 2024-05-04T22:41:23.768248+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.070 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: audit 2024-05-04T22:41:23.768248+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.071 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: audit 2024-05-04T22:41:23.776991+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.071 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: audit 2024-05-04T22:41:23.776991+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.071 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: audit 2024-05-04T22:41:23.787265+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:25.071 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:24 smithi107 bash[21616]: audit 2024-05-04T22:41:23.787265+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:27.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:26 smithi133 bash[22262]: cluster 2024-05-04T22:41:25.127815+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:27.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:26 smithi133 bash[22262]: cluster 2024-05-04T22:41:25.127815+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:27.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:26 smithi139 bash[22396]: cluster 2024-05-04T22:41:25.127815+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:27.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:26 smithi139 bash[22396]: cluster 2024-05-04T22:41:25.127815+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:27.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:26 smithi107 bash[21616]: cluster 2024-05-04T22:41:25.127815+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:27.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:26 smithi107 bash[21616]: cluster 2024-05-04T22:41:25.127815+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:28.047 INFO:teuthology.orchestra.run.smithi107.stdout:pg_num: 1 2024-05-04T22:41:28.697 INFO:tasks.cephadm:Setting up client nodes... 2024-05-04T22:41:28.697 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-04T22:41:28.697 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-04T22:41:28.697 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-04T22:41:29.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:28 smithi107 bash[21616]: cluster 2024-05-04T22:41:27.128376+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:29.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:28 smithi107 bash[21616]: cluster 2024-05-04T22:41:27.128376+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:29.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:28 smithi107 bash[21616]: audit 2024-05-04T22:41:28.049560+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.107:0/296325979' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T22:41:29.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:28 smithi107 bash[21616]: audit 2024-05-04T22:41:28.049560+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.107:0/296325979' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T22:41:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:28 smithi133 bash[22262]: cluster 2024-05-04T22:41:27.128376+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:28 smithi133 bash[22262]: cluster 2024-05-04T22:41:27.128376+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:28 smithi133 bash[22262]: audit 2024-05-04T22:41:28.049560+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.107:0/296325979' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T22:41:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:28 smithi133 bash[22262]: audit 2024-05-04T22:41:28.049560+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.107:0/296325979' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T22:41:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:28 smithi139 bash[22396]: cluster 2024-05-04T22:41:27.128376+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:28 smithi139 bash[22396]: cluster 2024-05-04T22:41:27.128376+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:28 smithi139 bash[22396]: audit 2024-05-04T22:41:28.049560+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.107:0/296325979' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T22:41:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:28 smithi139 bash[22396]: audit 2024-05-04T22:41:28.049560+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.107:0/296325979' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-04T22:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:30 smithi133 bash[22262]: cluster 2024-05-04T22:41:29.128901+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:31.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:30 smithi133 bash[22262]: cluster 2024-05-04T22:41:29.128901+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:31.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:30 smithi139 bash[22396]: cluster 2024-05-04T22:41:29.128901+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:31.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:30 smithi139 bash[22396]: cluster 2024-05-04T22:41:29.128901+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:31.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:30 smithi107 bash[21616]: cluster 2024-05-04T22:41:29.128901+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:31.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:30 smithi107 bash[21616]: cluster 2024-05-04T22:41:29.128901+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: cluster 2024-05-04T22:41:31.129445+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: cluster 2024-05-04T22:41:31.129445+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: audit 2024-05-04T22:41:32.684319+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: audit 2024-05-04T22:41:32.684319+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: audit 2024-05-04T22:41:32.694097+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: audit 2024-05-04T22:41:32.694097+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: audit 2024-05-04T22:41:32.705743+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:32 smithi133 bash[22262]: audit 2024-05-04T22:41:32.705743+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: cluster 2024-05-04T22:41:31.129445+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: cluster 2024-05-04T22:41:31.129445+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: audit 2024-05-04T22:41:32.684319+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: audit 2024-05-04T22:41:32.684319+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: audit 2024-05-04T22:41:32.694097+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: audit 2024-05-04T22:41:32.694097+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: audit 2024-05-04T22:41:32.705743+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.056 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:32 smithi139 bash[22396]: audit 2024-05-04T22:41:32.705743+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: cluster 2024-05-04T22:41:31.129445+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: cluster 2024-05-04T22:41:31.129445+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: audit 2024-05-04T22:41:32.684319+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: audit 2024-05-04T22:41:32.684319+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: audit 2024-05-04T22:41:32.694097+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: audit 2024-05-04T22:41:32.694097+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: audit 2024-05-04T22:41:32.705743+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:32 smithi107 bash[21616]: audit 2024-05-04T22:41:32.705743+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:33.418 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:41:35.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:34 smithi133 bash[22262]: cluster 2024-05-04T22:41:33.130047+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:35.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:34 smithi133 bash[22262]: cluster 2024-05-04T22:41:33.130047+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:35.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:34 smithi139 bash[22396]: cluster 2024-05-04T22:41:33.130047+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:35.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:34 smithi139 bash[22396]: cluster 2024-05-04T22:41:33.130047+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:35.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:34 smithi107 bash[21616]: cluster 2024-05-04T22:41:33.130047+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:35.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:34 smithi107 bash[21616]: cluster 2024-05-04T22:41:33.130047+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:37.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:36 smithi107 bash[21616]: cluster 2024-05-04T22:41:35.130648+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:37.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:36 smithi107 bash[21616]: cluster 2024-05-04T22:41:35.130648+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:37.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:36 smithi133 bash[22262]: cluster 2024-05-04T22:41:35.130648+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:37.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:36 smithi133 bash[22262]: cluster 2024-05-04T22:41:35.130648+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:37.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:36 smithi139 bash[22396]: cluster 2024-05-04T22:41:35.130648+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:37.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:36 smithi139 bash[22396]: cluster 2024-05-04T22:41:35.130648+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:38.092 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:41:38.882 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":2767244599},{"type":"v1","addr":"172.21.15.107:6801","nonce":2767244599}]},"active_addr":"172.21.15.107:6801/2767244599","active_change":"2024-05-04T22:36:18.379303+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.107: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.107:0","nonce":1050423773}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":3732343612}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":578279295}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":2226477490}]}]} 2024-05-04T22:41:38.889 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-04T22:41:38.889 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-04T22:41:38.889 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-04T22:41:39.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:38 smithi133 bash[22262]: cluster 2024-05-04T22:41:37.131169+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:39.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:38 smithi133 bash[22262]: cluster 2024-05-04T22:41:37.131169+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:39.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:38 smithi133 bash[22262]: audit 2024-05-04T22:41:38.083148+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.107:0/3371652333' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T22:41:39.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:38 smithi133 bash[22262]: audit 2024-05-04T22:41:38.083148+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.107:0/3371652333' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T22:41:39.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:38 smithi139 bash[22396]: cluster 2024-05-04T22:41:37.131169+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:38 smithi139 bash[22396]: cluster 2024-05-04T22:41:37.131169+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:38 smithi139 bash[22396]: audit 2024-05-04T22:41:38.083148+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.107:0/3371652333' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T22:41:39.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:38 smithi139 bash[22396]: audit 2024-05-04T22:41:38.083148+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.107:0/3371652333' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T22:41:39.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:38 smithi107 bash[21616]: cluster 2024-05-04T22:41:37.131169+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:38 smithi107 bash[21616]: cluster 2024-05-04T22:41:37.131169+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:38 smithi107 bash[21616]: audit 2024-05-04T22:41:38.083148+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.107:0/3371652333' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T22:41:39.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:38 smithi107 bash[21616]: audit 2024-05-04T22:41:38.083148+0000 mon.a (mon.0) 642 : audit [DBG] from='client.? 172.21.15.107:0/3371652333' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-04T22:41:40.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:39 smithi139 bash[22396]: audit 2024-05-04T22:41:38.855818+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.121 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:39 smithi139 bash[22396]: audit 2024-05-04T22:41:38.855818+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.122 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:39 smithi139 bash[22396]: audit 2024-05-04T22:41:38.867861+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.122 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:39 smithi139 bash[22396]: audit 2024-05-04T22:41:38.867861+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.122 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:39 smithi139 bash[22396]: audit 2024-05-04T22:41:38.880541+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.122 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:39 smithi139 bash[22396]: audit 2024-05-04T22:41:38.880541+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:39 smithi107 bash[21616]: audit 2024-05-04T22:41:38.855818+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:39 smithi107 bash[21616]: audit 2024-05-04T22:41:38.855818+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:39 smithi107 bash[21616]: audit 2024-05-04T22:41:38.867861+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:39 smithi107 bash[21616]: audit 2024-05-04T22:41:38.867861+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:39 smithi107 bash[21616]: audit 2024-05-04T22:41:38.880541+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:39 smithi107 bash[21616]: audit 2024-05-04T22:41:38.880541+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:39 smithi133 bash[22262]: audit 2024-05-04T22:41:38.855818+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:39 smithi133 bash[22262]: audit 2024-05-04T22:41:38.855818+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:39 smithi133 bash[22262]: audit 2024-05-04T22:41:38.867861+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:39 smithi133 bash[22262]: audit 2024-05-04T22:41:38.867861+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:39 smithi133 bash[22262]: audit 2024-05-04T22:41:38.880541+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:40.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:39 smithi133 bash[22262]: audit 2024-05-04T22:41:38.880541+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:41.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:40 smithi139 bash[22396]: cluster 2024-05-04T22:41:39.131600+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:41.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:40 smithi139 bash[22396]: cluster 2024-05-04T22:41:39.131600+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:41.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:40 smithi107 bash[21616]: cluster 2024-05-04T22:41:39.131600+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:41.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:40 smithi107 bash[21616]: cluster 2024-05-04T22:41:39.131600+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:41.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:40 smithi133 bash[22262]: cluster 2024-05-04T22:41:39.131600+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:41.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:40 smithi133 bash[22262]: cluster 2024-05-04T22:41:39.131600+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:42 smithi107 bash[21616]: cluster 2024-05-04T22:41:41.132095+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:42 smithi107 bash[21616]: cluster 2024-05-04T22:41:41.132095+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:42 smithi133 bash[22262]: cluster 2024-05-04T22:41:41.132095+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:42 smithi133 bash[22262]: cluster 2024-05-04T22:41:41.132095+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:42 smithi139 bash[22396]: cluster 2024-05-04T22:41:41.132095+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:42 smithi139 bash[22396]: cluster 2024-05-04T22:41:41.132095+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:43.610 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:41:45.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: cluster 2024-05-04T22:41:43.132703+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: cluster 2024-05-04T22:41:43.132703+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: audit 2024-05-04T22:41:43.947486+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: audit 2024-05-04T22:41:43.947486+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: audit 2024-05-04T22:41:43.953976+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: audit 2024-05-04T22:41:43.953976+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: audit 2024-05-04T22:41:43.960693+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:44 smithi107 bash[21616]: audit 2024-05-04T22:41:43.960693+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: cluster 2024-05-04T22:41:43.132703+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:45.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: cluster 2024-05-04T22:41:43.132703+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:45.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: audit 2024-05-04T22:41:43.947486+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: audit 2024-05-04T22:41:43.947486+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: audit 2024-05-04T22:41:43.953976+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: audit 2024-05-04T22:41:43.953976+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: audit 2024-05-04T22:41:43.960693+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:44 smithi133 bash[22262]: audit 2024-05-04T22:41:43.960693+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: cluster 2024-05-04T22:41:43.132703+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:45.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: cluster 2024-05-04T22:41:43.132703+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:45.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: audit 2024-05-04T22:41:43.947486+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: audit 2024-05-04T22:41:43.947486+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: audit 2024-05-04T22:41:43.953976+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: audit 2024-05-04T22:41:43.953976+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: audit 2024-05-04T22:41:43.960693+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:45.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:44 smithi139 bash[22396]: audit 2024-05-04T22:41:43.960693+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:46.671 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:41:46.671 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"fsid":"54763058-0a66-11ef-bc97-c7b262605968","created":"2024-05-04T22:35:07.762862+0000","modified":"2024-05-04T22:41:05.247431+0000","last_up_change":"2024-05-04T22:41:00.808816+0000","last_in_change":"2024-05-04T22:40:35.677227+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-04T22:41:02.612626+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":"22","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":"e7780612-3dee-425e-8d31-cd7216fd4aed","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.107:6802","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6803","nonce":1478277047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6805","nonce":1478277047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6809","nonce":1478277047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6807","nonce":1478277047}]},"public_addr":"172.21.15.107:6803/1478277047","cluster_addr":"172.21.15.107:6805/1478277047","heartbeat_back_addr":"172.21.15.107:6809/1478277047","heartbeat_front_addr":"172.21.15.107:6807/1478277047","state":["exists","up"]},{"osd":1,"uuid":"5b7cb3d7-c27f-472b-8abc-bc94bba44888","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6801","nonce":2303782293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6803","nonce":2303782293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6807","nonce":2303782293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6805","nonce":2303782293}]},"public_addr":"172.21.15.133:6801/2303782293","cluster_addr":"172.21.15.133:6803/2303782293","heartbeat_back_addr":"172.21.15.133:6807/2303782293","heartbeat_front_addr":"172.21.15.133:6805/2303782293","state":["exists","up"]},{"osd":2,"uuid":"eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d","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.139:6800","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6801","nonce":4087139678}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6803","nonce":4087139678}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6807","nonce":4087139678}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6805","nonce":4087139678}]},"public_addr":"172.21.15.139:6801/4087139678","cluster_addr":"172.21.15.139:6803/4087139678","heartbeat_back_addr":"172.21.15.139:6807/4087139678","heartbeat_front_addr":"172.21.15.139:6805/4087139678","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:39:16.940285+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:40:09.985663+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:40:59.182406+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:6801/3411148707":"2024-05-05T22:36:18.379066+0000","172.21.15.107:6800/3411148707":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/4264307153":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/3902102178":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/416973240":"2024-05-05T22:35:41.658830+0000","172.21.15.107:6800/2087320634":"2024-05-05T22:35:41.658830+0000","172.21.15.107:6801/2087320634":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/4162606254":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/2819041652":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/983179041":"2024-05-05T22:36:18.379066+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-04T22:41:47.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:46 smithi107 bash[21616]: cluster 2024-05-04T22:41:45.133244+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:47.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:46 smithi107 bash[21616]: cluster 2024-05-04T22:41:45.133244+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:46 smithi107 bash[21616]: audit 2024-05-04T22:41:46.672712+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.107:0/2105797502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:47.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:46 smithi107 bash[21616]: audit 2024-05-04T22:41:46.672712+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.107:0/2105797502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:47.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:46 smithi133 bash[22262]: cluster 2024-05-04T22:41:45.133244+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:47.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:46 smithi133 bash[22262]: cluster 2024-05-04T22:41:45.133244+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:47.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:46 smithi133 bash[22262]: audit 2024-05-04T22:41:46.672712+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.107:0/2105797502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:47.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:46 smithi133 bash[22262]: audit 2024-05-04T22:41:46.672712+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.107:0/2105797502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:46 smithi139 bash[22396]: cluster 2024-05-04T22:41:45.133244+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:46 smithi139 bash[22396]: cluster 2024-05-04T22:41:45.133244+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:46 smithi139 bash[22396]: audit 2024-05-04T22:41:46.672712+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.107:0/2105797502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:47.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:46 smithi139 bash[22396]: audit 2024-05-04T22:41:46.672712+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.107:0/2105797502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:47.444 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-04T22:41:47.445 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-04T22:41:49.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:48 smithi107 bash[21616]: cluster 2024-05-04T22:41:47.133879+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:49.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:48 smithi107 bash[21616]: cluster 2024-05-04T22:41:47.133879+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:49.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:48 smithi133 bash[22262]: cluster 2024-05-04T22:41:47.133879+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:49.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:48 smithi133 bash[22262]: cluster 2024-05-04T22:41:47.133879+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:49.304 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:48 smithi139 bash[22396]: cluster 2024-05-04T22:41:47.133879+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:49.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:48 smithi139 bash[22396]: cluster 2024-05-04T22:41:47.133879+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:51.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:50 smithi107 bash[21616]: cluster 2024-05-04T22:41:49.134547+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:51.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:50 smithi107 bash[21616]: cluster 2024-05-04T22:41:49.134547+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:51.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:50 smithi133 bash[22262]: cluster 2024-05-04T22:41:49.134547+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:51.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:50 smithi133 bash[22262]: cluster 2024-05-04T22:41:49.134547+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:51.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:50 smithi139 bash[22396]: cluster 2024-05-04T22:41:49.134547+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:51.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:50 smithi139 bash[22396]: cluster 2024-05-04T22:41:49.134547+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:52.168 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: cluster 2024-05-04T22:41:51.135114+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: cluster 2024-05-04T22:41:51.135114+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: audit 2024-05-04T22:41:52.908265+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: audit 2024-05-04T22:41:52.908265+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: audit 2024-05-04T22:41:52.916995+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: audit 2024-05-04T22:41:52.916995+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: audit 2024-05-04T22:41:52.927862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.219 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:52 smithi107 bash[21616]: audit 2024-05-04T22:41:52.927862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.255 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: cluster 2024-05-04T22:41:51.135114+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: cluster 2024-05-04T22:41:51.135114+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: audit 2024-05-04T22:41:52.908265+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: audit 2024-05-04T22:41:52.908265+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: audit 2024-05-04T22:41:52.916995+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: audit 2024-05-04T22:41:52.916995+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: audit 2024-05-04T22:41:52.927862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.256 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:52 smithi133 bash[22262]: audit 2024-05-04T22:41:52.927862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: cluster 2024-05-04T22:41:51.135114+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: cluster 2024-05-04T22:41:51.135114+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: audit 2024-05-04T22:41:52.908265+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: audit 2024-05-04T22:41:52.908265+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: audit 2024-05-04T22:41:52.916995+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: audit 2024-05-04T22:41:52.916995+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: audit 2024-05-04T22:41:52.927862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:53.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:52 smithi139 bash[22396]: audit 2024-05-04T22:41:52.927862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:41:55.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:54 smithi133 bash[22262]: cluster 2024-05-04T22:41:53.135500+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:55.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:54 smithi133 bash[22262]: cluster 2024-05-04T22:41:53.135500+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:55.251 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:54 smithi107 bash[21616]: cluster 2024-05-04T22:41:53.135500+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:55.251 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:54 smithi107 bash[21616]: cluster 2024-05-04T22:41:53.135500+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:55.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:54 smithi139 bash[22396]: cluster 2024-05-04T22:41:53.135500+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:55.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:54 smithi139 bash[22396]: cluster 2024-05-04T22:41:53.135500+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:55.640 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:41:55.640 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"fsid":"54763058-0a66-11ef-bc97-c7b262605968","created":"2024-05-04T22:35:07.762862+0000","modified":"2024-05-04T22:41:05.247431+0000","last_up_change":"2024-05-04T22:41:00.808816+0000","last_in_change":"2024-05-04T22:40:35.677227+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-04T22:41:02.612626+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":"22","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":"e7780612-3dee-425e-8d31-cd7216fd4aed","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.107:6802","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6803","nonce":1478277047}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6805","nonce":1478277047}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6809","nonce":1478277047}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1478277047},{"type":"v1","addr":"172.21.15.107:6807","nonce":1478277047}]},"public_addr":"172.21.15.107:6803/1478277047","cluster_addr":"172.21.15.107:6805/1478277047","heartbeat_back_addr":"172.21.15.107:6809/1478277047","heartbeat_front_addr":"172.21.15.107:6807/1478277047","state":["exists","up"]},{"osd":1,"uuid":"5b7cb3d7-c27f-472b-8abc-bc94bba44888","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6801","nonce":2303782293}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6803","nonce":2303782293}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6807","nonce":2303782293}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":2303782293},{"type":"v1","addr":"172.21.15.133:6805","nonce":2303782293}]},"public_addr":"172.21.15.133:6801/2303782293","cluster_addr":"172.21.15.133:6803/2303782293","heartbeat_back_addr":"172.21.15.133:6807/2303782293","heartbeat_front_addr":"172.21.15.133:6805/2303782293","state":["exists","up"]},{"osd":2,"uuid":"eb7b1a71-69d4-4169-9ded-bd7ad0c7cd5d","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.139:6800","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6801","nonce":4087139678}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6803","nonce":4087139678}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6807","nonce":4087139678}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":4087139678},{"type":"v1","addr":"172.21.15.139:6805","nonce":4087139678}]},"public_addr":"172.21.15.139:6801/4087139678","cluster_addr":"172.21.15.139:6803/4087139678","heartbeat_back_addr":"172.21.15.139:6807/4087139678","heartbeat_front_addr":"172.21.15.139:6805/4087139678","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:39:16.940285+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:40:09.985663+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-04T22:40:59.182406+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:6801/3411148707":"2024-05-05T22:36:18.379066+0000","172.21.15.107:6800/3411148707":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/4264307153":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/3902102178":"2024-05-05T22:36:18.379066+0000","172.21.15.107:0/416973240":"2024-05-05T22:35:41.658830+0000","172.21.15.107:6800/2087320634":"2024-05-05T22:35:41.658830+0000","172.21.15.107:6801/2087320634":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/4162606254":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/2819041652":"2024-05-05T22:35:41.658830+0000","172.21.15.107:0/983179041":"2024-05-05T22:36:18.379066+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-04T22:41:56.256 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:55 smithi107 bash[21616]: audit 2024-05-04T22:41:55.641380+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.107:0/1030335828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:56.257 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:55 smithi107 bash[21616]: audit 2024-05-04T22:41:55.641380+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.107:0/1030335828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:56.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:55 smithi133 bash[22262]: audit 2024-05-04T22:41:55.641380+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.107:0/1030335828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:56.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:55 smithi133 bash[22262]: audit 2024-05-04T22:41:55.641380+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.107:0/1030335828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:56.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:55 smithi139 bash[22396]: audit 2024-05-04T22:41:55.641380+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.107:0/1030335828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:56.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:55 smithi139 bash[22396]: audit 2024-05-04T22:41:55.641380+0000 mon.a (mon.0) 653 : audit [DBG] from='client.? 172.21.15.107:0/1030335828' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-04T22:41:56.727 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-04T22:41:56.728 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-04T22:41:56.728 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-04T22:41:57.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:56 smithi107 bash[21616]: cluster 2024-05-04T22:41:55.136122+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:57.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:56 smithi107 bash[21616]: cluster 2024-05-04T22:41:55.136122+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:57.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:56 smithi133 bash[22262]: cluster 2024-05-04T22:41:55.136122+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:57.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:56 smithi133 bash[22262]: cluster 2024-05-04T22:41:55.136122+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:57.304 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:56 smithi139 bash[22396]: cluster 2024-05-04T22:41:55.136122+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:57.304 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:56 smithi139 bash[22396]: cluster 2024-05-04T22:41:55.136122+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:59.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:58 smithi107 bash[21616]: cluster 2024-05-04T22:41:57.136748+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:59.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:41:58 smithi107 bash[21616]: cluster 2024-05-04T22:41:57.136748+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:59.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:58 smithi133 bash[22262]: cluster 2024-05-04T22:41:57.136748+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:59.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:41:58 smithi133 bash[22262]: cluster 2024-05-04T22:41:57.136748+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:59.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:58 smithi139 bash[22396]: cluster 2024-05-04T22:41:57.136748+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:41:59.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:41:58 smithi139 bash[22396]: cluster 2024-05-04T22:41:57.136748+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:00.436 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:00 smithi139 bash[22396]: audit 2024-05-04T22:41:59.081688+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.436 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:00 smithi139 bash[22396]: audit 2024-05-04T22:41:59.081688+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.436 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:00 smithi139 bash[22396]: audit 2024-05-04T22:41:59.091041+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.436 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:00 smithi139 bash[22396]: audit 2024-05-04T22:41:59.091041+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.436 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:00 smithi139 bash[22396]: audit 2024-05-04T22:41:59.102530+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.436 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:00 smithi139 bash[22396]: audit 2024-05-04T22:41:59.102530+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:00 smithi107 bash[21616]: audit 2024-05-04T22:41:59.081688+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:00 smithi107 bash[21616]: audit 2024-05-04T22:41:59.081688+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:00 smithi107 bash[21616]: audit 2024-05-04T22:41:59.091041+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:00 smithi107 bash[21616]: audit 2024-05-04T22:41:59.091041+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:00 smithi107 bash[21616]: audit 2024-05-04T22:41:59.102530+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:00 smithi107 bash[21616]: audit 2024-05-04T22:41:59.102530+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:00 smithi133 bash[22262]: audit 2024-05-04T22:41:59.081688+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:00 smithi133 bash[22262]: audit 2024-05-04T22:41:59.081688+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:00 smithi133 bash[22262]: audit 2024-05-04T22:41:59.091041+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:00 smithi133 bash[22262]: audit 2024-05-04T22:41:59.091041+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:00 smithi133 bash[22262]: audit 2024-05-04T22:41:59.102530+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:00.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:00 smithi133 bash[22262]: audit 2024-05-04T22:41:59.102530+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:01.435 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:01 smithi139 bash[22396]: cluster 2024-05-04T22:41:59.137255+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:01.435 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:01 smithi139 bash[22396]: cluster 2024-05-04T22:41:59.137255+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:01.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:01 smithi107 bash[21616]: cluster 2024-05-04T22:41:59.137255+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:01.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:01 smithi107 bash[21616]: cluster 2024-05-04T22:41:59.137255+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:01.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:01 smithi133 bash[22262]: cluster 2024-05-04T22:41:59.137255+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:01.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:01 smithi133 bash[22262]: cluster 2024-05-04T22:41:59.137255+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:01.616 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:01.616 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:01.616 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:03.199 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:03 smithi107 bash[21616]: cluster 2024-05-04T22:42:01.137723+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:03.199 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:03 smithi107 bash[21616]: cluster 2024-05-04T22:42:01.137723+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:03.403 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:03 smithi139 bash[22396]: cluster 2024-05-04T22:42:01.137723+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:03.403 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:03 smithi139 bash[22396]: cluster 2024-05-04T22:42:01.137723+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:03.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:03 smithi133 bash[22262]: cluster 2024-05-04T22:42:01.137723+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:03.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:03 smithi133 bash[22262]: cluster 2024-05-04T22:42:01.137723+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: cluster 2024-05-04T22:42:03.138239+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: cluster 2024-05-04T22:42:03.138239+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: audit 2024-05-04T22:42:04.134481+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: audit 2024-05-04T22:42:04.134481+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: audit 2024-05-04T22:42:04.143497+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: audit 2024-05-04T22:42:04.143497+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: audit 2024-05-04T22:42:04.154094+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:05 smithi107 bash[21616]: audit 2024-05-04T22:42:04.154094+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: cluster 2024-05-04T22:42:03.138239+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: cluster 2024-05-04T22:42:03.138239+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: audit 2024-05-04T22:42:04.134481+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: audit 2024-05-04T22:42:04.134481+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: audit 2024-05-04T22:42:04.143497+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: audit 2024-05-04T22:42:04.143497+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: audit 2024-05-04T22:42:04.154094+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:05 smithi133 bash[22262]: audit 2024-05-04T22:42:04.154094+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: cluster 2024-05-04T22:42:03.138239+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: cluster 2024-05-04T22:42:03.138239+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: audit 2024-05-04T22:42:04.134481+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: audit 2024-05-04T22:42:04.134481+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: audit 2024-05-04T22:42:04.143497+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: audit 2024-05-04T22:42:04.143497+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: audit 2024-05-04T22:42:04.154094+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:05.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:05 smithi139 bash[22396]: audit 2024-05-04T22:42:04.154094+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:07.347 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:07 smithi107 bash[21616]: cluster 2024-05-04T22:42:05.138845+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:07.347 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:07 smithi107 bash[21616]: cluster 2024-05-04T22:42:05.138845+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:07.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:07 smithi133 bash[22262]: cluster 2024-05-04T22:42:05.138845+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:07.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:07 smithi133 bash[22262]: cluster 2024-05-04T22:42:05.138845+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:07.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:07 smithi139 bash[22396]: cluster 2024-05-04T22:42:05.138845+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:07 smithi139 bash[22396]: cluster 2024-05-04T22:42:05.138845+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:08.406 INFO:teuthology.orchestra.run.smithi107.stdout:77309411344 2024-05-04T22:42:08.407 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-04T22:42:09.034 INFO:teuthology.orchestra.run.smithi107.stdout:34359738405 2024-05-04T22:42:09.035 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-04T22:42:09.189 INFO:teuthology.orchestra.run.smithi107.stdout:55834574874 2024-05-04T22:42:09.189 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-04T22:42:09.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:09 smithi107 bash[21616]: cluster 2024-05-04T22:42:07.139241+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:09.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:09 smithi107 bash[21616]: cluster 2024-05-04T22:42:07.139241+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:09.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:09 smithi133 bash[22262]: cluster 2024-05-04T22:42:07.139241+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:09.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:09 smithi133 bash[22262]: cluster 2024-05-04T22:42:07.139241+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:09.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:09 smithi139 bash[22396]: cluster 2024-05-04T22:42:07.139241+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:09.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:09 smithi139 bash[22396]: cluster 2024-05-04T22:42:07.139241+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:11 smithi107 bash[21616]: cluster 2024-05-04T22:42:09.139587+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:11 smithi107 bash[21616]: cluster 2024-05-04T22:42:09.139587+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:11.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:11 smithi133 bash[22262]: cluster 2024-05-04T22:42:09.139587+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:11.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:11 smithi133 bash[22262]: cluster 2024-05-04T22:42:09.139587+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:11.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:11 smithi139 bash[22396]: cluster 2024-05-04T22:42:09.139587+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:11 smithi139 bash[22396]: cluster 2024-05-04T22:42:09.139587+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:12.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:12 smithi133 bash[22262]: cluster 2024-05-04T22:42:11.139936+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:12.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:12 smithi133 bash[22262]: cluster 2024-05-04T22:42:11.139936+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:12.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:12 smithi107 bash[21616]: cluster 2024-05-04T22:42:11.139936+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:12.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:12 smithi107 bash[21616]: cluster 2024-05-04T22:42:11.139936+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:12 smithi139 bash[22396]: cluster 2024-05-04T22:42:11.139936+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:12 smithi139 bash[22396]: cluster 2024-05-04T22:42:11.139936+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:13.135 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:13.135 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:13.136 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.138675+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.138675+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.492 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: cluster 2024-05-04T22:42:13.140345+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: cluster 2024-05-04T22:42:13.140345+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.146260+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.146260+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.152915+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.152915+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.235667+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.235667+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.240857+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.240857+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.242560+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.242560+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.252594+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.493 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:14 smithi133 bash[22262]: audit 2024-05-04T22:42:13.252594+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.138675+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.138675+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: cluster 2024-05-04T22:42:13.140345+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: cluster 2024-05-04T22:42:13.140345+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.146260+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.146260+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.152915+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.152915+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.235667+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.235667+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.240857+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:42:14.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.240857+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:42:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.242560+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:42:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.242560+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:42:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.252594+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:14 smithi107 bash[21616]: audit 2024-05-04T22:42:13.252594+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.138675+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.138675+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: cluster 2024-05-04T22:42:13.140345+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: cluster 2024-05-04T22:42:13.140345+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.146260+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.146260+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.152915+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.152915+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.235667+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.235667+0000 mon.a (mon.0) 663 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.240857+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.240857+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.242560+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.242560+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.252594+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:14 smithi139 bash[22396]: audit 2024-05-04T22:42:13.252594+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:16.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:16 smithi107 bash[21616]: cluster 2024-05-04T22:42:15.140814+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:16.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:16 smithi107 bash[21616]: cluster 2024-05-04T22:42:15.140814+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:16.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:16 smithi133 bash[22262]: cluster 2024-05-04T22:42:15.140814+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:16.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:16 smithi133 bash[22262]: cluster 2024-05-04T22:42:15.140814+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:16.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:16 smithi139 bash[22396]: cluster 2024-05-04T22:42:15.140814+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:16.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:16 smithi139 bash[22396]: cluster 2024-05-04T22:42:15.140814+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:18.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:18 smithi107 bash[21616]: cluster 2024-05-04T22:42:17.141268+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:18.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:18 smithi107 bash[21616]: cluster 2024-05-04T22:42:17.141268+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:18.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:18 smithi133 bash[22262]: cluster 2024-05-04T22:42:17.141268+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:18.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:18 smithi133 bash[22262]: cluster 2024-05-04T22:42:17.141268+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:18.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:18 smithi139 bash[22396]: cluster 2024-05-04T22:42:17.141268+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:18.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:18 smithi139 bash[22396]: cluster 2024-05-04T22:42:17.141268+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:19.675 INFO:teuthology.orchestra.run.smithi107.stdout:55834574877 2024-05-04T22:42:20.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: cluster 2024-05-04T22:42:19.141839+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:20.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: cluster 2024-05-04T22:42:19.141839+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.288223+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.288223+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.294790+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.294790+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.302810+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.302810+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.677775+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.107:0/4117789198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T22:42:20.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:20 smithi133 bash[22262]: audit 2024-05-04T22:42:19.677775+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.107:0/4117789198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: cluster 2024-05-04T22:42:19.141839+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: cluster 2024-05-04T22:42:19.141839+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.288223+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.288223+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.294790+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.294790+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.302810+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.302810+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.677775+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.107:0/4117789198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T22:42:20.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:20 smithi139 bash[22396]: audit 2024-05-04T22:42:19.677775+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.107:0/4117789198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T22:42:20.750 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: cluster 2024-05-04T22:42:19.141839+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:20.750 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: cluster 2024-05-04T22:42:19.141839+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:20.750 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.288223+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.750 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.288223+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.751 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.294790+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.751 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.294790+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.751 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.302810+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.751 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.302810+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:20.751 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.677775+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.107:0/4117789198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T22:42:20.751 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:20 smithi107 bash[21616]: audit 2024-05-04T22:42:19.677775+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.107:0/4117789198' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-04T22:42:21.157 INFO:teuthology.orchestra.run.smithi107.stdout:77309411346 2024-05-04T22:42:21.249 INFO:teuthology.orchestra.run.smithi107.stdout:34359738407 2024-05-04T22:42:21.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:21 smithi107 bash[21616]: audit 2024-05-04T22:42:21.159957+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.107:0/1013696253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T22:42:21.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:21 smithi107 bash[21616]: audit 2024-05-04T22:42:21.159957+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.107:0/1013696253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T22:42:21.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:21 smithi107 bash[21616]: audit 2024-05-04T22:42:21.252157+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.107:0/3929804334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T22:42:21.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:21 smithi107 bash[21616]: audit 2024-05-04T22:42:21.252157+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.107:0/3929804334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T22:42:21.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:21 smithi139 bash[22396]: audit 2024-05-04T22:42:21.159957+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.107:0/1013696253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T22:42:21.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:21 smithi139 bash[22396]: audit 2024-05-04T22:42:21.159957+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.107:0/1013696253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T22:42:21.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:21 smithi139 bash[22396]: audit 2024-05-04T22:42:21.252157+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.107:0/3929804334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T22:42:21.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:21 smithi139 bash[22396]: audit 2024-05-04T22:42:21.252157+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.107:0/3929804334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T22:42:21.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:21 smithi133 bash[22262]: audit 2024-05-04T22:42:21.159957+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.107:0/1013696253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T22:42:21.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:21 smithi133 bash[22262]: audit 2024-05-04T22:42:21.159957+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.107:0/1013696253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-04T22:42:21.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:21 smithi133 bash[22262]: audit 2024-05-04T22:42:21.252157+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.107:0/3929804334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T22:42:21.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:21 smithi133 bash[22262]: audit 2024-05-04T22:42:21.252157+0000 mon.a (mon.0) 672 : audit [DBG] from='client.? 172.21.15.107:0/3929804334' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-04T22:42:22.102 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574877 for osd.1 2024-05-04T22:42:22.102 DEBUG:teuthology.parallel:result is None 2024-05-04T22:42:22.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:22 smithi107 bash[21616]: cluster 2024-05-04T22:42:21.142214+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:22.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:22 smithi107 bash[21616]: cluster 2024-05-04T22:42:21.142214+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:22.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:22 smithi139 bash[22396]: cluster 2024-05-04T22:42:21.142214+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:22.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:22 smithi139 bash[22396]: cluster 2024-05-04T22:42:21.142214+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:22.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:22 smithi133 bash[22262]: cluster 2024-05-04T22:42:21.142214+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:22.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:22 smithi133 bash[22262]: cluster 2024-05-04T22:42:21.142214+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:23.289 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-05-04T22:42:23.289 DEBUG:teuthology.parallel:result is None 2024-05-04T22:42:23.303 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-05-04T22:42:23.303 DEBUG:teuthology.parallel:result is None 2024-05-04T22:42:23.303 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-04T22:42:23.303 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-04T22:42:24.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: cluster 2024-05-04T22:42:23.142828+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:24.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: cluster 2024-05-04T22:42:23.142828+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: audit 2024-05-04T22:42:24.258957+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: audit 2024-05-04T22:42:24.258957+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: audit 2024-05-04T22:42:24.264433+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: audit 2024-05-04T22:42:24.264433+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: audit 2024-05-04T22:42:24.269241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:24 smithi107 bash[21616]: audit 2024-05-04T22:42:24.269241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: cluster 2024-05-04T22:42:23.142828+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: cluster 2024-05-04T22:42:23.142828+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: audit 2024-05-04T22:42:24.258957+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: audit 2024-05-04T22:42:24.258957+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: audit 2024-05-04T22:42:24.264433+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: audit 2024-05-04T22:42:24.264433+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: audit 2024-05-04T22:42:24.269241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:24 smithi139 bash[22396]: audit 2024-05-04T22:42:24.269241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: cluster 2024-05-04T22:42:23.142828+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:24.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: cluster 2024-05-04T22:42:23.142828+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:24.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: audit 2024-05-04T22:42:24.258957+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: audit 2024-05-04T22:42:24.258957+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: audit 2024-05-04T22:42:24.264433+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: audit 2024-05-04T22:42:24.264433+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: audit 2024-05-04T22:42:24.269241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:24.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:24 smithi133 bash[22262]: audit 2024-05-04T22:42:24.269241+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:26.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:26 smithi139 bash[22396]: cluster 2024-05-04T22:42:25.143400+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:26.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:26 smithi139 bash[22396]: cluster 2024-05-04T22:42:25.143400+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:26 smithi107 bash[21616]: cluster 2024-05-04T22:42:25.143400+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:26 smithi107 bash[21616]: cluster 2024-05-04T22:42:25.143400+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:26.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:26 smithi133 bash[22262]: cluster 2024-05-04T22:42:25.143400+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:26.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:26 smithi133 bash[22262]: cluster 2024-05-04T22:42:25.143400+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:27.359 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:28.717 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:28 smithi107 bash[21616]: cluster 2024-05-04T22:42:27.143959+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:28.717 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:28 smithi107 bash[21616]: cluster 2024-05-04T22:42:27.143959+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:28.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:28 smithi133 bash[22262]: cluster 2024-05-04T22:42:27.143959+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:28.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:28 smithi133 bash[22262]: cluster 2024-05-04T22:42:27.143959+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:28.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:28 smithi139 bash[22396]: cluster 2024-05-04T22:42:27.143959+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:28.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:28 smithi139 bash[22396]: cluster 2024-05-04T22:42:27.143959+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:30.333 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:42:30.336 INFO:teuthology.orchestra.run.smithi107.stderr:dumped all 2024-05-04T22:42:30.584 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:30 smithi107 bash[21616]: cluster 2024-05-04T22:42:29.144526+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:30.584 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:30 smithi107 bash[21616]: cluster 2024-05-04T22:42:29.144526+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:30.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:30 smithi133 bash[22262]: cluster 2024-05-04T22:42:29.144526+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:30.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:30 smithi133 bash[22262]: cluster 2024-05-04T22:42:29.144526+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:30.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:30 smithi139 bash[22396]: cluster 2024-05-04T22:42:29.144526+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:30.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:30 smithi139 bash[22396]: cluster 2024-05-04T22:42:29.144526+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:31.052 INFO:teuthology.orchestra.run.smithi107.stdout:{"pg_ready":true,"pg_map":{"version":201,"stamp":"2024-05-04T22:42:29.144201+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92236,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143220,"statfs":{"total":287985106944,"available":287890657280,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"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.003176"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":126,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-05-04T22:41:05.253840+0000","last_change":"2024-05-04T22:41:04.255602+0000","last_active":"2024-05-04T22:41:05.253840+0000","last_peered":"2024-05-04T22:41:05.253840+0000","last_clean":"2024-05-04T22:41:05.253840+0000","last_became_active":"2024-05-04T22:41:04.254790+0000","last_became_peered":"2024-05-04T22:41:04.254790+0000","last_unstale":"2024-05-04T22:41:05.253840+0000","last_undegraded":"2024-05-04T22:41:05.253840+0000","last_fullsized":"2024-05-04T22:41:05.253840+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-04T22:41:03.241140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-04T22:41:03.241140+0000","last_clean_scrub_stamp":"2024-05-04T22:41:03.241140+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-06T05:17:59.364134+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":32132,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-04T22:42:31.052 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-04T22:42:31.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:31 smithi107 bash[21616]: audit 2024-05-04T22:42:30.335941+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:31.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:31 smithi107 bash[21616]: audit 2024-05-04T22:42:30.335941+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:31.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:31 smithi133 bash[22262]: audit 2024-05-04T22:42:30.335941+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:31.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:31 smithi133 bash[22262]: audit 2024-05-04T22:42:30.335941+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:31.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:31 smithi139 bash[22396]: audit 2024-05-04T22:42:30.335941+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:31.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:31 smithi139 bash[22396]: audit 2024-05-04T22:42:30.335941+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:32.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:32 smithi139 bash[22396]: cluster 2024-05-04T22:42:31.145014+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:32.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:32 smithi139 bash[22396]: cluster 2024-05-04T22:42:31.145014+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:32.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:32 smithi107 bash[21616]: cluster 2024-05-04T22:42:31.145014+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:32.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:32 smithi107 bash[21616]: cluster 2024-05-04T22:42:31.145014+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:32.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:32 smithi133 bash[22262]: cluster 2024-05-04T22:42:31.145014+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:32.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:32 smithi133 bash[22262]: cluster 2024-05-04T22:42:31.145014+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: cluster 2024-05-04T22:42:33.145670+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: cluster 2024-05-04T22:42:33.145670+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: audit 2024-05-04T22:42:33.356366+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: audit 2024-05-04T22:42:33.356366+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: audit 2024-05-04T22:42:33.364845+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: audit 2024-05-04T22:42:33.364845+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: audit 2024-05-04T22:42:33.374784+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:34 smithi107 bash[21616]: audit 2024-05-04T22:42:33.374784+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: cluster 2024-05-04T22:42:33.145670+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: cluster 2024-05-04T22:42:33.145670+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: audit 2024-05-04T22:42:33.356366+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: audit 2024-05-04T22:42:33.356366+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: audit 2024-05-04T22:42:33.364845+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: audit 2024-05-04T22:42:33.364845+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: audit 2024-05-04T22:42:33.374784+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:34 smithi133 bash[22262]: audit 2024-05-04T22:42:33.374784+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: cluster 2024-05-04T22:42:33.145670+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: cluster 2024-05-04T22:42:33.145670+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: audit 2024-05-04T22:42:33.356366+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: audit 2024-05-04T22:42:33.356366+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: audit 2024-05-04T22:42:33.364845+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: audit 2024-05-04T22:42:33.364845+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: audit 2024-05-04T22:42:33.374784+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:34.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:34 smithi139 bash[22396]: audit 2024-05-04T22:42:33.374784+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:35.776 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:36.690 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:36 smithi107 bash[21616]: cluster 2024-05-04T22:42:35.146314+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:36.690 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:36 smithi107 bash[21616]: cluster 2024-05-04T22:42:35.146314+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:36.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:36 smithi133 bash[22262]: cluster 2024-05-04T22:42:35.146314+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:36.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:36 smithi133 bash[22262]: cluster 2024-05-04T22:42:35.146314+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:36.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:36 smithi139 bash[22396]: cluster 2024-05-04T22:42:35.146314+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:36.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:36 smithi139 bash[22396]: cluster 2024-05-04T22:42:35.146314+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:38.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:38 smithi107 bash[21616]: cluster 2024-05-04T22:42:37.146875+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:38.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:38 smithi107 bash[21616]: cluster 2024-05-04T22:42:37.146875+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:38.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:38 smithi133 bash[22262]: cluster 2024-05-04T22:42:37.146875+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:38.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:38 smithi133 bash[22262]: cluster 2024-05-04T22:42:37.146875+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:38.644 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:42:38.647 INFO:teuthology.orchestra.run.smithi107.stderr:dumped all 2024-05-04T22:42:38.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:38 smithi139 bash[22396]: cluster 2024-05-04T22:42:37.146875+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:38.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:38 smithi139 bash[22396]: cluster 2024-05-04T22:42:37.146875+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:39.633 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:39 smithi107 bash[21616]: audit 2024-05-04T22:42:38.645496+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:39.634 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:39 smithi107 bash[21616]: audit 2024-05-04T22:42:38.645496+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:39.634 INFO:teuthology.orchestra.run.smithi107.stdout:{"pg_ready":true,"pg_map":{"version":205,"stamp":"2024-05-04T22:42:37.146632+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92236,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281143220,"statfs":{"total":287985106944,"available":287890657280,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"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.003489"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":126,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-05-04T22:41:05.253840+0000","last_change":"2024-05-04T22:41:04.255602+0000","last_active":"2024-05-04T22:41:05.253840+0000","last_peered":"2024-05-04T22:41:05.253840+0000","last_clean":"2024-05-04T22:41:05.253840+0000","last_became_active":"2024-05-04T22:41:04.254790+0000","last_became_peered":"2024-05-04T22:41:04.254790+0000","last_unstale":"2024-05-04T22:41:05.253840+0000","last_undegraded":"2024-05-04T22:41:05.253840+0000","last_fullsized":"2024-05-04T22:41:05.253840+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-04T22:41:03.241140+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-04T22:41:03.241140+0000","last_clean_scrub_stamp":"2024-05-04T22:41:03.241140+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-06T05:17:59.364134+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":34359738411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-04T22:42:39.635 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-04T22:42:39.635 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-04T22:42:39.635 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-04T22:42:39.635 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-04T22:42:39.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:39 smithi133 bash[22262]: audit 2024-05-04T22:42:38.645496+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:39.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:39 smithi133 bash[22262]: audit 2024-05-04T22:42:38.645496+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:39.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:39 smithi139 bash[22396]: audit 2024-05-04T22:42:38.645496+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:39.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:39 smithi139 bash[22396]: audit 2024-05-04T22:42:38.645496+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-04T22:42:40.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: cluster 2024-05-04T22:42:39.147314+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:40.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: cluster 2024-05-04T22:42:39.147314+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:40.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: audit 2024-05-04T22:42:39.513653+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: audit 2024-05-04T22:42:39.513653+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: audit 2024-05-04T22:42:39.523205+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: audit 2024-05-04T22:42:39.523205+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: audit 2024-05-04T22:42:39.534274+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:40 smithi107 bash[21616]: audit 2024-05-04T22:42:39.534274+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: cluster 2024-05-04T22:42:39.147314+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:40.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: cluster 2024-05-04T22:42:39.147314+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:40.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: audit 2024-05-04T22:42:39.513653+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: audit 2024-05-04T22:42:39.513653+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: audit 2024-05-04T22:42:39.523205+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: audit 2024-05-04T22:42:39.523205+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: audit 2024-05-04T22:42:39.534274+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:40 smithi133 bash[22262]: audit 2024-05-04T22:42:39.534274+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: cluster 2024-05-04T22:42:39.147314+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: cluster 2024-05-04T22:42:39.147314+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: audit 2024-05-04T22:42:39.513653+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: audit 2024-05-04T22:42:39.513653+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: audit 2024-05-04T22:42:39.523205+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: audit 2024-05-04T22:42:39.523205+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: audit 2024-05-04T22:42:39.534274+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:40.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:40 smithi139 bash[22396]: audit 2024-05-04T22:42:39.534274+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:42.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:42 smithi133 bash[22262]: cluster 2024-05-04T22:42:41.147839+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:42.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:42 smithi133 bash[22262]: cluster 2024-05-04T22:42:41.147839+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:42.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:42 smithi139 bash[22396]: cluster 2024-05-04T22:42:41.147839+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:42.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:42 smithi139 bash[22396]: cluster 2024-05-04T22:42:41.147839+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:42.822 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:42 smithi107 bash[21616]: cluster 2024-05-04T22:42:41.147839+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:42.822 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:42 smithi107 bash[21616]: cluster 2024-05-04T22:42:41.147839+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: cluster 2024-05-04T22:42:43.148390+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: cluster 2024-05-04T22:42:43.148390+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: audit 2024-05-04T22:42:44.435480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: audit 2024-05-04T22:42:44.435480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: audit 2024-05-04T22:42:44.444564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: audit 2024-05-04T22:42:44.444564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: audit 2024-05-04T22:42:44.454764+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:44 smithi107 bash[21616]: audit 2024-05-04T22:42:44.454764+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.769 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: cluster 2024-05-04T22:42:43.148390+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: cluster 2024-05-04T22:42:43.148390+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: audit 2024-05-04T22:42:44.435480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: audit 2024-05-04T22:42:44.435480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: audit 2024-05-04T22:42:44.444564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: audit 2024-05-04T22:42:44.444564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: audit 2024-05-04T22:42:44.454764+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:44 smithi133 bash[22262]: audit 2024-05-04T22:42:44.454764+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: cluster 2024-05-04T22:42:43.148390+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: cluster 2024-05-04T22:42:43.148390+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: audit 2024-05-04T22:42:44.435480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: audit 2024-05-04T22:42:44.435480+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: audit 2024-05-04T22:42:44.444564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: audit 2024-05-04T22:42:44.444564+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: audit 2024-05-04T22:42:44.454764+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:44.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:44 smithi139 bash[22396]: audit 2024-05-04T22:42:44.454764+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:46.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:46 smithi107 bash[21616]: cluster 2024-05-04T22:42:45.148918+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:46.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:46 smithi107 bash[21616]: cluster 2024-05-04T22:42:45.148918+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:46.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:46 smithi133 bash[22262]: cluster 2024-05-04T22:42:45.148918+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:46.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:46 smithi133 bash[22262]: cluster 2024-05-04T22:42:45.148918+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:46.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:46 smithi139 bash[22396]: cluster 2024-05-04T22:42:45.148918+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:46.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:46 smithi139 bash[22396]: cluster 2024-05-04T22:42:45.148918+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:47.719 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-05-04T22:42:47.719 INFO:teuthology.orchestra.run.smithi107.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-04T22:42:48.458 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-04T22:42:48.458 INFO:tasks.cephadm:Setup complete, yielding 2024-05-04T22:42:48.458 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-04T22:42:48.469 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-05-04T22:42:48.469 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- bash -c 'ceph mgr module enable rgw' 2024-05-04T22:42:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:48 smithi107 bash[21616]: cluster 2024-05-04T22:42:47.149463+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:48 smithi107 bash[21616]: cluster 2024-05-04T22:42:47.149463+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:48 smithi107 bash[21616]: audit 2024-05-04T22:42:47.721677+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.107:0/1531661550' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T22:42:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:48 smithi107 bash[21616]: audit 2024-05-04T22:42:47.721677+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.107:0/1531661550' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T22:42:48.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:48 smithi133 bash[22262]: cluster 2024-05-04T22:42:47.149463+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:48.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:48 smithi133 bash[22262]: cluster 2024-05-04T22:42:47.149463+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:48.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:48 smithi133 bash[22262]: audit 2024-05-04T22:42:47.721677+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.107:0/1531661550' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T22:42:48.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:48 smithi133 bash[22262]: audit 2024-05-04T22:42:47.721677+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.107:0/1531661550' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T22:42:48.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:48 smithi139 bash[22396]: cluster 2024-05-04T22:42:47.149463+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:48.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:48 smithi139 bash[22396]: cluster 2024-05-04T22:42:47.149463+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:48.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:48 smithi139 bash[22396]: audit 2024-05-04T22:42:47.721677+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.107:0/1531661550' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T22:42:48.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:48 smithi139 bash[22396]: audit 2024-05-04T22:42:47.721677+0000 mon.a (mon.0) 685 : audit [DBG] from='client.? 172.21.15.107:0/1531661550' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-04T22:42:50.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:50 smithi133 bash[22262]: cluster 2024-05-04T22:42:49.149989+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:50.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:50 smithi133 bash[22262]: cluster 2024-05-04T22:42:49.149989+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:50.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:50 smithi139 bash[22396]: cluster 2024-05-04T22:42:49.149989+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:50.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:50 smithi139 bash[22396]: cluster 2024-05-04T22:42:49.149989+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:51.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:50 smithi107 bash[21616]: cluster 2024-05-04T22:42:49.149989+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:51.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:50 smithi107 bash[21616]: cluster 2024-05-04T22:42:49.149989+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:52.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:52 smithi133 bash[22262]: cluster 2024-05-04T22:42:51.150540+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:52.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:52 smithi133 bash[22262]: cluster 2024-05-04T22:42:51.150540+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:52.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:52 smithi139 bash[22396]: cluster 2024-05-04T22:42:51.150540+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:52.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:52 smithi139 bash[22396]: cluster 2024-05-04T22:42:51.150540+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:53.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:52 smithi107 bash[21616]: cluster 2024-05-04T22:42:51.150540+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:53.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:52 smithi107 bash[21616]: cluster 2024-05-04T22:42:51.150540+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:53.215 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:42:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: cluster 2024-05-04T22:42:53.151077+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: cluster 2024-05-04T22:42:53.151077+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: audit 2024-05-04T22:42:53.581954+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: audit 2024-05-04T22:42:53.581954+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: audit 2024-05-04T22:42:53.590665+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: audit 2024-05-04T22:42:53.590665+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: audit 2024-05-04T22:42:53.601017+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:54 smithi107 bash[21616]: audit 2024-05-04T22:42:53.601017+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: cluster 2024-05-04T22:42:53.151077+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: cluster 2024-05-04T22:42:53.151077+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: audit 2024-05-04T22:42:53.581954+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: audit 2024-05-04T22:42:53.581954+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: audit 2024-05-04T22:42:53.590665+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: audit 2024-05-04T22:42:53.590665+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: audit 2024-05-04T22:42:53.601017+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:54.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:54 smithi133 bash[22262]: audit 2024-05-04T22:42:53.601017+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: cluster 2024-05-04T22:42:53.151077+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: cluster 2024-05-04T22:42:53.151077+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: audit 2024-05-04T22:42:53.581954+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: audit 2024-05-04T22:42:53.581954+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: audit 2024-05-04T22:42:53.590665+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: audit 2024-05-04T22:42:53.590665+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: audit 2024-05-04T22:42:53.601017+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:55.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:54 smithi139 bash[22396]: audit 2024-05-04T22:42:53.601017+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.107:0/1999379387' entity='mgr.a' 2024-05-04T22:42:57.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21872]: ignoring --setuser ceph since I am not root 2024-05-04T22:42:57.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21872]: ignoring --setgroup ceph since I am not root 2024-05-04T22:42:57.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21872]: debug 2024-05-04T22:42:56.797+0000 7f50976d1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T22:42:57.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21616]: cluster 2024-05-04T22:42:55.151598+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:57.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21616]: cluster 2024-05-04T22:42:55.151598+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:57.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21616]: audit 2024-05-04T22:42:56.344426+0000 mon.a (mon.0) 689 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-04T22:42:57.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:56 smithi107 bash[21616]: audit 2024-05-04T22:42:56.344426+0000 mon.a (mon.0) 689 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-04T22:42:57.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[22262]: cluster 2024-05-04T22:42:55.151598+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[22262]: cluster 2024-05-04T22:42:55.151598+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[22262]: audit 2024-05-04T22:42:56.344426+0000 mon.a (mon.0) 689 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[22262]: audit 2024-05-04T22:42:56.344426+0000 mon.a (mon.0) 689 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[23331]: ignoring --setuser ceph since I am not root 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[23331]: ignoring --setgroup ceph since I am not root 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[23331]: debug 2024-05-04T22:42:56.652+0000 7f2974e59700 1 -- 172.21.15.133:0/1640580982 <== mon.2 v2:172.21.15.133:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561dfcaea5a0 con 0x561dfd86ec00 2024-05-04T22:42:57.046 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:56 smithi133 bash[23331]: debug 2024-05-04T22:42:56.800+0000 7f297ec4e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-04T22:42:57.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:56 smithi139 bash[22396]: cluster 2024-05-04T22:42:55.151598+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:57.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:56 smithi139 bash[22396]: cluster 2024-05-04T22:42:55.151598+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:42:57.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:56 smithi139 bash[22396]: audit 2024-05-04T22:42:56.344426+0000 mon.a (mon.0) 689 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-04T22:42:57.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:56 smithi139 bash[22396]: audit 2024-05-04T22:42:56.344426+0000 mon.a (mon.0) 689 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-05-04T22:42:57.396 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-05-04T22:42:57.428 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-05-04T22:42:57.429 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- ceph rgw realm bootstrap -i - 2024-05-04T22:42:57.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:57 smithi107 bash[21616]: audit 2024-05-04T22:42:56.586652+0000 mon.a (mon.0) 690 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-04T22:42:57.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:57 smithi107 bash[21616]: audit 2024-05-04T22:42:56.586652+0000 mon.a (mon.0) 690 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-04T22:42:57.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:57 smithi107 bash[21616]: cluster 2024-05-04T22:42:56.598795+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-04T22:42:57.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:42:57 smithi107 bash[21616]: cluster 2024-05-04T22:42:56.598795+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-04T22:42:58.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:57 smithi133 bash[22262]: audit 2024-05-04T22:42:56.586652+0000 mon.a (mon.0) 690 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-04T22:42:58.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:57 smithi133 bash[22262]: audit 2024-05-04T22:42:56.586652+0000 mon.a (mon.0) 690 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-04T22:42:58.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:57 smithi133 bash[22262]: cluster 2024-05-04T22:42:56.598795+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-04T22:42:58.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:42:57 smithi133 bash[22262]: cluster 2024-05-04T22:42:56.598795+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-04T22:42:58.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:57 smithi139 bash[22396]: audit 2024-05-04T22:42:56.586652+0000 mon.a (mon.0) 690 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-04T22:42:58.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:57 smithi139 bash[22396]: audit 2024-05-04T22:42:56.586652+0000 mon.a (mon.0) 690 : audit [INF] from='client.? 172.21.15.107:0/3585770823' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-05-04T22:42:58.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:57 smithi139 bash[22396]: cluster 2024-05-04T22:42:56.598795+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-04T22:42:58.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:42:57 smithi139 bash[22396]: cluster 2024-05-04T22:42:56.598795+0000 mon.a (mon.0) 691 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-04T22:42:58.722 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:58 smithi133 bash[23331]: debug 2024-05-04T22:42:58.375+0000 7f297ec4e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T22:42:58.722 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:58 smithi133 bash[23331]: debug 2024-05-04T22:42:58.471+0000 7f297ec4e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T22:42:58.761 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:58 smithi107 bash[21872]: debug 2024-05-04T22:42:58.401+0000 7f50976d1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-04T22:42:58.761 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:58 smithi107 bash[21872]: debug 2024-05-04T22:42:58.501+0000 7f50976d1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-04T22:42:59.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:58 smithi107 bash[21872]: debug 2024-05-04T22:42:58.761+0000 7f50976d1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T22:42:59.046 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:58 smithi133 bash[23331]: debug 2024-05-04T22:42:58.723+0000 7f297ec4e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-04T22:42:59.795 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:59 smithi133 bash[23331]: debug 2024-05-04T22:42:59.523+0000 7f297ec4e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T22:42:59.795 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:59 smithi133 bash[23331]: debug 2024-05-04T22:42:59.635+0000 7f297ec4e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T22:42:59.795 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:42:59 smithi133 bash[23331]: debug 2024-05-04T22:42:59.747+0000 7f297ec4e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T22:42:59.820 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:59 smithi107 bash[21872]: debug 2024-05-04T22:42:59.569+0000 7f50976d1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-04T22:42:59.820 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:59 smithi107 bash[21872]: debug 2024-05-04T22:42:59.681+0000 7f50976d1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-04T22:42:59.820 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:42:59 smithi107 bash[21872]: debug 2024-05-04T22:42:59.789+0000 7f50976d1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-04T22:43:00.512 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:00 smithi107 bash[21872]: debug 2024-05-04T22:43:00.161+0000 7f50976d1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T22:43:00.512 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:00 smithi107 bash[21872]: debug 2024-05-04T22:43:00.277+0000 7f50976d1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T22:43:00.512 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:00 smithi107 bash[21872]: debug 2024-05-04T22:43:00.385+0000 7f50976d1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T22:43:00.544 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:00 smithi133 bash[23331]: debug 2024-05-04T22:43:00.107+0000 7f297ec4e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-04T22:43:00.545 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:00 smithi133 bash[23331]: debug 2024-05-04T22:43:00.219+0000 7f297ec4e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-04T22:43:00.545 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:00 smithi133 bash[23331]: debug 2024-05-04T22:43:00.323+0000 7f297ec4e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-04T22:43:01.000 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:00 smithi107 bash[21872]: debug 2024-05-04T22:43:00.757+0000 7f50976d1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T22:43:01.045 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:00 smithi133 bash[23331]: debug 2024-05-04T22:43:00.683+0000 7f297ec4e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-04T22:43:01.045 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:00 smithi133 bash[23331]: debug 2024-05-04T22:43:00.927+0000 7f297ec4e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T22:43:01.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:01 smithi107 bash[21872]: debug 2024-05-04T22:43:00.997+0000 7f50976d1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-04T22:43:01.545 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:01 smithi133 bash[23331]: debug 2024-05-04T22:43:01.187+0000 7f297ec4e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T22:43:01.545 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:01 smithi133 bash[23331]: debug 2024-05-04T22:43:01.303+0000 7f297ec4e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T22:43:01.660 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:01 smithi107 bash[21872]: debug 2024-05-04T22:43:01.265+0000 7f50976d1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-04T22:43:01.661 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:01 smithi107 bash[21872]: debug 2024-05-04T22:43:01.381+0000 7f50976d1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-04T22:43:01.998 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:01 smithi133 bash[23331]: debug 2024-05-04T22:43:01.575+0000 7f297ec4e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T22:43:02.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:01 smithi107 bash[21872]: debug 2024-05-04T22:43:01.657+0000 7f50976d1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-04T22:43:02.295 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:02 smithi133 bash[23331]: debug 2024-05-04T22:43:01.999+0000 7f297ec4e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:43:02.295 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:02 smithi133 bash[23331]: debug 2024-05-04T22:43:02.235+0000 7f297ec4e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T22:43:02.440 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:02 smithi107 bash[21872]: debug 2024-05-04T22:43:02.073+0000 7f50976d1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:43:02.440 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:02 smithi107 bash[21872]: debug 2024-05-04T22:43:02.317+0000 7f50976d1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-04T22:43:02.660 INFO:teuthology.orchestra.run.smithi107.stdout:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:43:02.695 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:02 smithi107 bash[21872]: debug 2024-05-04T22:43:02.437+0000 7f50976d1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T22:43:02.795 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:02 smithi133 bash[23331]: debug 2024-05-04T22:43:02.355+0000 7f297ec4e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-04T22:43:02.795 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:02 smithi133 bash[23331]: debug 2024-05-04T22:43:02.603+0000 7f297ec4e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:43:03.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:02 smithi107 bash[21872]: debug 2024-05-04T22:43:02.693+0000 7f50976d1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-04T22:43:03.950 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:03 smithi107 bash[21872]: debug 2024-05-04T22:43:03.729+0000 7f50976d1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T22:43:03.950 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:03 smithi107 bash[21872]: debug 2024-05-04T22:43:03.849+0000 7f50976d1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T22:43:04.045 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:03 smithi133 bash[23331]: debug 2024-05-04T22:43:03.639+0000 7f297ec4e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-04T22:43:04.045 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:03 smithi133 bash[23331]: debug 2024-05-04T22:43:03.751+0000 7f297ec4e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-04T22:43:04.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:04 smithi107 bash[21872]: debug 2024-05-04T22:43:04.149+0000 7f50976d1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T22:43:04.443 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:04 smithi133 bash[23331]: debug 2024-05-04T22:43:04.047+0000 7f297ec4e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-04T22:43:04.443 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:04 smithi133 bash[23331]: debug 2024-05-04T22:43:04.159+0000 7f297ec4e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T22:43:04.555 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:04 smithi107 bash[21872]: debug 2024-05-04T22:43:04.269+0000 7f50976d1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-04T22:43:04.872 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:04 smithi107 bash[21872]: debug 2024-05-04T22:43:04.577+0000 7f50976d1200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T22:43:05.178 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21872]: debug 2024-05-04T22:43:05.049+0000 7f50976d1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T22:43:05.178 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.039437+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon b restarted 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.039437+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon b restarted 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.039606+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.039606+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.042544+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.042544+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.043759+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.043759+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.045237+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.045237+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.045739+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:43:05.179 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21616]: audit 2024-05-04T22:43:05.045739+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:43:05.295 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:04 smithi133 bash[23331]: debug 2024-05-04T22:43:04.443+0000 7f297ec4e200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-04T22:43:05.295 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:04 smithi133 bash[23331]: debug 2024-05-04T22:43:04.895+0000 7f297ec4e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-04T22:43:05.295 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[23331]: debug 2024-05-04T22:43:05.015+0000 7f297ec4e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T22:43:05.295 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.039437+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon b restarted 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.039437+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon b restarted 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.039606+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.039606+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.042544+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.042544+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.043759+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.043759+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.045237+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.045237+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.045739+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:43:05.296 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:05 smithi133 bash[22262]: audit 2024-05-04T22:43:05.045739+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.039437+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon b restarted 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.039437+0000 mon.a (mon.0) 692 : cluster [DBG] Standby manager daemon b restarted 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.039606+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.039606+0000 mon.a (mon.0) 693 : cluster [DBG] Standby manager daemon b started 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.042544+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.042544+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.043759+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.043759+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-04T22:43:05.400 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.045237+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:43:05.401 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.045237+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-04T22:43:05.401 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.045739+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:43:05.401 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:05 smithi139 bash[22396]: audit 2024-05-04T22:43:05.045739+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.133:0/2484797882' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-04T22:43:05.429 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:05 smithi107 bash[21872]: debug 2024-05-04T22:43:05.177+0000 7f50976d1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-04T22:43:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.101415+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-04T22:43:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.101415+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-04T22:43:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.202764+0000 mon.a (mon.0) 695 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:43:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.202764+0000 mon.a (mon.0) 695 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:43:06.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.203232+0000 mon.a (mon.0) 696 : cluster [INF] Activating manager daemon a 2024-05-04T22:43:06.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.203232+0000 mon.a (mon.0) 696 : cluster [INF] Activating manager daemon a 2024-05-04T22:43:06.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.213967+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-04T22:43:06.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.213967+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-04T22:43:06.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.214592+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0115611s), standbys: b 2024-05-04T22:43:06.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.214592+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0115611s), standbys: b 2024-05-04T22:43:06.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.218991+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:43:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.218991+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:43:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.219320+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:43:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.219320+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:43:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.219615+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:43:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.219615+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:43:06.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.220931+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:43:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.220931+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:43:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.221297+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:43:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.221297+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:43:06.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.221795+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:43:06.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.221795+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:43:06.518 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.222410+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:43:06.518 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.222410+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:43:06.518 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.222925+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:43:06.518 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.222925+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:43:06.518 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.223483+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:43:06.518 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.223483+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:43:06.519 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.223851+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:43:06.519 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.223851+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:43:06.519 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.224588+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:43:06.519 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.224588+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:43:06.519 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.254571+0000 mon.a (mon.0) 710 : cluster [INF] Manager daemon a is now available 2024-05-04T22:43:06.519 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cluster 2024-05-04T22:43:05.254571+0000 mon.a (mon.0) 710 : cluster [INF] Manager daemon a is now available 2024-05-04T22:43:06.520 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.283933+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:06.520 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.283933+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:06.520 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.286631+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:06.520 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.286631+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:06.520 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.293296+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.520 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.293296+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.521 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.293525+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.521 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.293525+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.521 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.297402+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.521 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.297402+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.521 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.298610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.521 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.298610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.303903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.303903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.307316+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:06.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.307316+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:06.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.309257+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:06.522 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.309257+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:06.523 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cephadm 2024-05-04T22:43:05.311728+0000 mgr.a (mgr.14367) 1 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:43:06.523 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cephadm 2024-05-04T22:43:05.311728+0000 mgr.a (mgr.14367) 1 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:43:06.523 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.312564+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:43:06.523 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.312564+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:43:06.523 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cephadm 2024-05-04T22:43:05.312664+0000 mgr.a (mgr.14367) 2 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:43:06.523 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cephadm 2024-05-04T22:43:05.312664+0000 mgr.a (mgr.14367) 2 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:43:06.524 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cephadm 2024-05-04T22:43:05.313026+0000 mgr.a (mgr.14367) 3 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:43:06.524 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: cephadm 2024-05-04T22:43:05.313026+0000 mgr.a (mgr.14367) 3 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:43:06.524 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.318883+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:43:06.524 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:06 smithi107 bash[21616]: audit 2024-05-04T22:43:05.318883+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:43:06.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.101415+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-04T22:43:06.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.101415+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.202764+0000 mon.a (mon.0) 695 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.202764+0000 mon.a (mon.0) 695 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.203232+0000 mon.a (mon.0) 696 : cluster [INF] Activating manager daemon a 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.203232+0000 mon.a (mon.0) 696 : cluster [INF] Activating manager daemon a 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.213967+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.213967+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.214592+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0115611s), standbys: b 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.214592+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0115611s), standbys: b 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.218991+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.218991+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.219320+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.219320+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:43:06.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.219615+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:43:06.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.219615+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:43:06.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.220931+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:43:06.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.220931+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:43:06.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.221297+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:43:06.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.221297+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:43:06.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.221795+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.221795+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.222410+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.222410+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.222925+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.222925+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.223483+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.223483+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.223851+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.223851+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.224588+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.224588+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.254571+0000 mon.a (mon.0) 710 : cluster [INF] Manager daemon a is now available 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cluster 2024-05-04T22:43:05.254571+0000 mon.a (mon.0) 710 : cluster [INF] Manager daemon a is now available 2024-05-04T22:43:06.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.283933+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.283933+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.286631+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.286631+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.293296+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.293296+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.293525+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.293525+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.297402+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.297402+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.298610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.298610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.303903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.303903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.307316+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.307316+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.309257+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.309257+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cephadm 2024-05-04T22:43:05.311728+0000 mgr.a (mgr.14367) 1 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cephadm 2024-05-04T22:43:05.311728+0000 mgr.a (mgr.14367) 1 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.312564+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.312564+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cephadm 2024-05-04T22:43:05.312664+0000 mgr.a (mgr.14367) 2 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cephadm 2024-05-04T22:43:05.312664+0000 mgr.a (mgr.14367) 2 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cephadm 2024-05-04T22:43:05.313026+0000 mgr.a (mgr.14367) 3 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: cephadm 2024-05-04T22:43:05.313026+0000 mgr.a (mgr.14367) 3 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.318883+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:43:06.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:06 smithi133 bash[22262]: audit 2024-05-04T22:43:05.318883+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.101415+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.101415+0000 mon.a (mon.0) 694 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.202764+0000 mon.a (mon.0) 695 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.202764+0000 mon.a (mon.0) 695 : cluster [INF] Active manager daemon a restarted 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.203232+0000 mon.a (mon.0) 696 : cluster [INF] Activating manager daemon a 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.203232+0000 mon.a (mon.0) 696 : cluster [INF] Activating manager daemon a 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.213967+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-04T22:43:06.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.213967+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.214592+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0115611s), standbys: b 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.214592+0000 mon.a (mon.0) 698 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0115611s), standbys: b 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.218991+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.218991+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.219320+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.219320+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.219615+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.219615+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.220931+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.220931+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.221297+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.221297+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.221795+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:43:06.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.221795+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.222410+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.222410+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.222925+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.222925+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.223483+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.223483+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.223851+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.223851+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.224588+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.224588+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.254571+0000 mon.a (mon.0) 710 : cluster [INF] Manager daemon a is now available 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cluster 2024-05-04T22:43:05.254571+0000 mon.a (mon.0) 710 : cluster [INF] Manager daemon a is now available 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.283933+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:06.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.283933+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.286631+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.286631+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.293296+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.293296+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.293525+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.293525+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.297402+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.297402+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.298610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.298610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.303903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.303903+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]': finished 2024-05-04T22:43:06.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.307316+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.307316+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.309257+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.309257+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cephadm 2024-05-04T22:43:05.311728+0000 mgr.a (mgr.14367) 1 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cephadm 2024-05-04T22:43:05.311728+0000 mgr.a (mgr.14367) 1 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.312564+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.312564+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cephadm 2024-05-04T22:43:05.312664+0000 mgr.a (mgr.14367) 2 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cephadm 2024-05-04T22:43:05.312664+0000 mgr.a (mgr.14367) 2 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cephadm 2024-05-04T22:43:05.313026+0000 mgr.a (mgr.14367) 3 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: cephadm 2024-05-04T22:43:05.313026+0000 mgr.a (mgr.14367) 3 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.conf 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.318883+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:43:06.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:06 smithi139 bash[22396]: audit 2024-05-04T22:43:05.318883+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.024946+0000 mgr.a (mgr.14367) 4 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTING 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.024946+0000 mgr.a (mgr.14367) 4 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTING 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.145878+0000 mgr.a (mgr.14367) 5 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on https://172.21.15.107:7151 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.145878+0000 mgr.a (mgr.14367) 5 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on https://172.21.15.107:7151 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.179246+0000 mgr.a (mgr.14367) 6 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.179246+0000 mgr.a (mgr.14367) 6 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.187071+0000 mgr.a (mgr.14367) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.187071+0000 mgr.a (mgr.14367) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.187497+0000 mgr.a (mgr.14367) 8 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.187497+0000 mgr.a (mgr.14367) 8 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cluster 2024-05-04T22:43:06.218757+0000 mon.a (mon.0) 722 : cluster [DBG] mgrmap e19: a(active, since 1.01574s), standbys: b 2024-05-04T22:43:07.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cluster 2024-05-04T22:43:06.218757+0000 mon.a (mon.0) 722 : cluster [DBG] mgrmap e19: a(active, since 1.01574s), standbys: b 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.219155+0000 mgr.a (mgr.14367) 9 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.219155+0000 mgr.a (mgr.14367) 9 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cluster 2024-05-04T22:43:06.232396+0000 mgr.a (mgr.14367) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cluster 2024-05-04T22:43:06.232396+0000 mgr.a (mgr.14367) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.249078+0000 mgr.a (mgr.14367) 11 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.249078+0000 mgr.a (mgr.14367) 11 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.249312+0000 mgr.a (mgr.14367) 12 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTED 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.249312+0000 mgr.a (mgr.14367) 12 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTED 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.394021+0000 mgr.a (mgr.14367) 13 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.394021+0000 mgr.a (mgr.14367) 13 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.404426+0000 mgr.a (mgr.14367) 14 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.404426+0000 mgr.a (mgr.14367) 14 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.404624+0000 mgr.a (mgr.14367) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.404624+0000 mgr.a (mgr.14367) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.569099+0000 mgr.a (mgr.14367) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.569099+0000 mgr.a (mgr.14367) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.608539+0000 mgr.a (mgr.14367) 17 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.608539+0000 mgr.a (mgr.14367) 17 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.619502+0000 mgr.a (mgr.14367) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: cephadm 2024-05-04T22:43:06.619502+0000 mgr.a (mgr.14367) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.739848+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.739848+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.745128+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.745128+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.776556+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.776556+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.783642+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.783642+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.788986+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.788986+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.794384+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.794384+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.799735+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.799735+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.804932+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.804932+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.888188+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:43:07.516 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:07 smithi107 bash[21616]: audit 2024-05-04T22:43:06.888188+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:43:07.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.024946+0000 mgr.a (mgr.14367) 4 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTING 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.024946+0000 mgr.a (mgr.14367) 4 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTING 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.145878+0000 mgr.a (mgr.14367) 5 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on https://172.21.15.107:7151 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.145878+0000 mgr.a (mgr.14367) 5 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on https://172.21.15.107:7151 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.179246+0000 mgr.a (mgr.14367) 6 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.179246+0000 mgr.a (mgr.14367) 6 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.187071+0000 mgr.a (mgr.14367) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.187071+0000 mgr.a (mgr.14367) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.187497+0000 mgr.a (mgr.14367) 8 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.187497+0000 mgr.a (mgr.14367) 8 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cluster 2024-05-04T22:43:06.218757+0000 mon.a (mon.0) 722 : cluster [DBG] mgrmap e19: a(active, since 1.01574s), standbys: b 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cluster 2024-05-04T22:43:06.218757+0000 mon.a (mon.0) 722 : cluster [DBG] mgrmap e19: a(active, since 1.01574s), standbys: b 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.219155+0000 mgr.a (mgr.14367) 9 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:07.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.219155+0000 mgr.a (mgr.14367) 9 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cluster 2024-05-04T22:43:06.232396+0000 mgr.a (mgr.14367) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cluster 2024-05-04T22:43:06.232396+0000 mgr.a (mgr.14367) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.249078+0000 mgr.a (mgr.14367) 11 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.249078+0000 mgr.a (mgr.14367) 11 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.249312+0000 mgr.a (mgr.14367) 12 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTED 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.249312+0000 mgr.a (mgr.14367) 12 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTED 2024-05-04T22:43:07.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.394021+0000 mgr.a (mgr.14367) 13 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.394021+0000 mgr.a (mgr.14367) 13 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.404426+0000 mgr.a (mgr.14367) 14 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.404426+0000 mgr.a (mgr.14367) 14 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.404624+0000 mgr.a (mgr.14367) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.404624+0000 mgr.a (mgr.14367) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.569099+0000 mgr.a (mgr.14367) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.569099+0000 mgr.a (mgr.14367) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.608539+0000 mgr.a (mgr.14367) 17 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.608539+0000 mgr.a (mgr.14367) 17 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.619502+0000 mgr.a (mgr.14367) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: cephadm 2024-05-04T22:43:06.619502+0000 mgr.a (mgr.14367) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.739848+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.739848+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.745128+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.745128+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.776556+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.776556+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.783642+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.783642+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.788986+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.788986+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.794384+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.794384+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.799735+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.799735+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.804932+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.804932+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.888188+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:43:07.550 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:07 smithi133 bash[22262]: audit 2024-05-04T22:43:06.888188+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:43:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.024946+0000 mgr.a (mgr.14367) 4 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTING 2024-05-04T22:43:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.024946+0000 mgr.a (mgr.14367) 4 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTING 2024-05-04T22:43:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.145878+0000 mgr.a (mgr.14367) 5 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on https://172.21.15.107:7151 2024-05-04T22:43:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.145878+0000 mgr.a (mgr.14367) 5 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on https://172.21.15.107:7151 2024-05-04T22:43:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.179246+0000 mgr.a (mgr.14367) 6 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.179246+0000 mgr.a (mgr.14367) 6 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.187071+0000 mgr.a (mgr.14367) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.187071+0000 mgr.a (mgr.14367) 7 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.187497+0000 mgr.a (mgr.14367) 8 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.187497+0000 mgr.a (mgr.14367) 8 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cluster 2024-05-04T22:43:06.218757+0000 mon.a (mon.0) 722 : cluster [DBG] mgrmap e19: a(active, since 1.01574s), standbys: b 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cluster 2024-05-04T22:43:06.218757+0000 mon.a (mon.0) 722 : cluster [DBG] mgrmap e19: a(active, since 1.01574s), standbys: b 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.219155+0000 mgr.a (mgr.14367) 9 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.219155+0000 mgr.a (mgr.14367) 9 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cluster 2024-05-04T22:43:06.232396+0000 mgr.a (mgr.14367) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cluster 2024-05-04T22:43:06.232396+0000 mgr.a (mgr.14367) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.249078+0000 mgr.a (mgr.14367) 11 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.249078+0000 mgr.a (mgr.14367) 11 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Serving on http://172.21.15.107:8765 2024-05-04T22:43:07.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.249312+0000 mgr.a (mgr.14367) 12 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTED 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.249312+0000 mgr.a (mgr.14367) 12 : cephadm [INF] [04/May/2024:22:43:06] ENGINE Bus STARTED 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.394021+0000 mgr.a (mgr.14367) 13 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.394021+0000 mgr.a (mgr.14367) 13 : cephadm [INF] Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.404426+0000 mgr.a (mgr.14367) 14 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.404426+0000 mgr.a (mgr.14367) 14 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.404624+0000 mgr.a (mgr.14367) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.404624+0000 mgr.a (mgr.14367) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.569099+0000 mgr.a (mgr.14367) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.569099+0000 mgr.a (mgr.14367) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.608539+0000 mgr.a (mgr.14367) 17 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.608539+0000 mgr.a (mgr.14367) 17 : cephadm [INF] Updating smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.619502+0000 mgr.a (mgr.14367) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: cephadm 2024-05-04T22:43:06.619502+0000 mgr.a (mgr.14367) 18 : cephadm [INF] Updating smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.739848+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.739848+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.745128+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.745128+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.776556+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.558 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.776556+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.783642+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.783642+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.788986+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.788986+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.794384+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.794384+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.799735+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.799735+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.804932+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.804932+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.888188+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:43:07.559 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:07 smithi139 bash[22396]: audit 2024-05-04T22:43:06.888188+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi107", "caps": []}]: dispatch 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: cluster 2024-05-04T22:43:07.222108+0000 mgr.a (mgr.14367) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: cluster 2024-05-04T22:43:07.222108+0000 mgr.a (mgr.14367) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: cluster 2024-05-04T22:43:07.226305+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: cluster 2024-05-04T22:43:07.226305+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: audit 2024-05-04T22:43:07.228772+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: audit 2024-05-04T22:43:07.228772+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-04T22:43:08.484 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: audit 2024-05-04T22:43:07.349423+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:43:08.485 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: audit 2024-05-04T22:43:07.349423+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:43:08.485 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: audit 2024-05-04T22:43:07.899036+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:08.485 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:08 smithi133 bash[22262]: audit 2024-05-04T22:43:07.899036+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: cluster 2024-05-04T22:43:07.222108+0000 mgr.a (mgr.14367) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: cluster 2024-05-04T22:43:07.222108+0000 mgr.a (mgr.14367) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: cluster 2024-05-04T22:43:07.226305+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: cluster 2024-05-04T22:43:07.226305+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: audit 2024-05-04T22:43:07.228772+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: audit 2024-05-04T22:43:07.228772+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: audit 2024-05-04T22:43:07.349423+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: audit 2024-05-04T22:43:07.349423+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: audit 2024-05-04T22:43:07.899036+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:08.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:08 smithi107 bash[21616]: audit 2024-05-04T22:43:07.899036+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: cluster 2024-05-04T22:43:07.222108+0000 mgr.a (mgr.14367) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: cluster 2024-05-04T22:43:07.222108+0000 mgr.a (mgr.14367) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: cluster 2024-05-04T22:43:07.226305+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: cluster 2024-05-04T22:43:07.226305+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: audit 2024-05-04T22:43:07.228772+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: audit 2024-05-04T22:43:07.228772+0000 mon.a (mon.0) 733 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: audit 2024-05-04T22:43:07.349423+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: audit 2024-05-04T22:43:07.349423+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi133", "caps": []}]: dispatch 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: audit 2024-05-04T22:43:07.899036+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:08.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:08 smithi139 bash[22396]: audit 2024-05-04T22:43:07.899036+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.304 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: cluster 2024-05-04T22:43:08.221383+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: cluster 2024-05-04T22:43:08.221383+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.222717+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.222717+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: cluster 2024-05-04T22:43:08.228656+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: cluster 2024-05-04T22:43:08.228656+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: cluster 2024-05-04T22:43:08.250068+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: cluster 2024-05-04T22:43:08.250068+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.356297+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.356297+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.415409+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.415409+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.305 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.484860+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.484860+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.515743+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.515743+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.670728+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.670728+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.674277+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.674277+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.683842+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.683842+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.906347+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.906347+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.907301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.907301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:09.306 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.914665+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:08.914665+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:09.024501+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:09.024501+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:09.053673+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:09.053673+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:09.191405+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.307 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:09 smithi139 bash[22396]: audit 2024-05-04T22:43:09.191405+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.458 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: cluster 2024-05-04T22:43:08.221383+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:09.458 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: cluster 2024-05-04T22:43:08.221383+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:09.458 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.222717+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-04T22:43:09.458 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.222717+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-04T22:43:09.458 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: cluster 2024-05-04T22:43:08.228656+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-04T22:43:09.458 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: cluster 2024-05-04T22:43:08.228656+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: cluster 2024-05-04T22:43:08.250068+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: cluster 2024-05-04T22:43:08.250068+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.356297+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.356297+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.415409+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.415409+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.484860+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.484860+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.515743+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.515743+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.670728+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.670728+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:09.459 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.674277+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.674277+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.683842+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.683842+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.906347+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.906347+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.907301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.907301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.914665+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:08.914665+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:09.024501+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:09.024501+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:09.053673+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:09.053673+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.460 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:09.191405+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.461 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:09 smithi133 bash[22262]: audit 2024-05-04T22:43:09.191405+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: cluster 2024-05-04T22:43:08.221383+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: cluster 2024-05-04T22:43:08.221383+0000 mon.a (mon.0) 736 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.222717+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.222717+0000 mon.a (mon.0) 737 : audit [INF] from='client.? 172.21.15.107:0/3961442382' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: cluster 2024-05-04T22:43:08.228656+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: cluster 2024-05-04T22:43:08.228656+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: cluster 2024-05-04T22:43:08.250068+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: cluster 2024-05-04T22:43:08.250068+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.356297+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.356297+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.415409+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.415409+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.484860+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.484860+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.515743+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.515743+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.670728+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.670728+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.674277+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.674277+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.683842+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.683842+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.906347+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.906347+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.907301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.907301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.914665+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:08.914665+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:09.024501+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:09.024501+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi139", "caps": []}]: dispatch 2024-05-04T22:43:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:09.053673+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:09.053673+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:09.191405+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:09.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:09 smithi107 bash[21616]: audit 2024-05-04T22:43:09.191405+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cephadm 2024-05-04T22:43:08.915384+0000 mgr.a (mgr.14367) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cephadm 2024-05-04T22:43:08.915384+0000 mgr.a (mgr.14367) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:09.222615+0000 mgr.a (mgr.14367) 21 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:09.222615+0000 mgr.a (mgr.14367) 21 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.233446+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.233446+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:09.242018+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:09.242018+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.315490+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.315490+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.420263+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.420263+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.919412+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:09.919412+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.046313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.046313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.055971+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.055971+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.067151+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.067151+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.181693+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.181693+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.190644+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.190644+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.191367+0000 mon.a (mon.0) 763 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:10.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.191367+0000 mon.a (mon.0) 763 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:10.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.191394+0000 mon.a (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:10.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.191394+0000 mon.a (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:10.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.217787+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-05-04T22:43:10.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.217787+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-05-04T22:43:10.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.224632+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.515 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:10 smithi107 bash[21616]: audit 2024-05-04T22:43:10.224632+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cephadm 2024-05-04T22:43:08.915384+0000 mgr.a (mgr.14367) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cephadm 2024-05-04T22:43:08.915384+0000 mgr.a (mgr.14367) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:09.222615+0000 mgr.a (mgr.14367) 21 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:09.222615+0000 mgr.a (mgr.14367) 21 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.233446+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.233446+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:09.242018+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:09.242018+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.315490+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.315490+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.542 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.420263+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.420263+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.919412+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:09.919412+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.046313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.046313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.055971+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.055971+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.067151+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.067151+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.181693+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.181693+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.190644+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.190644+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.543 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.191367+0000 mon.a (mon.0) 763 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.191367+0000 mon.a (mon.0) 763 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.191394+0000 mon.a (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.191394+0000 mon.a (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.217787+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.217787+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.224632+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.544 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:10 smithi139 bash[22396]: audit 2024-05-04T22:43:10.224632+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cephadm 2024-05-04T22:43:08.915384+0000 mgr.a (mgr.14367) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cephadm 2024-05-04T22:43:08.915384+0000 mgr.a (mgr.14367) 20 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:09.222615+0000 mgr.a (mgr.14367) 21 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:09.222615+0000 mgr.a (mgr.14367) 21 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.233446+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.233446+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:09.242018+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:09.242018+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.315490+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.315490+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.420263+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.547 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.420263+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.919412+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:09.919412+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.046313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.046313+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.055971+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.055971+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.067151+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.067151+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.181693+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.181693+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.190644+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.190644+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.191367+0000 mon.a (mon.0) 763 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.191367+0000 mon.a (mon.0) 763 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:10.548 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.191394+0000 mon.a (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:10.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.191394+0000 mon.a (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:10.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.217787+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-05-04T22:43:10.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.217787+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-05-04T22:43:10.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.224632+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:10.549 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:10 smithi133 bash[22262]: audit 2024-05-04T22:43:10.224632+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.255507+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: cluster 2024-05-04T22:43:10.255507+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:10.260442+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:10.260442+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:10.262775+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:10.262775+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:11.052027+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:11.052027+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:11.059291+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.502 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:11 smithi133 bash[22262]: audit 2024-05-04T22:43:11.059291+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.255507+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: cluster 2024-05-04T22:43:10.255507+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:10.260442+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:10.260442+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:10.262775+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:10.262775+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:11.052027+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:11.052027+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:11.059291+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:11 smithi107 bash[21616]: audit 2024-05-04T22:43:11.059291+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.255507+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-04T22:43:11.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: cluster 2024-05-04T22:43:10.255507+0000 mon.a (mon.0) 767 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-05-04T22:43:11.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:10.260442+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:10.260442+0000 mon.a (mon.0) 768 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:10.262775+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:10.262775+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-05-04T22:43:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:11.052027+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:11.052027+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:11.059291+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:11.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:11 smithi139 bash[22396]: audit 2024-05-04T22:43:11.059291+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: cluster 2024-05-04T22:43:11.223270+0000 mgr.a (mgr.14367) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-04T22:43:12.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: cluster 2024-05-04T22:43:11.223270+0000 mgr.a (mgr.14367) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: audit 2024-05-04T22:43:11.257501+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: audit 2024-05-04T22:43:11.257501+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: cluster 2024-05-04T22:43:11.261322+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: cluster 2024-05-04T22:43:11.261322+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: audit 2024-05-04T22:43:11.750965+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: audit 2024-05-04T22:43:11.750965+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: cluster 2024-05-04T22:43:12.057670+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: cluster 2024-05-04T22:43:12.057670+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: audit 2024-05-04T22:43:12.204572+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:12 smithi107 bash[21616]: audit 2024-05-04T22:43:12.204572+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: cluster 2024-05-04T22:43:11.223270+0000 mgr.a (mgr.14367) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-04T22:43:12.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: cluster 2024-05-04T22:43:11.223270+0000 mgr.a (mgr.14367) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-04T22:43:12.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: audit 2024-05-04T22:43:11.257501+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: audit 2024-05-04T22:43:11.257501+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: cluster 2024-05-04T22:43:11.261322+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: cluster 2024-05-04T22:43:11.261322+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: audit 2024-05-04T22:43:11.750965+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: audit 2024-05-04T22:43:11.750965+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: cluster 2024-05-04T22:43:12.057670+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: cluster 2024-05-04T22:43:12.057670+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: audit 2024-05-04T22:43:12.204572+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:12 smithi133 bash[22262]: audit 2024-05-04T22:43:12.204572+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: cluster 2024-05-04T22:43:11.223270+0000 mgr.a (mgr.14367) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: cluster 2024-05-04T22:43:11.223270+0000 mgr.a (mgr.14367) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 578 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 1.7 KiB/s wr, 7 op/s 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: audit 2024-05-04T22:43:11.257501+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: audit 2024-05-04T22:43:11.257501+0000 mon.a (mon.0) 771 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: cluster 2024-05-04T22:43:11.261322+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: cluster 2024-05-04T22:43:11.261322+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: audit 2024-05-04T22:43:11.750965+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: audit 2024-05-04T22:43:11.750965+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: cluster 2024-05-04T22:43:12.057670+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: cluster 2024-05-04T22:43:12.057670+0000 mon.a (mon.0) 774 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: audit 2024-05-04T22:43:12.204572+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:12.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:12 smithi139 bash[22396]: audit 2024-05-04T22:43:12.204572+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.424 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: cluster 2024-05-04T22:43:12.267510+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-04T22:43:13.424 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: cluster 2024-05-04T22:43:12.267510+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-04T22:43:13.424 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.275308+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.275308+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.282457+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.282457+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.606048+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.606048+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.948280+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:12.948280+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.098539+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.098539+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.108046+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.108046+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.118443+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.425 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.118443+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.426 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.263212+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-04T22:43:13.426 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: audit 2024-05-04T22:43:13.263212+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-04T22:43:13.426 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: cluster 2024-05-04T22:43:13.268892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-04T22:43:13.426 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:13 smithi139 bash[22396]: cluster 2024-05-04T22:43:13.268892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: cluster 2024-05-04T22:43:12.267510+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: cluster 2024-05-04T22:43:12.267510+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.275308+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.275308+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.282457+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.282457+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.606048+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.545 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.606048+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.948280+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:12.948280+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.098539+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.098539+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.108046+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.108046+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.118443+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.118443+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.263212+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: audit 2024-05-04T22:43:13.263212+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: cluster 2024-05-04T22:43:13.268892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-04T22:43:13.546 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:13 smithi133 bash[22262]: cluster 2024-05-04T22:43:13.268892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: cluster 2024-05-04T22:43:12.267510+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: cluster 2024-05-04T22:43:12.267510+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.275308+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.275308+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.282457+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.282457+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-05-04T22:43:13.559 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.606048+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.606048+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.948280+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:12.948280+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.098539+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.098539+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.108046+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.108046+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.118443+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.118443+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.263212+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: audit 2024-05-04T22:43:13.263212+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: cluster 2024-05-04T22:43:13.268892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-04T22:43:13.560 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:13 smithi107 bash[21616]: cluster 2024-05-04T22:43:13.268892+0000 mon.a (mon.0) 784 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-05-04T22:43:14.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: cluster 2024-05-04T22:43:13.223953+0000 mgr.a (mgr.14367) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: cluster 2024-05-04T22:43:13.223953+0000 mgr.a (mgr.14367) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:13.490582+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:13.490582+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:13.495392+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:13.495392+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:13.502637+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:13.502637+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: cluster 2024-05-04T22:43:14.288103+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: cluster 2024-05-04T22:43:14.288103+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.291590+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.291590+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.292867+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.292867+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.449232+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.449232+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.455271+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.455271+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.462713+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:14 smithi139 bash[22396]: audit 2024-05-04T22:43:14.462713+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: cluster 2024-05-04T22:43:13.223953+0000 mgr.a (mgr.14367) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: cluster 2024-05-04T22:43:13.223953+0000 mgr.a (mgr.14367) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:13.490582+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:13.490582+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:13.495392+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:13.495392+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:13.502637+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:13.502637+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: cluster 2024-05-04T22:43:14.288103+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: cluster 2024-05-04T22:43:14.288103+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.291590+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.291590+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.292867+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.292867+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.449232+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.449232+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.455271+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.455271+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.462713+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:14 smithi107 bash[21616]: audit 2024-05-04T22:43:14.462713+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: cluster 2024-05-04T22:43:13.223953+0000 mgr.a (mgr.14367) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: cluster 2024-05-04T22:43:13.223953+0000 mgr.a (mgr.14367) 23 : cluster [DBG] pgmap v13: 97 pgs: 32 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 54 KiB/s rd, 3.7 KiB/s wr, 34 op/s 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:13.490582+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:13.490582+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:13.495392+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:13.495392+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:13.502637+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:13.502637+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: cluster 2024-05-04T22:43:14.288103+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: cluster 2024-05-04T22:43:14.288103+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-05-04T22:43:14.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.291590+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.291590+0000 mon.a (mon.0) 789 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.292867+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.292867+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.449232+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.449232+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.455271+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.455271+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.462713+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:14.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:14 smithi133 bash[22262]: audit 2024-05-04T22:43:14.462713+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.493849+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.493849+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.496727+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.496727+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.497674+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.497674+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.503152+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:14.503152+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:15.282013+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:15.282013+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: cluster 2024-05-04T22:43:15.289144+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: cluster 2024-05-04T22:43:15.289144+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:15.293581+0000 mon.a (mon.0) 799 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:15.293581+0000 mon.a (mon.0) 799 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:15.294660+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:15 smithi107 bash[21616]: audit 2024-05-04T22:43:15.294660+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.782 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.493849+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:15.782 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.493849+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:15.782 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.496727+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:15.782 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.496727+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.497674+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.497674+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.503152+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:14.503152+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:15.282013+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:15.282013+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: cluster 2024-05-04T22:43:15.289144+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: cluster 2024-05-04T22:43:15.289144+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:15.293581+0000 mon.a (mon.0) 799 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:15.293581+0000 mon.a (mon.0) 799 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:15.294660+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.783 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:15 smithi133 bash[22262]: audit 2024-05-04T22:43:15.294660+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.493849+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.493849+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.496727+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.496727+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.497674+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.497674+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.503152+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:14.503152+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:15.282013+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:15.282013+0000 mon.a (mon.0) 797 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: cluster 2024-05-04T22:43:15.289144+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: cluster 2024-05-04T22:43:15.289144+0000 mon.a (mon.0) 798 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-05-04T22:43:15.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:15.293581+0000 mon.a (mon.0) 799 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:15.293581+0000 mon.a (mon.0) 799 : audit [INF] from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:15.294660+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:15.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:15 smithi139 bash[22396]: audit 2024-05-04T22:43:15.294660+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.107:0/1486685041' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-05-04T22:43:16.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: cluster 2024-05-04T22:43:15.224711+0000 mgr.a (mgr.14367) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 49 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-04T22:43:16.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: cluster 2024-05-04T22:43:15.224711+0000 mgr.a (mgr.14367) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 49 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-04T22:43:16.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.766342+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.766342+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.774317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.774317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.783229+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.783229+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.948539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.948539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.961898+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.961898+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.977771+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:15.977771+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:16.285409+0000 mon.a (mon.0) 806 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-04T22:43:16.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: audit 2024-05-04T22:43:16.285409+0000 mon.a (mon.0) 806 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-04T22:43:16.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: cluster 2024-05-04T22:43:16.290927+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-05-04T22:43:16.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:16 smithi107 bash[21616]: cluster 2024-05-04T22:43:16.290927+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-05-04T22:43:16.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: cluster 2024-05-04T22:43:15.224711+0000 mgr.a (mgr.14367) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 49 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-04T22:43:16.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: cluster 2024-05-04T22:43:15.224711+0000 mgr.a (mgr.14367) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 49 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-04T22:43:16.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.766342+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.766342+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.774317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.774317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.796 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.783229+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.783229+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.948539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.948539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.961898+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.961898+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.977771+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.797 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:15.977771+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:16.285409+0000 mon.a (mon.0) 806 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-04T22:43:16.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: audit 2024-05-04T22:43:16.285409+0000 mon.a (mon.0) 806 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-04T22:43:16.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: cluster 2024-05-04T22:43:16.290927+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-05-04T22:43:16.798 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:16 smithi133 bash[22262]: cluster 2024-05-04T22:43:16.290927+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-05-04T22:43:16.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: cluster 2024-05-04T22:43:15.224711+0000 mgr.a (mgr.14367) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 49 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-04T22:43:16.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: cluster 2024-05-04T22:43:15.224711+0000 mgr.a (mgr.14367) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 49 KiB/s rd, 2.0 KiB/s wr, 26 op/s 2024-05-04T22:43:16.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.766342+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.766342+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.774317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.774317+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.783229+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.783229+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.948539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.948539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.961898+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.806 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.961898+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.977771+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:15.977771+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:16.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:16.285409+0000 mon.a (mon.0) 806 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-04T22:43:16.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: audit 2024-05-04T22:43:16.285409+0000 mon.a (mon.0) 806 : audit [INF] from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-05-04T22:43:16.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: cluster 2024-05-04T22:43:16.290927+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-05-04T22:43:16.807 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:16 smithi139 bash[22396]: cluster 2024-05-04T22:43:16.290927+0000 mon.a (mon.0) 807 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-05-04T22:43:17.090 INFO:teuthology.orchestra.run.smithi107.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-05-04T22:43:17.764 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-04T22:43:17.773 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-05-04T22:43:17.773 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0963fa2bbe9b86a11c3a192ab0fbb3d382746c16 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 54763058-0a66-11ef-bc97-c7b262605968 -- bash -c 'set -e 2024-05-04T22:43:17.773 DEBUG:teuthology.orchestra.run.smithi107:> set -x 2024-05-04T22:43:17.773 DEBUG:teuthology.orchestra.run.smithi107:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-05-04T22:43:17.773 DEBUG:teuthology.orchestra.run.smithi107:> TOKENS=$(ceph rgw realm tokens) 2024-05-04T22:43:17.773 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-05-04T22:43:17.773 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-05-04T22:43:17.774 DEBUG:teuthology.orchestra.run.smithi107:> ' 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: cephadm 2024-05-04T22:43:17.087850+0000 mgr.a (mgr.14367) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: cephadm 2024-05-04T22:43:17.087850+0000 mgr.a (mgr.14367) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.092126+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.092126+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.098531+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.098531+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.105475+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.382 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.105475+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.110868+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.110868+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.124294+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.124294+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.126586+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.126586+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.127193+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.127193+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.132001+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.132001+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.134913+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.134913+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.136478+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:18.383 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.136478+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.144406+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.144406+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.146061+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: audit 2024-05-04T22:43:17.146061+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: cephadm 2024-05-04T22:43:17.147217+0000 mgr.a (mgr.14367) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi133.qjpuxg on smithi133 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: cephadm 2024-05-04T22:43:17.147217+0000 mgr.a (mgr.14367) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi133.qjpuxg on smithi133 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: cluster 2024-05-04T22:43:17.225094+0000 mgr.a (mgr.14367) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-04T22:43:18.384 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:18 smithi133 bash[22262]: cluster 2024-05-04T22:43:17.225094+0000 mgr.a (mgr.14367) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-04T22:43:18.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: cephadm 2024-05-04T22:43:17.087850+0000 mgr.a (mgr.14367) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: cephadm 2024-05-04T22:43:17.087850+0000 mgr.a (mgr.14367) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.092126+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.092126+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.098531+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.098531+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.105475+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.105475+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.110868+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.110868+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.124294+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.124294+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.126586+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.126586+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.127193+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.127193+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.132001+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.132001+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.134913+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.134913+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.136478+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.136478+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.144406+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.144406+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.146061+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: audit 2024-05-04T22:43:17.146061+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: cephadm 2024-05-04T22:43:17.147217+0000 mgr.a (mgr.14367) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi133.qjpuxg on smithi133 2024-05-04T22:43:18.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: cephadm 2024-05-04T22:43:17.147217+0000 mgr.a (mgr.14367) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi133.qjpuxg on smithi133 2024-05-04T22:43:18.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: cluster 2024-05-04T22:43:17.225094+0000 mgr.a (mgr.14367) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-04T22:43:18.517 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:18 smithi107 bash[21616]: cluster 2024-05-04T22:43:17.225094+0000 mgr.a (mgr.14367) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-04T22:43:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: cephadm 2024-05-04T22:43:17.087850+0000 mgr.a (mgr.14367) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: cephadm 2024-05-04T22:43:17.087850+0000 mgr.a (mgr.14367) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.092126+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.092126+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.098531+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.098531+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.105475+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.105475+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.110868+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.110868+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.124294+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.124294+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.126586+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.126586+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.127193+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.127193+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.132001+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.132001+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.556 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.134913+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.134913+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.136478+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.136478+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi133.qjpuxg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.144406+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.144406+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.146061+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: audit 2024-05-04T22:43:17.146061+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: cephadm 2024-05-04T22:43:17.147217+0000 mgr.a (mgr.14367) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi133.qjpuxg on smithi133 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: cephadm 2024-05-04T22:43:17.147217+0000 mgr.a (mgr.14367) 26 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi133.qjpuxg on smithi133 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: cluster 2024-05-04T22:43:17.225094+0000 mgr.a (mgr.14367) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-04T22:43:18.557 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:18 smithi139 bash[22396]: cluster 2024-05-04T22:43:17.225094+0000 mgr.a (mgr.14367) 27 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 255 B/s rd, 511 B/s wr, 1 op/s 2024-05-04T22:43:19.308 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:19 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:19.309 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:19 smithi133 bash[22262]: cluster 2024-05-04T22:43:18.142596+0000 mon.a (mon.0) 820 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:19.309 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:19 smithi133 bash[22262]: cluster 2024-05-04T22:43:18.142596+0000 mon.a (mon.0) 820 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:19.309 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:19 smithi133 bash[22262]: cluster 2024-05-04T22:43:18.142642+0000 mon.a (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:19.309 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:19 smithi133 bash[22262]: cluster 2024-05-04T22:43:18.142642+0000 mon.a (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:19.309 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:19 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:19.309 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:19 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:19.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:19 smithi107 bash[21616]: cluster 2024-05-04T22:43:18.142596+0000 mon.a (mon.0) 820 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:19.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:19 smithi107 bash[21616]: cluster 2024-05-04T22:43:18.142596+0000 mon.a (mon.0) 820 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:19.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:19 smithi107 bash[21616]: cluster 2024-05-04T22:43:18.142642+0000 mon.a (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:19.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:19 smithi107 bash[21616]: cluster 2024-05-04T22:43:18.142642+0000 mon.a (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:19.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:19 smithi139 bash[22396]: cluster 2024-05-04T22:43:18.142596+0000 mon.a (mon.0) 820 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:19.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:19 smithi139 bash[22396]: cluster 2024-05-04T22:43:18.142596+0000 mon.a (mon.0) 820 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-04T22:43:19.554 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:19 smithi139 bash[22396]: cluster 2024-05-04T22:43:18.142642+0000 mon.a (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:19.555 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:19 smithi139 bash[22396]: cluster 2024-05-04T22:43:18.142642+0000 mon.a (mon.0) 821 : cluster [INF] Cluster is now healthy 2024-05-04T22:43:19.569 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:19 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:19.570 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:19 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:19.570 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:19 smithi133 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:20.764 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: cluster 2024-05-04T22:43:19.225707+0000 mgr.a (mgr.14367) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 171 B/s rd, 343 B/s wr, 1 op/s 2024-05-04T22:43:20.764 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: cluster 2024-05-04T22:43:19.225707+0000 mgr.a (mgr.14367) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 171 B/s rd, 343 B/s wr, 1 op/s 2024-05-04T22:43:20.764 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.571168+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.764 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.571168+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.764 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.580513+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.580513+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.623716+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.623716+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.625388+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.625388+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.628195+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.628195+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.638999+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.638999+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.642801+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: audit 2024-05-04T22:43:19.642801+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: cephadm 2024-05-04T22:43:19.645022+0000 mgr.a (mgr.14367) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi139.zxnehs on smithi139 2024-05-04T22:43:20.765 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:20 smithi133 bash[22262]: cephadm 2024-05-04T22:43:19.645022+0000 mgr.a (mgr.14367) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi139.zxnehs on smithi139 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: cluster 2024-05-04T22:43:19.225707+0000 mgr.a (mgr.14367) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 171 B/s rd, 343 B/s wr, 1 op/s 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: cluster 2024-05-04T22:43:19.225707+0000 mgr.a (mgr.14367) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 171 B/s rd, 343 B/s wr, 1 op/s 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.571168+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.571168+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.580513+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.580513+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.821 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.623716+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.623716+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.625388+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.625388+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.628195+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.628195+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.638999+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.638999+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.642801+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: audit 2024-05-04T22:43:19.642801+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: cephadm 2024-05-04T22:43:19.645022+0000 mgr.a (mgr.14367) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi139.zxnehs on smithi139 2024-05-04T22:43:20.822 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:20 smithi139 bash[22396]: cephadm 2024-05-04T22:43:19.645022+0000 mgr.a (mgr.14367) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi139.zxnehs on smithi139 2024-05-04T22:43:21.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: cluster 2024-05-04T22:43:19.225707+0000 mgr.a (mgr.14367) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 171 B/s rd, 343 B/s wr, 1 op/s 2024-05-04T22:43:21.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: cluster 2024-05-04T22:43:19.225707+0000 mgr.a (mgr.14367) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 171 B/s rd, 343 B/s wr, 1 op/s 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.571168+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.571168+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.580513+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.580513+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.623716+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.623716+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.625388+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.625388+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.628195+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.628195+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi139.zxnehs", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.638999+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.638999+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.642801+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:21.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: audit 2024-05-04T22:43:19.642801+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: cephadm 2024-05-04T22:43:19.645022+0000 mgr.a (mgr.14367) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi139.zxnehs on smithi139 2024-05-04T22:43:21.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:20 smithi107 bash[21616]: cephadm 2024-05-04T22:43:19.645022+0000 mgr.a (mgr.14367) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi139.zxnehs on smithi139 2024-05-04T22:43:21.801 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:21 smithi139 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:21.801 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:21 smithi139 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:22.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:21 smithi139 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:22.054 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:21 smithi139 systemd[1]: /etc/systemd/system/ceph-54763058-0a66-11ef-bc97-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-05-04T22:43:22.496 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/mon.a/config 2024-05-04T22:43:23.000 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: cluster 2024-05-04T22:43:21.226906+0000 mgr.a (mgr.14367) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 3.7 KiB/s wr, 62 op/s 2024-05-04T22:43:23.000 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: cluster 2024-05-04T22:43:21.226906+0000 mgr.a (mgr.14367) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 3.7 KiB/s wr, 62 op/s 2024-05-04T22:43:23.000 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.080518+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.000 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.080518+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.000 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.090551+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.001 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.090551+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.001 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.123518+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.001 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.123518+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.001 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.125271+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.001 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:22 smithi139 bash[22396]: audit 2024-05-04T22:43:22.125271+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: cluster 2024-05-04T22:43:21.226906+0000 mgr.a (mgr.14367) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 3.7 KiB/s wr, 62 op/s 2024-05-04T22:43:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: cluster 2024-05-04T22:43:21.226906+0000 mgr.a (mgr.14367) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 3.7 KiB/s wr, 62 op/s 2024-05-04T22:43:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.080518+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.080518+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.090551+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.090551+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.123518+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.123518+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.125271+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:22 smithi107 bash[21616]: audit 2024-05-04T22:43:22.125271+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: cluster 2024-05-04T22:43:21.226906+0000 mgr.a (mgr.14367) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 3.7 KiB/s wr, 62 op/s 2024-05-04T22:43:23.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: cluster 2024-05-04T22:43:21.226906+0000 mgr.a (mgr.14367) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 583 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 3.7 KiB/s wr, 62 op/s 2024-05-04T22:43:23.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.080518+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.080518+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.090551+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.090551+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.123518+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.123518+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.125271+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.047 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:22 smithi133 bash[22262]: audit 2024-05-04T22:43:22.125271+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.127851+0000 mgr.a (mgr.14367) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.127851+0000 mgr.a (mgr.14367) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.932249+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.932249+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.938256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.938256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.944589+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.944589+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.950553+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.950553+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.954404+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.908 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:22.954404+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.051636+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.051636+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.054735+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.054735+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.055584+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.055584+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.556007+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.556007+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.563930+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.909 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:23 smithi139 bash[22396]: audit 2024-05-04T22:43:23.563930+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.945 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.127851+0000 mgr.a (mgr.14367) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.127851+0000 mgr.a (mgr.14367) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.932249+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.932249+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.938256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.938256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.944589+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.944589+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.950553+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.950553+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.954404+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:22.954404+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.051636+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.051636+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:23.946 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.054735+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.054735+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.055584+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.055584+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.556007+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.556007+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.563930+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:23.947 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:23 smithi107 bash[21616]: audit 2024-05-04T22:43:23.563930+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.127851+0000 mgr.a (mgr.14367) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.127851+0000 mgr.a (mgr.14367) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiVlhXSDdaOEhYVUYzSFdISE4xRUkiLAogICAgInNlY3JldCI6ICJWMGpGMUJibWdmRDJubThpaGJmeVlOaXRhQVp2OXV0Mk44VzVodllZIgp9", "zone_endpoints": ["http://smithi133:5500", "http://smithi139:5500"]}]: dispatch 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.932249+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.932249+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.938256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.938256+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.944589+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.944589+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.950553+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.950553+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.954404+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:22.954404+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.051636+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.051636+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.054735+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.054735+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.055584+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.055584+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.556007+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.556007+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.563930+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:23 smithi133 bash[22262]: audit 2024-05-04T22:43:23.563930+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.844 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cephadm 2024-05-04T22:43:22.946182+0000 mgr.a (mgr.14367) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:24.844 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cephadm 2024-05-04T22:43:22.946182+0000 mgr.a (mgr.14367) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:24.844 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.060887+0000 mgr.a (mgr.14367) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:24.844 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.060887+0000 mgr.a (mgr.14367) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:24.844 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cluster 2024-05-04T22:43:23.227893+0000 mgr.a (mgr.14367) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 7.2 KiB/s wr, 137 op/s 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cluster 2024-05-04T22:43:23.227893+0000 mgr.a (mgr.14367) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 7.2 KiB/s wr, 137 op/s 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.573211+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.573211+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.575685+0000 mgr.a (mgr.14367) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.575685+0000 mgr.a (mgr.14367) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.684014+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.684014+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.686493+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.686493+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.687210+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.687210+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.954310+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:24.845 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:24 smithi139 bash[22396]: audit 2024-05-04T22:43:23.954310+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cephadm 2024-05-04T22:43:22.946182+0000 mgr.a (mgr.14367) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cephadm 2024-05-04T22:43:22.946182+0000 mgr.a (mgr.14367) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.060887+0000 mgr.a (mgr.14367) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.060887+0000 mgr.a (mgr.14367) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cluster 2024-05-04T22:43:23.227893+0000 mgr.a (mgr.14367) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 7.2 KiB/s wr, 137 op/s 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cluster 2024-05-04T22:43:23.227893+0000 mgr.a (mgr.14367) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 7.2 KiB/s wr, 137 op/s 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.573211+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.573211+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.575685+0000 mgr.a (mgr.14367) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.575685+0000 mgr.a (mgr.14367) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.684014+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.684014+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.686493+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.686493+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.687210+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.687210+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.954310+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:24 smithi107 bash[21616]: audit 2024-05-04T22:43:23.954310+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cephadm 2024-05-04T22:43:22.946182+0000 mgr.a (mgr.14367) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:25.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cephadm 2024-05-04T22:43:22.946182+0000 mgr.a (mgr.14367) 32 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-05-04T22:43:25.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.060887+0000 mgr.a (mgr.14367) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.060887+0000 mgr.a (mgr.14367) 33 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cluster 2024-05-04T22:43:23.227893+0000 mgr.a (mgr.14367) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 7.2 KiB/s wr, 137 op/s 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cluster 2024-05-04T22:43:23.227893+0000 mgr.a (mgr.14367) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 63 KiB/s rd, 7.2 KiB/s wr, 137 op/s 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.573211+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.573211+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.575685+0000 mgr.a (mgr.14367) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.575685+0000 mgr.a (mgr.14367) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.684014+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.684014+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.686493+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.686493+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.687210+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.687210+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.954310+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:24 smithi133 bash[22262]: audit 2024-05-04T22:43:23.954310+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.581 INFO:teuthology.orchestra.run.smithi107.stderr:+ true 2024-05-04T22:43:25.582 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph rgw realm tokens 2024-05-04T22:43:25.582 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r '.[0].token' 2024-05-04T22:43:25.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:25 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.692244+0000 mgr.a (mgr.14367) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:25 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.692244+0000 mgr.a (mgr.14367) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:25 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.954850+0000 mgr.a (mgr.14367) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:25 smithi133 bash[22262]: cephadm 2024-05-04T22:43:23.954850+0000 mgr.a (mgr.14367) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:25 smithi133 bash[22262]: audit 2024-05-04T22:43:25.314963+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:25 smithi133 bash[22262]: audit 2024-05-04T22:43:25.314963+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:25 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.692244+0000 mgr.a (mgr.14367) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:25 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.692244+0000 mgr.a (mgr.14367) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:25.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:25 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.954850+0000 mgr.a (mgr.14367) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:25 smithi139 bash[22396]: cephadm 2024-05-04T22:43:23.954850+0000 mgr.a (mgr.14367) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:25.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:25 smithi139 bash[22396]: audit 2024-05-04T22:43:25.314963+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:25.805 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:25 smithi139 bash[22396]: audit 2024-05-04T22:43:25.314963+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:26.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:25 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.692244+0000 mgr.a (mgr.14367) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:26.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:25 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.692244+0000 mgr.a (mgr.14367) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-05-04T22:43:26.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:25 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.954850+0000 mgr.a (mgr.14367) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:26.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:25 smithi107 bash[21616]: cephadm 2024-05-04T22:43:23.954850+0000 mgr.a (mgr.14367) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-04T22:43:26.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:25 smithi107 bash[21616]: audit 2024-05-04T22:43:25.314963+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:26.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:25 smithi107 bash[21616]: audit 2024-05-04T22:43:25.314963+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:26.353 INFO:teuthology.orchestra.run.smithi107.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ== 2024-05-04T22:43:26.353 INFO:teuthology.orchestra.run.smithi107.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ== 2024-05-04T22:43:26.353 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ== 2024-05-04T22:43:26.354 INFO:teuthology.orchestra.run.smithi107.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ== '!=' 'master zone has no endpoint' ']' 2024-05-04T22:43:26.354 INFO:teuthology.orchestra.run.smithi107.stderr:+ break 2024-05-04T22:43:26.354 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph rgw realm tokens 2024-05-04T22:43:26.794 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:26 smithi133 bash[22262]: cluster 2024-05-04T22:43:25.228643+0000 mgr.a (mgr.14367) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 51 KiB/s rd, 5.8 KiB/s wr, 110 op/s 2024-05-04T22:43:26.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:26 smithi133 bash[22262]: cluster 2024-05-04T22:43:25.228643+0000 mgr.a (mgr.14367) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 51 KiB/s rd, 5.8 KiB/s wr, 110 op/s 2024-05-04T22:43:26.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:26 smithi139 bash[22396]: cluster 2024-05-04T22:43:25.228643+0000 mgr.a (mgr.14367) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 51 KiB/s rd, 5.8 KiB/s wr, 110 op/s 2024-05-04T22:43:26.804 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:26 smithi139 bash[22396]: cluster 2024-05-04T22:43:25.228643+0000 mgr.a (mgr.14367) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 51 KiB/s rd, 5.8 KiB/s wr, 110 op/s 2024-05-04T22:43:27.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:26 smithi107 bash[21616]: cluster 2024-05-04T22:43:25.228643+0000 mgr.a (mgr.14367) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 51 KiB/s rd, 5.8 KiB/s wr, 110 op/s 2024-05-04T22:43:27.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:26 smithi107 bash[21616]: cluster 2024-05-04T22:43:25.228643+0000 mgr.a (mgr.14367) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 51 KiB/s rd, 5.8 KiB/s wr, 110 op/s 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr:+ TOKENS='[ 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr: { 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr: "realm": "myrealm1", 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ==" 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr: } 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr:]' 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ=="' '}' ']' 2024-05-04T22:43:27.109 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-05-04T22:43:27.111 INFO:teuthology.orchestra.run.smithi107.stdout:true 2024-05-04T22:43:27.111 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ=="' '}' ']' 2024-05-04T22:43:27.111 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status '.[0].token' 2024-05-04T22:43:27.113 INFO:teuthology.orchestra.run.smithi107.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogImQ5ZTFkZGU3LTgxZDgtNGFmNC04NzcxLTUxYjNhN2U1NGIwNCIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMzo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlZYV0g3WjhIWFVGM0hXSEhOMUVJIiwKICAgICJzZWNyZXQiOiAiVjBqRjFCYm1nZkQybm04aWhiZnlZTml0YUFadjl1dDJOOFc1aHZZWSIKfQ==" 2024-05-04T22:43:27.114 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph rgw realm tokens 2024-05-04T22:43:27.114 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r '.[0].token' 2024-05-04T22:43:27.114 INFO:teuthology.orchestra.run.smithi107.stderr:++ base64 --decode 2024-05-04T22:43:27.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:27 smithi133 bash[22262]: audit 2024-05-04T22:43:25.956521+0000 mgr.a (mgr.14367) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:27.795 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:27 smithi133 bash[22262]: audit 2024-05-04T22:43:25.956521+0000 mgr.a (mgr.14367) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:27.868 INFO:teuthology.orchestra.run.smithi107.stderr:+ TOKEN_JSON='{ 2024-05-04T22:43:27.868 INFO:teuthology.orchestra.run.smithi107.stderr: "realm_name": "myrealm1", 2024-05-04T22:43:27.868 INFO:teuthology.orchestra.run.smithi107.stderr: "realm_id": "d9e1dde7-81d8-4af4-8771-51b3a7e54b04", 2024-05-04T22:43:27.868 INFO:teuthology.orchestra.run.smithi107.stderr: "endpoint": "http://smithi133:5500", 2024-05-04T22:43:27.869 INFO:teuthology.orchestra.run.smithi107.stderr: "access_key": "VXWH7Z8HXUF3HWHHN1EI", 2024-05-04T22:43:27.869 INFO:teuthology.orchestra.run.smithi107.stderr: "secret": "V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY" 2024-05-04T22:43:27.869 INFO:teuthology.orchestra.run.smithi107.stderr:}' 2024-05-04T22:43:27.869 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"d9e1dde7-81d8-4af4-8771-51b3a7e54b04",' '"endpoint":' '"http://smithi133:5500",' '"access_key":' '"VXWH7Z8HXUF3HWHHN1EI",' '"secret":' '"V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY"' '}' 2024-05-04T22:43:27.869 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-05-04T22:43:27.870 INFO:teuthology.orchestra.run.smithi107.stdout:true 2024-05-04T22:43:27.871 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"d9e1dde7-81d8-4af4-8771-51b3a7e54b04",' '"endpoint":' '"http://smithi133:5500",' '"access_key":' '"VXWH7Z8HXUF3HWHHN1EI",' '"secret":' '"V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY"' '}' 2024-05-04T22:43:27.871 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-05-04T22:43:27.873 INFO:teuthology.orchestra.run.smithi107.stdout:true 2024-05-04T22:43:27.874 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"d9e1dde7-81d8-4af4-8771-51b3a7e54b04",' '"endpoint":' '"http://smithi133:5500",' '"access_key":' '"VXWH7Z8HXUF3HWHHN1EI",' '"secret":' '"V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY"' '}' 2024-05-04T22:43:27.874 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-05-04T22:43:27.877 INFO:teuthology.orchestra.run.smithi107.stdout:true 2024-05-04T22:43:27.877 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"d9e1dde7-81d8-4af4-8771-51b3a7e54b04",' '"endpoint":' '"http://smithi133:5500",' '"access_key":' '"VXWH7Z8HXUF3HWHHN1EI",' '"secret":' '"V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY"' '}' 2024-05-04T22:43:27.877 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status .access_key 2024-05-04T22:43:27.879 INFO:teuthology.orchestra.run.smithi107.stdout:"VXWH7Z8HXUF3HWHHN1EI" 2024-05-04T22:43:27.880 INFO:teuthology.orchestra.run.smithi107.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"d9e1dde7-81d8-4af4-8771-51b3a7e54b04",' '"endpoint":' '"http://smithi133:5500",' '"access_key":' '"VXWH7Z8HXUF3HWHHN1EI",' '"secret":' '"V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY"' '}' 2024-05-04T22:43:27.880 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq --exit-status .secret 2024-05-04T22:43:27.881 INFO:teuthology.orchestra.run.smithi107.stdout:"V0jF1BbmgfD2nm8ihbfyYNitaAZv9ut2N8W5hvYY" 2024-05-04T22:43:27.882 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:27 smithi107 bash[21616]: audit 2024-05-04T22:43:25.956521+0000 mgr.a (mgr.14367) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:27.882 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:27 smithi107 bash[21616]: audit 2024-05-04T22:43:25.956521+0000 mgr.a (mgr.14367) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:27 smithi139 bash[22396]: audit 2024-05-04T22:43:25.956521+0000 mgr.a (mgr.14367) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:27 smithi139 bash[22396]: audit 2024-05-04T22:43:25.956521+0000 mgr.a (mgr.14367) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.691 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-04T22:43:28.701 INFO:tasks.cephadm:Teardown begin 2024-05-04T22:43:28.701 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:28.715 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:28.728 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:43:28.742 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-04T22:43:28.742 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-04T22:43:28.761 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-04T22:43:28.778 DEBUG:teuthology.orchestra.run.smithi139:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-04T22:43:28.788 INFO:tasks.cephadm:Stopping all daemons... 2024-05-04T22:43:28.788 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-04T22:43:28.788 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a 2024-05-04T22:43:28.943 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:26.730488+0000 mgr.a (mgr.14367) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.943 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:26.730488+0000 mgr.a (mgr.14367) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.943 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: cluster 2024-05-04T22:43:27.229482+0000 mgr.a (mgr.14367) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 186 KiB/s rd, 6.7 KiB/s wr, 311 op/s 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: cluster 2024-05-04T22:43:27.229482+0000 mgr.a (mgr.14367) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 186 KiB/s rd, 6.7 KiB/s wr, 311 op/s 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:27.484751+0000 mgr.a (mgr.14367) 42 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:27.484751+0000 mgr.a (mgr.14367) 42 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:27.742272+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:27.742272+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:28.144137+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: audit 2024-05-04T22:43:28.144137+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 systemd[1]: Stopping Ceph mon.a for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: debug 2024-05-04T22:43:28.941+0000 7f4f2e439700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T22:43:28.944 INFO:journalctl@ceph.mon.a.smithi107.stdout:May 04 22:43:28 smithi107 bash[21616]: debug 2024-05-04T22:43:28.941+0000 7f4f2e439700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:26.730488+0000 mgr.a (mgr.14367) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:26.730488+0000 mgr.a (mgr.14367) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: cluster 2024-05-04T22:43:27.229482+0000 mgr.a (mgr.14367) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 186 KiB/s rd, 6.7 KiB/s wr, 311 op/s 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: cluster 2024-05-04T22:43:27.229482+0000 mgr.a (mgr.14367) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 186 KiB/s rd, 6.7 KiB/s wr, 311 op/s 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:27.484751+0000 mgr.a (mgr.14367) 42 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:27.484751+0000 mgr.a (mgr.14367) 42 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.045 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:27.742272+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:27.742272+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:28.144137+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.046 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:28 smithi133 bash[22262]: audit 2024-05-04T22:43:28.144137+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:26.730488+0000 mgr.a (mgr.14367) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.054 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:26.730488+0000 mgr.a (mgr.14367) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: cluster 2024-05-04T22:43:27.229482+0000 mgr.a (mgr.14367) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 186 KiB/s rd, 6.7 KiB/s wr, 311 op/s 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: cluster 2024-05-04T22:43:27.229482+0000 mgr.a (mgr.14367) 41 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 588 KiB data, 103 MiB used, 268 GiB / 268 GiB avail; 186 KiB/s rd, 6.7 KiB/s wr, 311 op/s 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:27.484751+0000 mgr.a (mgr.14367) 42 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:27.484751+0000 mgr.a (mgr.14367) 42 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:27.742272+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:27.742272+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:28.144137+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.055 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:28 smithi139 bash[22396]: audit 2024-05-04T22:43:28.144137+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14367 172.21.15.107:0/1754827590' entity='mgr.a' 2024-05-04T22:43:29.836 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.a.service' 2024-05-04T22:43:29.864 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:29.864 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-04T22:43:29.864 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-04T22:43:29.864 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.b 2024-05-04T22:43:30.129 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:29 smithi133 systemd[1]: Stopping Ceph mon.b for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:30.129 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:30 smithi133 bash[22262]: debug 2024-05-04T22:43:30.011+0000 7f4fc5730700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T22:43:30.129 INFO:journalctl@ceph.mon.b.smithi133.stdout:May 04 22:43:30 smithi133 bash[22262]: debug 2024-05-04T22:43:30.011+0000 7f4fc5730700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-04T22:43:30.850 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.b.service' 2024-05-04T22:43:30.878 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:30.878 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-04T22:43:30.878 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-04T22:43:30.879 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.c 2024-05-04T22:43:31.182 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:30 smithi139 systemd[1]: Stopping Ceph mon.c for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:31.182 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:31 smithi139 bash[22396]: debug 2024-05-04T22:43:31.010+0000 7f11a66a7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-05-04T22:43:31.182 INFO:journalctl@ceph.mon.c.smithi139.stdout:May 04 22:43:31 smithi139 bash[22396]: debug 2024-05-04T22:43:31.010+0000 7f11a66a7700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-04T22:43:31.796 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mon.c.service' 2024-05-04T22:43:31.826 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:31.826 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-04T22:43:31.826 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-04T22:43:31.827 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a 2024-05-04T22:43:32.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:31 smithi107 systemd[1]: Stopping Ceph mgr.a for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:32.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:May 04 22:43:31 smithi107 bash[21872]: debug 2024-05-04T22:43:31.961+0000 7f508c0d9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T22:43:32.849 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-04T22:43:32.871 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:32.871 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-04T22:43:32.871 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-04T22:43:32.871 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.b 2024-05-04T22:43:33.203 INFO:journalctl@ceph.mgr.b.smithi133.stdout:May 04 22:43:32 smithi133 systemd[1]: Stopping Ceph mgr.b for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:33.760 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-04T22:43:33.785 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:33.786 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-04T22:43:33.786 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-04T22:43:33.786 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.0 2024-05-04T22:43:34.098 INFO:journalctl@ceph.osd.0.smithi107.stdout:May 04 22:43:33 smithi107 systemd[1]: Stopping Ceph osd.0 for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:34.099 INFO:journalctl@ceph.osd.0.smithi107.stdout:May 04 22:43:33 smithi107 bash[31986]: debug 2024-05-04T22:43:33.981+0000 7fa51b2a7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T22:43:34.099 INFO:journalctl@ceph.osd.0.smithi107.stdout:May 04 22:43:33 smithi107 bash[31986]: debug 2024-05-04T22:43:33.981+0000 7fa51b2a7700 -1 osd.0 33 *** Got signal Terminated *** 2024-05-04T22:43:34.099 INFO:journalctl@ceph.osd.0.smithi107.stdout:May 04 22:43:33 smithi107 bash[31986]: debug 2024-05-04T22:43:33.981+0000 7fa51b2a7700 -1 osd.0 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T22:43:40.012 INFO:journalctl@ceph.osd.0.smithi107.stdout:May 04 22:43:39 smithi107 bash[62776]: ceph-54763058-0a66-11ef-bc97-c7b262605968-osd-0 2024-05-04T22:43:40.511 INFO:journalctl@ceph.osd.0.smithi107.stdout:May 04 22:43:40 smithi107 bash[63210]: Error response from daemon: No such container: ceph-54763058-0a66-11ef-bc97-c7b262605968-osd-0 2024-05-04T22:43:41.872 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.0.service' 2024-05-04T22:43:41.918 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:41.918 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-04T22:43:41.918 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-04T22:43:41.918 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.1 2024-05-04T22:43:42.295 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:41 smithi133 systemd[1]: Stopping Ceph osd.1 for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:42.295 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:42 smithi133 bash[27231]: debug 2024-05-04T22:43:42.063+0000 7fe6c6197700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T22:43:42.295 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:42 smithi133 bash[27231]: debug 2024-05-04T22:43:42.063+0000 7fe6c6197700 -1 osd.1 33 *** Got signal Terminated *** 2024-05-04T22:43:42.295 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:42 smithi133 bash[27231]: debug 2024-05-04T22:43:42.063+0000 7fe6c6197700 -1 osd.1 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T22:43:48.182 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:47 smithi133 bash[32554]: ceph-54763058-0a66-11ef-bc97-c7b262605968-osd-1 2024-05-04T22:43:48.182 INFO:journalctl@ceph.osd.1.smithi133.stdout:May 04 22:43:48 smithi133 bash[32816]: Error response from daemon: No such container: ceph-54763058-0a66-11ef-bc97-c7b262605968-osd-1 2024-05-04T22:43:49.810 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.1.service' 2024-05-04T22:43:49.837 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:49.837 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-04T22:43:49.837 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-04T22:43:49.838 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.2 2024-05-04T22:43:50.304 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:49 smithi139 systemd[1]: Stopping Ceph osd.2 for 54763058-0a66-11ef-bc97-c7b262605968... 2024-05-04T22:43:50.304 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:49 smithi139 bash[27671]: debug 2024-05-04T22:43:49.982+0000 7f42a7203700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-05-04T22:43:50.304 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:49 smithi139 bash[27671]: debug 2024-05-04T22:43:49.982+0000 7f42a7203700 -1 osd.2 33 *** Got signal Terminated *** 2024-05-04T22:43:50.305 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:49 smithi139 bash[27671]: debug 2024-05-04T22:43:49.982+0000 7f42a7203700 -1 osd.2 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-04T22:43:56.054 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:55 smithi139 bash[32372]: ceph-54763058-0a66-11ef-bc97-c7b262605968-osd-2 2024-05-04T22:43:56.054 INFO:journalctl@ceph.osd.2.smithi139.stdout:May 04 22:43:55 smithi139 bash[32620]: Error response from daemon: No such container: ceph-54763058-0a66-11ef-bc97-c7b262605968-osd-2 2024-05-04T22:43:57.438 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-54763058-0a66-11ef-bc97-c7b262605968@osd.2.service' 2024-05-04T22:43:57.484 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-04T22:43:57.484 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-04T22:43:57.485 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 54763058-0a66-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-04T22:43:57.652 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:44:00.163 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 54763058-0a66-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-04T22:44:00.327 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:44:16.446 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 54763058-0a66-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-04T22:44:16.606 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:44:32.333 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:44:32.348 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:44:32.362 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-04T22:44:32.374 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-04T22:44:32.375 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi107/crash 2024-05-04T22:44:32.377 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash -- . 2024-05-04T22:44:32.399 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-04T22:44:32.399 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-05-04T22:44:32.401 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi133/crash 2024-05-04T22:44:32.402 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash -- . 2024-05-04T22:44:32.415 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-04T22:44:32.415 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-05-04T22:44:32.417 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi139/crash 2024-05-04T22:44:32.418 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash -- . 2024-05-04T22:44:32.429 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/54763058-0a66-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-04T22:44:32.429 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2024-05-04T22:44:32.430 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-04T22:44:32.431 DEBUG:teuthology.orchestra.run.smithi107:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T22:44:32.458 INFO:teuthology.orchestra.run.smithi107.stdout:2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:44:32.459 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-04T22:44:32.459 DEBUG:teuthology.orchestra.run.smithi107:> sudo egrep '\[SEC\]' /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T22:44:32.514 DEBUG:teuthology.orchestra.run.smithi107:> sudo egrep '\[ERR\]' /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T22:44:32.569 DEBUG:teuthology.orchestra.run.smithi107:> sudo egrep '\[WRN\]' /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-05-04T22:44:32.623 INFO:teuthology.orchestra.run.smithi107.stdout:2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-04T22:44:32.624 INFO:tasks.cephadm:Compressing logs... 2024-05-04T22:44:32.625 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-04T22:44:32.670 DEBUG:teuthology.orchestra.run.smithi133:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-04T22:44:32.672 DEBUG:teuthology.orchestra.run.smithi139:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-04T22:44:32.677 INFO:teuthology.orchestra.run.smithi107.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-04T22:44:32.684 INFO:teuthology.orchestra.run.smithi133.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-04T22:44:32.685 INFO:teuthology.orchestra.run.smithi139.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-04T22:44:32.690 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-04T22:44:32.691 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-04T22:44:32.692 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-04T22:44:32.692 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-04T22:44:32.692 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log 2024-05-04T22:44:32.692 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-04T22:44:32.693 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log: 83.1% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-04T22:44:32.693 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-04T22:44:32.693 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-04T22:44:32.694 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log: 86.5% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-04T22:44:32.696 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-04T22:44:32.696 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-04T22:44:32.696 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-04T22:44:32.696 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log: 81.8% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-04T22:44:32.696 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi133.qjpuxg.log 2024-05-04T22:44:32.696 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log 2024-05-04T22:44:32.697 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.1.log: /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi133.qjpuxg.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-04T22:44:32.697 INFO:teuthology.orchestra.run.smithi133.stderr: 71.9% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi133.qjpuxg.log.gz 2024-05-04T22:44:32.697 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-04T22:44:32.698 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mgr.a.log: 84.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-04T22:44:32.698 INFO:teuthology.orchestra.run.smithi107.stderr: 89.9% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-04T22:44:32.698 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log: 81.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-04T22:44:32.699 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-04T22:44:32.699 INFO:teuthology.orchestra.run.smithi133.stderr: 86.2% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-04T22:44:32.699 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-04T22:44:32.699 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mgr.b.log: /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-04T22:44:32.699 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-04T22:44:32.700 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-04T22:44:32.700 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-04T22:44:32.700 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi139.zxnehs.log 2024-05-04T22:44:32.701 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log 2024-05-04T22:44:32.702 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log: /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi139.zxnehs.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-04T22:44:32.702 INFO:teuthology.orchestra.run.smithi139.stderr: 58.9% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi139.zxnehs.log.gz 2024-05-04T22:44:32.702 INFO:teuthology.orchestra.run.smithi139.stderr: 81.8% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-04T22:44:32.702 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-04T22:44:32.703 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-04T22:44:32.703 INFO:teuthology.orchestra.run.smithi139.stderr: 86.2% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-04T22:44:32.703 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.c.log: /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log: 77.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-04T22:44:32.705 INFO:teuthology.orchestra.run.smithi139.stderr: 90.1% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-04T22:44:32.707 INFO:teuthology.orchestra.run.smithi133.stderr: 90.6% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-04T22:44:32.711 INFO:teuthology.orchestra.run.smithi133.stderr: 91.9% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-04T22:44:32.714 INFO:teuthology.orchestra.run.smithi107.stderr: 91.7% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-04T22:44:32.715 INFO:teuthology.orchestra.run.smithi139.stderr: 91.8% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-04T22:44:32.779 INFO:teuthology.orchestra.run.smithi139.stderr: 93.0% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-04T22:44:32.786 INFO:teuthology.orchestra.run.smithi133.stderr: 92.8% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-04T22:44:32.800 INFO:teuthology.orchestra.run.smithi107.stderr: 88.1% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-04T22:44:32.956 INFO:teuthology.orchestra.run.smithi107.stderr: 91.7% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-04T22:44:33.049 INFO:teuthology.orchestra.run.smithi107.stderr: 94.0% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-04T22:44:33.050 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-05-04T22:44:33.050 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.379s 2024-05-04T22:44:33.050 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.724s 2024-05-04T22:44:33.051 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.054s 2024-05-04T22:44:33.062 INFO:teuthology.orchestra.run.smithi139.stderr: 94.1% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-04T22:44:33.064 INFO:teuthology.orchestra.run.smithi139.stderr: 2024-05-04T22:44:33.064 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m0.387s 2024-05-04T22:44:33.064 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m0.462s 2024-05-04T22:44:33.064 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.024s 2024-05-04T22:44:33.089 INFO:teuthology.orchestra.run.smithi133.stderr: 94.1% -- replaced with /var/log/ceph/54763058-0a66-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-04T22:44:33.090 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-05-04T22:44:33.090 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m0.416s 2024-05-04T22:44:33.090 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m0.505s 2024-05-04T22:44:33.090 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.037s 2024-05-04T22:44:33.091 INFO:tasks.cephadm:Archiving logs... 2024-05-04T22:44:33.091 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi107/log 2024-05-04T22:44:33.092 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-04T22:44:33.212 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi133/log 2024-05-04T22:44:33.213 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-04T22:44:33.291 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi139/log 2024-05-04T22:44:33.292 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-04T22:44:33.364 INFO:tasks.cephadm:Removing cluster... 2024-05-04T22:44:33.365 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 54763058-0a66-11ef-bc97-c7b262605968 --force 2024-05-04T22:44:33.527 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:44:34.838 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 54763058-0a66-11ef-bc97-c7b262605968 --force 2024-05-04T22:44:35.008 INFO:teuthology.orchestra.run.smithi133.stdout:Deleting cluster with fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:44:36.325 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 54763058-0a66-11ef-bc97-c7b262605968 --force 2024-05-04T22:44:36.495 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: 54763058-0a66-11ef-bc97-c7b262605968 2024-05-04T22:44:37.819 INFO:tasks.cephadm:Removing cephadm ... 2024-05-04T22:44:37.819 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-04T22:44:37.827 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-04T22:44:37.833 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-04T22:44:37.839 INFO:tasks.cephadm:Teardown complete 2024-05-04T22:44:37.839 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-04T22:44:37.852 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-04T22:44:37.852 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-04T22:44:37.870 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-04T22:44:37.877 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-04T22:44:37.955 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-04T22:44:37.964 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-04T22:44:37.964 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T22:44:37.967 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T22:44:37.969 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-04T22:44:37.978 INFO:teuthology.orchestra.run.smithi133.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T22:44:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:============================================================================== 2024-05-04T22:44:37.978 INFO:teuthology.orchestra.run.smithi133.stdout:+hv01.front.sepi 67.205.162.81 3 u - 64 377 0.082 -2.854 0.967 2024-05-04T22:44:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:+hv02.front.sepi 63.231.80.2 3 u 58 64 377 0.062 -1.376 1.062 2024-05-04T22:44:37.979 INFO:teuthology.orchestra.run.smithi133.stdout:*hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.086 -1.367 1.044 2024-05-04T22:44:37.979 INFO:teuthology.orchestra.run.smithi133.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-04T22:44:37.980 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T22:44:37.980 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-05-04T22:44:37.980 INFO:teuthology.orchestra.run.smithi107.stdout:+hv01.front.sepi 67.205.162.81 3 u 58 64 377 0.070 -1.617 1.313 2024-05-04T22:44:37.980 INFO:teuthology.orchestra.run.smithi107.stdout:+hv02.front.sepi 63.231.80.2 3 u 54 64 377 0.085 +0.638 1.472 2024-05-04T22:44:37.980 INFO:teuthology.orchestra.run.smithi107.stdout:*hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.075 -1.631 1.471 2024-05-04T22:44:37.981 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-04T22:44:37.981 INFO:teuthology.orchestra.run.smithi139.stdout: remote refid st t when poll reach delay offset jitter 2024-05-04T22:44:37.982 INFO:teuthology.orchestra.run.smithi139.stdout:============================================================================== 2024-05-04T22:44:37.982 INFO:teuthology.orchestra.run.smithi139.stdout:+hv01.front.sepi 67.205.162.81 3 u 60 64 377 0.078 -5.464 1.338 2024-05-04T22:44:37.982 INFO:teuthology.orchestra.run.smithi139.stdout:*hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.102 -4.166 1.603 2024-05-04T22:44:37.982 INFO:teuthology.orchestra.run.smithi139.stdout:+hv03.front.sepi 74.6.168.72 3 u 64 64 377 0.109 -1.877 2.023 2024-05-04T22:44:37.982 INFO:teuthology.orchestra.run.smithi139.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-05-04T22:44:37.982 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-04T22:44:37.992 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-04T22:44:37.992 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-04T22:44:38.064 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-04T22:44:38.112 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-04T22:44:38.120 INFO:teuthology.task.internal:Duration was 1208.707085 seconds 2024-05-04T22:44:38.121 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-04T22:44:38.129 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-04T22:44:38.129 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-04T22:44:38.132 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-04T22:44:38.134 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-04T22:44:38.171 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-04T22:44:38.171 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-05-04T22:44:38.171 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-04T22:44:38.217 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-05-04T22:44:38.218 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-04T22:44:38.227 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2024-05-04T22:44:38.228 DEBUG:teuthology.orchestra.run.smithi139:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-04T22:44:38.238 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-04T22:44:38.238 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-04T22:44:38.262 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-04T22:44:38.277 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-04T22:44:38.314 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-04T22:44:38.314 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-04T22:44:38.342 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-04T22:44:38.353 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-04T22:44:38.444 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-04T22:44:38.454 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-04T22:44:38.454 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-04T22:44:38.465 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-04T22:44:38.477 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-04T22:44:38.488 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-04T22:44:38.500 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-04T22:44:38.510 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-04T22:44:38.518 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-05-04T22:44:38.521 DEBUG:teuthology.orchestra.run.smithi139:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-04T22:44:38.530 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-05-04T22:44:38.545 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2024-05-04T22:44:38.569 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-04T22:44:38.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T22:44:38.580 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-04T22:44:38.603 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T22:44:38.603 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-04T22:44:38.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-04T22:44:38.615 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-04T22:44:38.625 INFO:teuthology.task.internal:Transferring archived files... 2024-05-04T22:44:38.626 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi107 2024-05-04T22:44:38.626 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-04T22:44:38.650 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi133 2024-05-04T22:44:38.650 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-04T22:44:38.672 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769/remote/smithi139 2024-05-04T22:44:38.673 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-04T22:44:38.695 INFO:teuthology.task.internal:Removing archive directory... 2024-05-04T22:44:38.695 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-04T22:44:38.698 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-04T22:44:38.713 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-04T22:44:38.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-04T22:44:38.751 INFO:teuthology.task.internal:Not uploading archives. 2024-05-04T22:44:38.751 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-04T22:44:38.761 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-04T22:44:38.762 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-04T22:44:38.764 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-04T22:44:38.767 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-04T22:44:38.767 INFO:teuthology.orchestra.run.smithi107.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 4 22:44 /home/ubuntu/cephtest 2024-05-04T22:44:38.771 INFO:teuthology.orchestra.run.smithi133.stdout: 658616 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 4 22:44 /home/ubuntu/cephtest 2024-05-04T22:44:38.788 INFO:teuthology.orchestra.run.smithi139.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 4 22:44 /home/ubuntu/cephtest 2024-05-04T22:44:38.789 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-04T22:44:38.800 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-04T22:44:38.821 INFO:teuthology.nuke:Checking targets against current locks 2024-05-04T22:44:38.843 DEBUG:teuthology.nuke:shortname: smithi107 2024-05-04T22:44:38.843 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T22:44:38.867 DEBUG:teuthology.nuke:shortname: smithi133 2024-05-04T22:44:38.867 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T22:44:38.871 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 22:15:35.568016', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJgViBbY1cpNCxge6EYe7RoduFXzr5Mw4hEUiuV0dYXaqDjGaa5BH0Kf6mgF88biLJLZZsN6Lb93x5l85LUvmv8='} 2024-05-04T22:44:38.885 DEBUG:teuthology.nuke:shortname: smithi139 2024-05-04T22:44:38.885 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-04T22:44:38.889 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 22:15:35.566489', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHZ2t06AMzVnJCb+Zw3njBthTWxIuYYQG7zxX1mKHk+mpy+TiLra33IMDQiea8saR1oDspJshUcdWl8zsMJtnFM='} 2024-05-04T22:44:38.903 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_15:37:49-rados-wip-yuri8-testing-2024-05-01-1547-distro-default-smithi/7687769', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-05-04 22:15:35.564380', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBERPqOac/IKOEjIswlz3s+T/bdezkH5R9OvqjZhUGFJPT81dVJqNg76Ejo5UwM1YlvAleLWVwClb4Du3ZsM+52A='} 2024-05-04T22:44:38.915 INFO:teuthology.orchestra.console.smithi107:Power off 2024-05-04T22:44:38.916 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T22:44:38.932 INFO:teuthology.orchestra.console.smithi133:Power off 2024-05-04T22:44:38.932 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T22:44:38.943 DEBUG:teuthology.orchestra.console.smithi107:power off output: Chassis Power Control: Down/Off 2024-05-04T22:44:38.943 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:38.954 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-05-04T22:44:38.955 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:38.968 INFO:teuthology.orchestra.console.smithi139:Power off 2024-05-04T22:44:38.969 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-04T22:44:38.976 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-05-04T22:44:38.977 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-05-04T22:44:38.991 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2024-05-04T22:44:38.991 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:39.014 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-05-04T22:44:42.978 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:42.987 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:43.015 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:43.089 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-05-04T22:44:43.097 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is on 2024-05-04T22:44:43.125 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-05-04T22:44:47.094 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:47.102 DEBUG:teuthology.orchestra.console.smithi107:pexpect command: ipmitool -H smithi107.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:47.126 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-04T22:44:47.204 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-05-04T22:44:47.211 DEBUG:teuthology.orchestra.console.smithi107:check power output: Chassis Power is off 2024-05-04T22:44:47.235 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2024-05-04T22:44:47.305 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-05-04T22:44:47.312 INFO:teuthology.orchestra.console.smithi107:Power off completed 2024-05-04T22:44:47.337 INFO:teuthology.orchestra.console.smithi139:Power off completed 2024-05-04T22:44:47.441 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1208.7070853710175 failure_reason: '"2024-05-04T22:39:22.345199+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-04T22:44:47.441 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-04T22:44:47.532 INFO:teuthology.run:FAIL