2024-04-19T13:58:30.387 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T13:58:30.387 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --owner scheduled_adking@teuthology --name adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi --verbose --archive /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526 -- /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/orig.config.yaml 2024-04-19T13:58:30.414 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:58:30.495 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526 branch: wip-adk-testing-2024-04-17-1713 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7663526' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-17-1713 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: c53d131d890ca258dc8708b5590933577e6ceba0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c53d131d890ca258dc8708b5590933577e6ceba0 workunit: branch: wip-adk-testing-2024-04-17-1713 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 7132 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-17-1713 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c53d131d890ca258dc8708b5590933577e6ceba0 targets: smithi117.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxR42McQ94fHieONtSwzXmHOFQVC7S5D0JCNnYI0GUlNLDnsJrOZ10CrUm2LSrP+7Wd51zP4GQdNCbkyJa7L1U= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD19N4Cpmh5hVDYm41SCnGi0s6WERdEKuj5dz6qs7k8ByZj2efmtiTFNNkoJiGsksG2Lx9Mi6FCoyaILsIUzXs8= smithi173.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN12y/RaOR8GavMvDghbfHe1UQetT9E7FyWxy/jMeswkPiDr3LfxgFZpXGgN8QRgWwewB/lNJ0JTl2HTgQMSsM4= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_13:19:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T13:58:30.495 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa; will attempt to use it 2024-04-19T13:58:30.496 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa/tasks 2024-04-19T13:58:30.496 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T13:58:30.498 INFO:teuthology.task.internal:Checking packages... 2024-04-19T13:58:30.520 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'c53d131d890ca258dc8708b5590933577e6ceba0' 2024-04-19T13:58:30.520 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T13:58:30.520 INFO:teuthology.packaging:ref: None 2024-04-19T13:58:30.520 INFO:teuthology.packaging:tag: None 2024-04-19T13:58:30.520 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-17-1713 2024-04-19T13:58:30.520 INFO:teuthology.packaging:sha1: c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T13:58:30.520 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-17-1713 2024-04-19T13:58:30.665 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3175-gc53d131d-1jammy 2024-04-19T13:58:30.666 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T13:58:30.672 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T13:58:30.673 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T13:58:30.732 INFO:teuthology.task.internal:Saving configuration 2024-04-19T13:58:30.744 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T13:58:30.778 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:58:30.805 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.845363', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINGdbCkqzeEZiaVvTcZnOtdDW9O+Rtg/8//5rTpUEbq5'} 2024-04-19T13:58:30.826 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.842621', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIukTXol5TkrkjVyywSP/FiLyUlKcPW6d2buEc0i0JYT'} 2024-04-19T13:58:30.846 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.844085', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKQOlecta9saVjy0+352KCXb9yyvSXJAnVhZX+BCDW0y'} 2024-04-19T13:58:30.846 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T13:58:30.852 INFO:teuthology.task.internal:roles: ubuntu@smithi117.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-19T13:58:30.852 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-19T13:58:30.852 INFO:teuthology.task.internal:roles: ubuntu@smithi173.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-19T13:58:30.852 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T13:58:30.948 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d5ef98f70>, signals=[15]) 2024-04-19T13:58:30.949 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T13:58:30.955 INFO:teuthology.task.internal:Opening connections... 2024-04-19T13:58:30.955 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi117.front.sepia.ceph.com 2024-04-19T13:58:30.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:58:31.037 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-04-19T13:58:31.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:58:31.114 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi173.front.sepia.ceph.com 2024-04-19T13:58:31.115 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:58:31.190 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T13:58:31.197 DEBUG:teuthology.orchestra.run.smithi117:> uname -m 2024-04-19T13:58:31.203 INFO:teuthology.orchestra.run.smithi117.stdout:x86_64 2024-04-19T13:58:31.203 DEBUG:teuthology.orchestra.run.smithi117:> cat /etc/os-release 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:NAME="Ubuntu" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION_ID="22.04" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:VERSION_CODENAME=jammy 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:ID=ubuntu 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:ID_LIKE=debian 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:58:31.250 INFO:teuthology.orchestra.run.smithi117.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:58:31.251 INFO:teuthology.orchestra.run.smithi117.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:58:31.251 INFO:teuthology.lock.ops:Updating smithi117.front.sepia.ceph.com on lock server 2024-04-19T13:58:31.275 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-04-19T13:58:31.279 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-04-19T13:58:31.280 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-04-19T13:58:31.328 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:58:31.328 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="Ubuntu" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="22.04" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_CODENAME=jammy 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:ID=ubuntu 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE=debian 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:58:31.329 INFO:teuthology.orchestra.run.smithi130.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:58:31.329 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-04-19T13:58:31.349 DEBUG:teuthology.orchestra.run.smithi173:> uname -m 2024-04-19T13:58:31.355 INFO:teuthology.orchestra.run.smithi173.stdout:x86_64 2024-04-19T13:58:31.355 DEBUG:teuthology.orchestra.run.smithi173:> cat /etc/os-release 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:NAME="Ubuntu" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_ID="22.04" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:VERSION_CODENAME=jammy 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:ID=ubuntu 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:ID_LIKE=debian 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:58:31.402 INFO:teuthology.orchestra.run.smithi173.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:58:31.403 INFO:teuthology.orchestra.run.smithi173.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:58:31.403 INFO:teuthology.lock.ops:Updating smithi173.front.sepia.ceph.com on lock server 2024-04-19T13:58:31.424 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T13:58:31.432 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T13:58:31.437 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T13:58:31.437 DEBUG:teuthology.orchestra.run.smithi117:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:58:31.439 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:58:31.442 DEBUG:teuthology.orchestra.run.smithi173:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:58:31.449 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T13:58:31.455 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T13:58:31.455 DEBUG:teuthology.orchestra.run.smithi117:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:58:31.487 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:58:31.489 DEBUG:teuthology.orchestra.run.smithi173:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:58:31.559 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T13:58:31.631 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T13:58:31.644 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T13:58:31.645 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T13:58:31.645 DEBUG:teuthology.orchestra.run.smithi117:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:58:31.645 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:58:31.646 DEBUG:teuthology.orchestra.run.smithi173:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:58:31.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:58:31.651 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-19T13:58:31.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:58:31.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:58:31.652 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-04-19T13:58:31.653 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-04-19T13:58:31.697 INFO:teuthology.orchestra.run.smithi130.stdout:5.15.0-56-generic 2024-04-19T13:58:31.697 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.15.0-56-generic 2024-04-19T13:58:31.697 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2024-04-19T13:58:31.699 INFO:teuthology.orchestra.run.smithi173.stdout:5.15.0-56-generic 2024-04-19T13:58:31.699 INFO:teuthology.orchestra.run.smithi117.stdout:5.15.0-56-generic 2024-04-19T13:58:31.699 INFO:teuthology.task.kernel:Running kernel on smithi173: 5.15.0-56-generic 2024-04-19T13:58:31.699 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2024-04-19T13:58:31.700 INFO:teuthology.task.kernel:Running kernel on smithi117: 5.15.0-56-generic 2024-04-19T13:58:31.700 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get clean 2024-04-19T13:58:31.827 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-04-19T13:58:31.829 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get update 2024-04-19T13:58:31.838 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-04-19T13:58:31.965 INFO:teuthology.orchestra.run.smithi117.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:58:32.073 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:58:32.154 INFO:teuthology.orchestra.run.smithi117.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:58:32.180 INFO:teuthology.orchestra.run.smithi117.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:58:32.300 INFO:teuthology.orchestra.run.smithi117.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:58:32.376 INFO:teuthology.orchestra.run.smithi117.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:58:32.381 INFO:teuthology.orchestra.run.smithi117.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:58:32.382 INFO:teuthology.orchestra.run.smithi117.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:58:32.429 INFO:teuthology.orchestra.run.smithi117.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:58:32.430 INFO:teuthology.orchestra.run.smithi117.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:58:32.435 INFO:teuthology.orchestra.run.smithi117.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:58:32.435 INFO:teuthology.orchestra.run.smithi117.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:58:32.448 INFO:teuthology.orchestra.run.smithi117.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:58:32.473 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:58:32.491 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:58:32.559 INFO:teuthology.orchestra.run.smithi117.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:58:32.559 INFO:teuthology.orchestra.run.smithi117.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:58:32.560 INFO:teuthology.orchestra.run.smithi117.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:58:32.560 INFO:teuthology.orchestra.run.smithi117.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:58:32.560 INFO:teuthology.orchestra.run.smithi117.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:58:32.561 INFO:teuthology.orchestra.run.smithi117.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:58:32.561 INFO:teuthology.orchestra.run.smithi117.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:58:32.565 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:58:32.584 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:58:32.611 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:58:32.611 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:58:32.672 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:58:32.709 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:58:32.800 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:58:32.883 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T13:58:32.888 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T13:58:32.888 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T13:58:32.890 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T13:58:32.976 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T13:58:32.976 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:58:32.976 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T13:58:33.015 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T13:58:33.023 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T13:58:33.025 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T13:58:33.025 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T13:58:33.026 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T13:58:33.026 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T13:58:33.027 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T13:58:33.029 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T13:58:33.029 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T13:58:33.041 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T13:58:33.059 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:58:33.062 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T13:58:33.062 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T13:58:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T13:58:33.107 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T13:58:33.108 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T13:58:33.744 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:58:33.836 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:58:34.114 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:58:35.199 INFO:teuthology.orchestra.run.smithi117.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:58:35.203 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:58:35.533 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:58:35.586 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:58:35.614 INFO:teuthology.orchestra.run.smithi130.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:58:35.677 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:58:35.700 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:58:35.862 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:58:35.946 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:58:35.967 INFO:teuthology.orchestra.run.smithi130.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:58:36.090 INFO:teuthology.orchestra.run.smithi130.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:58:36.154 INFO:teuthology.orchestra.run.smithi130.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:58:36.182 INFO:teuthology.orchestra.run.smithi130.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:58:36.206 INFO:teuthology.orchestra.run.smithi130.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:58:36.228 INFO:teuthology.orchestra.run.smithi130.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:58:36.293 INFO:teuthology.orchestra.run.smithi130.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:58:36.384 INFO:teuthology.orchestra.run.smithi130.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:58:40.430 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:58:40.945 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:58:40.994 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:58:41.220 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:58:45.776 INFO:teuthology.orchestra.run.smithi117.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:58:45.988 INFO:teuthology.orchestra.run.smithi117.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T13:58:46.023 INFO:teuthology.orchestra.run.smithi117.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T13:58:46.050 INFO:teuthology.orchestra.run.smithi117.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T13:58:46.071 INFO:teuthology.orchestra.run.smithi117.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T13:58:46.147 INFO:teuthology.orchestra.run.smithi117.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T13:58:46.184 INFO:teuthology.orchestra.run.smithi117.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:58:46.205 INFO:teuthology.orchestra.run.smithi117.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T13:58:46.248 INFO:teuthology.orchestra.run.smithi117.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T13:58:46.291 INFO:teuthology.orchestra.run.smithi117.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T13:58:46.320 INFO:teuthology.orchestra.run.smithi117.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T13:58:46.342 INFO:teuthology.orchestra.run.smithi117.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T13:58:46.380 INFO:teuthology.orchestra.run.smithi117.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T13:58:46.411 INFO:teuthology.orchestra.run.smithi117.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T13:58:46.449 INFO:teuthology.orchestra.run.smithi117.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T13:58:46.586 INFO:teuthology.orchestra.run.smithi117.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T13:58:46.608 INFO:teuthology.orchestra.run.smithi117.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T13:58:46.631 INFO:teuthology.orchestra.run.smithi117.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T13:58:46.656 INFO:teuthology.orchestra.run.smithi117.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T13:58:46.678 INFO:teuthology.orchestra.run.smithi117.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T13:58:46.702 INFO:teuthology.orchestra.run.smithi117.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T13:58:46.731 INFO:teuthology.orchestra.run.smithi117.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T13:58:46.758 INFO:teuthology.orchestra.run.smithi117.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T13:58:49.287 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:58:50.796 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:58:50.797 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:58:50.974 INFO:teuthology.orchestra.run.smithi117.stdout:Fetched 13.1 MB in 15s (885 kB/s) 2024-04-19T13:58:52.310 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-04-19T13:58:52.329 DEBUG:teuthology.orchestra.run.smithi117:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:58:52.386 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-04-19T13:58:52.586 INFO:teuthology.orchestra.run.smithi117.stdout:Building dependency tree... 2024-04-19T13:58:52.587 INFO:teuthology.orchestra.run.smithi117.stdout:Reading state information... 2024-04-19T13:58:52.760 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:58:52.760 INFO:teuthology.orchestra.run.smithi117.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:58:52.760 INFO:teuthology.orchestra.run.smithi117.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:58:52.761 INFO:teuthology.orchestra.run.smithi117.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:58:52.761 INFO:teuthology.orchestra.run.smithi117.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T13:58:52.761 INFO:teuthology.orchestra.run.smithi117.stdout: python2.7-minimal 2024-04-19T13:58:52.761 INFO:teuthology.orchestra.run.smithi117.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:58:52.762 INFO:teuthology.orchestra.run.smithi117.stdout:The following additional packages will be installed: 2024-04-19T13:58:52.762 INFO:teuthology.orchestra.run.smithi117.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:58:52.762 INFO:teuthology.orchestra.run.smithi117.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T13:58:52.762 INFO:teuthology.orchestra.run.smithi117.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T13:58:52.763 INFO:teuthology.orchestra.run.smithi117.stdout:Suggested packages: 2024-04-19T13:58:52.764 INFO:teuthology.orchestra.run.smithi117.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T13:58:52.764 INFO:teuthology.orchestra.run.smithi117.stdout:Recommended packages: 2024-04-19T13:58:52.764 INFO:teuthology.orchestra.run.smithi117.stdout: thermald 2024-04-19T13:58:52.810 INFO:teuthology.orchestra.run.smithi117.stdout:The following NEW packages will be installed: 2024-04-19T13:58:52.810 INFO:teuthology.orchestra.run.smithi117.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:58:52.810 INFO:teuthology.orchestra.run.smithi117.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T13:58:52.810 INFO:teuthology.orchestra.run.smithi117.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T13:58:52.811 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages will be upgraded: 2024-04-19T13:58:52.811 INFO:teuthology.orchestra.run.smithi117.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T13:58:53.429 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:58:53.766 INFO:teuthology.orchestra.run.smithi117.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:58:53.766 INFO:teuthology.orchestra.run.smithi117.stdout:Need to get 113 MB of archives. 2024-04-19T13:58:53.766 INFO:teuthology.orchestra.run.smithi117.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T13:58:53.766 INFO:teuthology.orchestra.run.smithi117.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T13:58:57.557 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:58:57.663 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:58:57.664 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:58:57.665 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:58:57.668 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:58:57.669 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:59:02.175 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 13.1 MB in 26s (510 kB/s) 2024-04-19T13:59:03.464 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-04-19T13:59:03.480 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:59:03.530 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-04-19T13:59:03.706 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-04-19T13:59:03.706 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-04-19T13:59:03.859 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:59:03.859 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:59:03.859 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:59:03.859 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:59:03.859 INFO:teuthology.orchestra.run.smithi173.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T13:59:03.860 INFO:teuthology.orchestra.run.smithi173.stdout: python2.7-minimal 2024-04-19T13:59:03.860 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:59:03.860 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2024-04-19T13:59:03.861 INFO:teuthology.orchestra.run.smithi173.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:59:03.861 INFO:teuthology.orchestra.run.smithi173.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T13:59:03.861 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T13:59:03.862 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2024-04-19T13:59:03.862 INFO:teuthology.orchestra.run.smithi173.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T13:59:03.862 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2024-04-19T13:59:03.862 INFO:teuthology.orchestra.run.smithi173.stdout: thermald 2024-04-19T13:59:03.905 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2024-04-19T13:59:03.905 INFO:teuthology.orchestra.run.smithi173.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:59:03.905 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T13:59:03.905 INFO:teuthology.orchestra.run.smithi173.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T13:59:03.907 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages will be upgraded: 2024-04-19T13:59:03.907 INFO:teuthology.orchestra.run.smithi173.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T13:59:03.975 INFO:teuthology.orchestra.run.smithi173.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:59:03.975 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 113 MB of archives. 2024-04-19T13:59:03.976 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T13:59:03.976 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T13:59:04.582 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T13:59:04.709 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T13:59:05.746 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T13:59:05.746 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T13:59:05.746 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T13:59:06.018 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T13:59:06.080 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T13:59:06.474 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 113 MB in 2s (52.3 MB/s) 2024-04-19T13:59:06.639 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T13:59:07.200 INFO:teuthology.orchestra.run.smithi130.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:59:08.930 INFO:teuthology.orchestra.run.smithi173.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-19T13:59:08.935 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:59:09.169 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:11.270 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T13:59:11.291 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:59:11.374 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:11.806 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T13:59:11.827 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:59:11.865 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:18.321 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T13:59:18.448 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T13:59:18.730 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T13:59:18.843 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T13:59:19.138 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T13:59:19.161 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T13:59:19.204 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T13:59:24.759 INFO:teuthology.orchestra.run.smithi130.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T13:59:25.211 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T13:59:25.248 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:59:25.286 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:27.899 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T13:59:28.021 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T13:59:28.446 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T13:59:28.568 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:28.694 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T13:59:28.822 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:30.152 INFO:teuthology.orchestra.run.smithi173.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T13:59:30.152 INFO:teuthology.orchestra.run.smithi173.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T13:59:30.152 INFO:teuthology.orchestra.run.smithi173.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T13:59:30.152 INFO:teuthology.orchestra.run.smithi173.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T13:59:30.332 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:30.387 INFO:teuthology.orchestra.run.smithi130.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T13:59:30.807 INFO:teuthology.orchestra.run.smithi130.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T13:59:31.759 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:33.177 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T13:59:33.303 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T13:59:33.437 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:59:33.505 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T13:59:33.505 INFO:teuthology.orchestra.run.smithi173.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T13:59:48.155 INFO:teuthology.orchestra.run.smithi173.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T13:59:48.155 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub' 2024-04-19T13:59:48.171 INFO:teuthology.orchestra.run.smithi173.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T13:59:48.192 INFO:teuthology.orchestra.run.smithi173.stdout:Generating grub configuration file ... 2024-04-19T13:59:48.499 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T13:59:48.522 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T13:59:48.804 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T13:59:48.810 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T13:59:48.876 INFO:teuthology.orchestra.run.smithi173.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T13:59:48.882 INFO:teuthology.orchestra.run.smithi173.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T13:59:49.053 INFO:teuthology.orchestra.run.smithi173.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T13:59:49.053 INFO:teuthology.orchestra.run.smithi173.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T13:59:49.053 INFO:teuthology.orchestra.run.smithi173.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T13:59:49.106 INFO:teuthology.orchestra.run.smithi173.stdout:done 2024-04-19T13:59:49.585 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 21 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.15.0.105.102 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T13:59:49.604 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2024-04-19T13:59:49.605 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2024-04-19T13:59:49.605 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2024-04-19T13:59:49.605 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2024-04-19T13:59:49.605 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T13:59:49.605 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:59:49.605 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:59:49.605 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T13:59:49.605 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi173.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:59:49.605 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get clean 2024-04-19T13:59:49.771 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-04-19T13:59:49.915 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T13:59:50.017 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:59:50.100 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:59:52.060 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T13:59:52.241 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 119 kB in 2s (51.5 kB/s) 2024-04-19T13:59:53.203 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-04-19T13:59:53.219 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:59:53.283 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-04-19T13:59:53.483 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-04-19T13:59:53.483 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-04-19T13:59:53.661 INFO:teuthology.orchestra.run.smithi173.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T13:59:53.662 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:59:53.662 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:59:53.662 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:59:53.662 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:59:53.662 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T13:59:53.663 INFO:teuthology.orchestra.run.smithi173.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T13:59:53.663 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:59:53.705 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:59:53.707 DEBUG:teuthology.orchestra.run.smithi173:> dpkg -s linux-image-generic 2024-04-19T13:59:53.722 INFO:teuthology.orchestra.run.smithi173.stdout:Package: linux-image-generic 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Status: install ok installed 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Priority: optional 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Section: kernel 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Installed-Size: 21 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Architecture: amd64 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Source: linux-meta 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Version: 5.15.0.105.102 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Recommends: thermald 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout:Description: Generic Linux kernel image 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout: This package will always depend on the latest generic kernel image 2024-04-19T13:59:53.723 INFO:teuthology.orchestra.run.smithi173.stdout: available. 2024-04-19T13:59:53.724 DEBUG:teuthology.orchestra.run.smithi173:> mktemp 2024-04-19T13:59:53.768 INFO:teuthology.orchestra.run.smithi173.stdout:/tmp/tmp.zbrVu3sw51 2024-04-19T13:59:53.768 DEBUG:teuthology.orchestra.run.smithi173:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zbrVu3sw51 2024-04-19T13:59:53.824 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 0666 /tmp/tmp.zbrVu3sw51 2024-04-19T13:59:53.944 DEBUG:teuthology.orchestra.remote:smithi173:/tmp/tmp.zbrVu3sw51 is 10KB 2024-04-19T13:59:53.961 DEBUG:teuthology.orchestra.run.smithi173:> rm -fr /tmp/tmp.zbrVu3sw51 2024-04-19T13:59:53.967 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T13:59:54.020 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T13:59:54.020 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T13:59:54.020 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T13:59:54.087 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T13:59:54.088 DEBUG:teuthology.orchestra.run.smithi173:> sudo update-grub 2024-04-19T13:59:55.269 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub' 2024-04-19T13:59:55.270 INFO:teuthology.orchestra.run.smithi173.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T13:59:55.272 INFO:teuthology.orchestra.run.smithi173.stderr:Generating grub configuration file ... 2024-04-19T13:59:55.542 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T13:59:55.549 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T13:59:55.783 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T13:59:55.789 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T13:59:55.830 INFO:teuthology.orchestra.run.smithi173.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T13:59:55.835 INFO:teuthology.orchestra.run.smithi173.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T13:59:55.968 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T13:59:55.969 INFO:teuthology.orchestra.run.smithi173.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T13:59:55.969 INFO:teuthology.orchestra.run.smithi173.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T13:59:55.980 INFO:teuthology.orchestra.run.smithi173.stderr:done 2024-04-19T13:59:55.981 DEBUG:teuthology.orchestra.run.smithi173:> sudo shutdown -r now 2024-04-19T14:00:09.024 INFO:teuthology.orchestra.run.smithi130.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T14:00:09.205 INFO:teuthology.orchestra.run.smithi130.stdout:Ign:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages 2024-04-19T14:00:12.436 INFO:teuthology.orchestra.run.smithi130.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T14:00:12.635 INFO:teuthology.orchestra.run.smithi130.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T14:00:12.658 INFO:teuthology.orchestra.run.smithi130.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T14:00:12.736 INFO:teuthology.orchestra.run.smithi130.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T14:00:12.826 INFO:teuthology.orchestra.run.smithi130.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T14:00:12.858 INFO:teuthology.orchestra.run.smithi130.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T14:00:12.880 INFO:teuthology.orchestra.run.smithi130.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T14:00:12.903 INFO:teuthology.orchestra.run.smithi130.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T14:00:12.925 INFO:teuthology.orchestra.run.smithi130.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T14:00:12.948 INFO:teuthology.orchestra.run.smithi130.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T14:00:12.971 INFO:teuthology.orchestra.run.smithi130.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T14:00:13.002 INFO:teuthology.orchestra.run.smithi130.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T14:00:13.115 INFO:teuthology.orchestra.run.smithi130.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T14:00:13.503 INFO:teuthology.orchestra.run.smithi130.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T14:00:13.532 INFO:teuthology.orchestra.run.smithi130.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T14:00:13.764 INFO:teuthology.orchestra.run.smithi130.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T14:00:13.998 INFO:teuthology.orchestra.run.smithi130.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T14:00:14.125 INFO:teuthology.orchestra.run.smithi130.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T14:00:14.148 INFO:teuthology.orchestra.run.smithi130.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T14:00:18.502 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 13.1 MB in 1min 42s (128 kB/s) 2024-04-19T14:00:19.854 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-04-19T14:00:19.873 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T14:00:19.938 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-04-19T14:00:20.119 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-04-19T14:00:20.120 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-04-19T14:00:20.275 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:00:20.275 INFO:teuthology.orchestra.run.smithi130.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:00:20.275 INFO:teuthology.orchestra.run.smithi130.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:00:20.276 INFO:teuthology.orchestra.run.smithi130.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:00:20.276 INFO:teuthology.orchestra.run.smithi130.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T14:00:20.276 INFO:teuthology.orchestra.run.smithi130.stdout: python2.7-minimal 2024-04-19T14:00:20.276 INFO:teuthology.orchestra.run.smithi130.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:00:20.277 INFO:teuthology.orchestra.run.smithi130.stdout:The following additional packages will be installed: 2024-04-19T14:00:20.277 INFO:teuthology.orchestra.run.smithi130.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T14:00:20.277 INFO:teuthology.orchestra.run.smithi130.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T14:00:20.277 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T14:00:20.278 INFO:teuthology.orchestra.run.smithi130.stdout:Suggested packages: 2024-04-19T14:00:20.278 INFO:teuthology.orchestra.run.smithi130.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T14:00:20.278 INFO:teuthology.orchestra.run.smithi130.stdout:Recommended packages: 2024-04-19T14:00:20.279 INFO:teuthology.orchestra.run.smithi130.stdout: thermald 2024-04-19T14:00:20.320 INFO:teuthology.orchestra.run.smithi130.stdout:The following NEW packages will be installed: 2024-04-19T14:00:20.320 INFO:teuthology.orchestra.run.smithi130.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T14:00:20.320 INFO:teuthology.orchestra.run.smithi130.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T14:00:20.321 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T14:00:20.322 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages will be upgraded: 2024-04-19T14:00:20.322 INFO:teuthology.orchestra.run.smithi130.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T14:00:21.016 INFO:teuthology.orchestra.run.smithi130.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T14:00:21.016 INFO:teuthology.orchestra.run.smithi130.stdout:Need to get 113 MB of archives. 2024-04-19T14:00:21.016 INFO:teuthology.orchestra.run.smithi130.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T14:00:21.016 INFO:teuthology.orchestra.run.smithi130.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T14:00:25.984 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T14:00:25.985 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-04-19T14:00:25.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:44.318 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2024-04-19T14:00:53.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-04-19T14:00:53.321 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:00:56.386 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.173 2024-04-19T14:01:08.388 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-04-19T14:01:08.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:01:40.395 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-04-19T14:01:41.051 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-04-19T14:01:41.052 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-19T14:01:41.052 DEBUG:teuthology.orchestra.run.smithi173:> uname -r 2024-04-19T14:01:41.101 INFO:teuthology.orchestra.run.smithi173.stdout:5.15.0-105-generic 2024-04-19T14:01:41.101 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T14:01:41.101 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:01:41.101 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T14:01:42.102 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T14:01:42.102 DEBUG:teuthology.orchestra.run.smithi173:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:01:42.209 INFO:teuthology.orchestra.run.smithi173.stdout:ttyS1 2024-04-19T14:01:42.231 DEBUG:teuthology.parallel:result is None 2024-04-19T14:08:34.352 INFO:teuthology.orchestra.run.smithi117.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T14:08:34.767 INFO:teuthology.orchestra.run.smithi117.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T14:08:36.480 INFO:teuthology.orchestra.run.smithi117.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T14:08:36.520 INFO:teuthology.orchestra.run.smithi117.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T14:08:36.542 INFO:teuthology.orchestra.run.smithi117.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T14:08:36.888 INFO:teuthology.orchestra.run.smithi117.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T14:08:36.954 INFO:teuthology.orchestra.run.smithi117.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T14:08:37.342 INFO:teuthology.orchestra.run.smithi117.stdout:Fetched 113 MB in 9min 44s (194 kB/s) 2024-04-19T14:08:37.516 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T14:08:39.504 INFO:teuthology.orchestra.run.smithi117.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-19T14:08:39.508 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:39.596 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:41.830 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T14:08:41.851 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:41.920 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:42.792 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T14:08:42.812 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:42.850 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:49.367 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:08:49.492 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:08:49.833 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:08:49.962 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:08:50.290 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T14:08:50.312 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T14:08:50.356 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:08:55.837 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T14:08:55.875 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:55.912 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:58.899 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:08:59.022 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:08:59.363 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:08:59.510 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:59.636 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T14:08:59.764 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:01.080 INFO:teuthology.orchestra.run.smithi117.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:09:01.080 INFO:teuthology.orchestra.run.smithi117.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T14:09:01.081 INFO:teuthology.orchestra.run.smithi117.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:09:01.081 INFO:teuthology.orchestra.run.smithi117.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:01.241 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:02.651 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:04.027 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T14:09:04.177 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T14:09:04.303 INFO:teuthology.orchestra.run.smithi117.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:04.366 INFO:teuthology.orchestra.run.smithi117.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T14:09:04.366 INFO:teuthology.orchestra.run.smithi117.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:18.324 INFO:teuthology.orchestra.run.smithi117.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T14:09:18.324 INFO:teuthology.orchestra.run.smithi117.stdout:Sourcing file `/etc/default/grub' 2024-04-19T14:09:18.339 INFO:teuthology.orchestra.run.smithi117.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:09:18.362 INFO:teuthology.orchestra.run.smithi117.stdout:Generating grub configuration file ... 2024-04-19T14:09:18.617 INFO:teuthology.orchestra.run.smithi117.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:09:18.641 INFO:teuthology.orchestra.run.smithi117.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:18.957 INFO:teuthology.orchestra.run.smithi117.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:09:18.963 INFO:teuthology.orchestra.run.smithi117.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:09:19.030 INFO:teuthology.orchestra.run.smithi117.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:09:19.036 INFO:teuthology.orchestra.run.smithi117.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:09:19.192 INFO:teuthology.orchestra.run.smithi117.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:09:19.192 INFO:teuthology.orchestra.run.smithi117.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:09:19.192 INFO:teuthology.orchestra.run.smithi117.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:09:19.232 INFO:teuthology.orchestra.run.smithi117.stdout:done 2024-04-19T14:09:19.720 DEBUG:teuthology.orchestra.run.smithi117:> dpkg -s linux-image-generic 2024-04-19T14:09:19.771 INFO:teuthology.orchestra.run.smithi117.stdout:Package: linux-image-generic 2024-04-19T14:09:19.771 INFO:teuthology.orchestra.run.smithi117.stdout:Status: install ok installed 2024-04-19T14:09:19.771 INFO:teuthology.orchestra.run.smithi117.stdout:Priority: optional 2024-04-19T14:09:19.771 INFO:teuthology.orchestra.run.smithi117.stdout:Section: kernel 2024-04-19T14:09:19.771 INFO:teuthology.orchestra.run.smithi117.stdout:Installed-Size: 21 2024-04-19T14:09:19.771 INFO:teuthology.orchestra.run.smithi117.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Architecture: amd64 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Source: linux-meta 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Version: 5.15.0.105.102 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Recommends: thermald 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout:Description: Generic Linux kernel image 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:09:19.772 INFO:teuthology.orchestra.run.smithi117.stdout: available. 2024-04-19T14:09:19.772 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T14:09:19.772 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:09:19.772 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:09:19.773 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T14:09:19.773 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi117.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:09:19.773 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get clean 2024-04-19T14:09:19.871 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get update 2024-04-19T14:09:19.990 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:09:20.700 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:09:20.837 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T14:09:21.015 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:09:22.142 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-04-19T14:09:22.159 DEBUG:teuthology.orchestra.run.smithi117:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T14:09:22.219 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-04-19T14:09:22.419 INFO:teuthology.orchestra.run.smithi117.stdout:Building dependency tree... 2024-04-19T14:09:22.419 INFO:teuthology.orchestra.run.smithi117.stdout:Reading state information... 2024-04-19T14:09:22.593 INFO:teuthology.orchestra.run.smithi117.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T14:09:22.593 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:09:22.593 INFO:teuthology.orchestra.run.smithi117.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:09:22.593 INFO:teuthology.orchestra.run.smithi117.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:09:22.593 INFO:teuthology.orchestra.run.smithi117.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:09:22.594 INFO:teuthology.orchestra.run.smithi117.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:09:22.594 INFO:teuthology.orchestra.run.smithi117.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:09:22.594 INFO:teuthology.orchestra.run.smithi117.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:09:22.635 INFO:teuthology.orchestra.run.smithi117.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T14:09:22.637 DEBUG:teuthology.orchestra.run.smithi117:> dpkg -s linux-image-generic 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Package: linux-image-generic 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Status: install ok installed 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Priority: optional 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Section: kernel 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Installed-Size: 21 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Architecture: amd64 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Source: linux-meta 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Version: 5.15.0.105.102 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:09:22.695 INFO:teuthology.orchestra.run.smithi117.stdout:Recommends: thermald 2024-04-19T14:09:22.696 INFO:teuthology.orchestra.run.smithi117.stdout:Description: Generic Linux kernel image 2024-04-19T14:09:22.696 INFO:teuthology.orchestra.run.smithi117.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:09:22.696 INFO:teuthology.orchestra.run.smithi117.stdout: available. 2024-04-19T14:09:22.696 DEBUG:teuthology.orchestra.run.smithi117:> mktemp 2024-04-19T14:09:22.740 INFO:teuthology.orchestra.run.smithi117.stdout:/tmp/tmp.BF1J35hwE6 2024-04-19T14:09:22.741 DEBUG:teuthology.orchestra.run.smithi117:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BF1J35hwE6 2024-04-19T14:09:22.797 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 0666 /tmp/tmp.BF1J35hwE6 2024-04-19T14:09:22.918 DEBUG:teuthology.orchestra.remote:smithi117:/tmp/tmp.BF1J35hwE6 is 10KB 2024-04-19T14:09:22.931 DEBUG:teuthology.orchestra.run.smithi117:> rm -fr /tmp/tmp.BF1J35hwE6 2024-04-19T14:09:22.936 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T14:09:22.992 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:09:22.992 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T14:09:22.992 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T14:09:23.055 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T14:09:23.056 DEBUG:teuthology.orchestra.run.smithi117:> sudo update-grub 2024-04-19T14:09:24.270 INFO:teuthology.orchestra.run.smithi117.stderr:Sourcing file `/etc/default/grub' 2024-04-19T14:09:24.271 INFO:teuthology.orchestra.run.smithi117.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:09:24.273 INFO:teuthology.orchestra.run.smithi117.stderr:Generating grub configuration file ... 2024-04-19T14:09:24.473 INFO:teuthology.orchestra.run.smithi117.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:09:24.482 INFO:teuthology.orchestra.run.smithi117.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:24.701 INFO:teuthology.orchestra.run.smithi117.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:09:24.706 INFO:teuthology.orchestra.run.smithi117.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:09:24.745 INFO:teuthology.orchestra.run.smithi117.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:09:24.750 INFO:teuthology.orchestra.run.smithi117.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:09:24.852 INFO:teuthology.orchestra.run.smithi117.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:09:24.852 INFO:teuthology.orchestra.run.smithi117.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:09:24.852 INFO:teuthology.orchestra.run.smithi117.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:09:24.866 INFO:teuthology.orchestra.run.smithi117.stderr:done 2024-04-19T14:09:24.868 DEBUG:teuthology.orchestra.run.smithi117:> sudo shutdown -r now 2024-04-19T14:09:28.929 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T14:09:30.465 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T14:09:37.342 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T14:09:37.371 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T14:09:37.402 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T14:09:38.549 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T14:09:38.803 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T14:09:39.203 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 113 MB in 9min 18s (203 kB/s) 2024-04-19T14:09:39.395 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T14:09:41.403 INFO:teuthology.orchestra.run.smithi130.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-19T14:09:41.408 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:09:41.485 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:44.104 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T14:09:44.125 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:09:44.199 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:44.682 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T14:09:44.703 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:09:44.740 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:50.987 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:09:51.112 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:09:51.412 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:09:51.540 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:09:51.852 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T14:09:51.874 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T14:09:51.918 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:09:54.870 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T14:09:54.871 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:09:54.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:09:57.668 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T14:09:57.706 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:09:57.751 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:10:00.356 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:10:00.487 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:10:00.812 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:10:00.934 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:10:01.060 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T14:10:01.188 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:10:02.530 INFO:teuthology.orchestra.run.smithi130.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:10:02.530 INFO:teuthology.orchestra.run.smithi130.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T14:10:02.530 INFO:teuthology.orchestra.run.smithi130.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:10:02.530 INFO:teuthology.orchestra.run.smithi130.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T14:10:02.684 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:10:04.070 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:10:05.470 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T14:10:05.626 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T14:10:05.764 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:10:05.828 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T14:10:05.828 INFO:teuthology.orchestra.run.smithi130.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:10:19.767 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T14:10:19.767 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub' 2024-04-19T14:10:19.797 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:10:19.833 INFO:teuthology.orchestra.run.smithi130.stdout:Generating grub configuration file ... 2024-04-19T14:10:20.071 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:10:20.102 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:10:20.407 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:10:20.413 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:10:20.484 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:10:20.489 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:10:20.640 INFO:teuthology.orchestra.run.smithi130.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:10:20.640 INFO:teuthology.orchestra.run.smithi130.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:10:20.640 INFO:teuthology.orchestra.run.smithi130.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:10:20.679 INFO:teuthology.orchestra.run.smithi130.stdout:done 2024-04-19T14:10:21.163 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 21 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta 2024-04-19T14:10:21.194 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.15.0.105.102 2024-04-19T14:10:21.195 INFO:teuthology.orchestra.run.smithi130.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:10:21.195 INFO:teuthology.orchestra.run.smithi130.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:10:21.195 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2024-04-19T14:10:21.195 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2024-04-19T14:10:21.195 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:10:21.195 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2024-04-19T14:10:21.195 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T14:10:21.195 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:10:21.195 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:10:21.195 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T14:10:21.195 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:10:21.195 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2024-04-19T14:10:21.311 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-04-19T14:10:21.843 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:10:21.843 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T14:10:21.865 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:10:22.211 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:10:23.355 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-04-19T14:10:23.374 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T14:10:23.434 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-04-19T14:10:23.633 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-04-19T14:10:23.634 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:10:23.811 INFO:teuthology.orchestra.run.smithi130.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:10:23.853 INFO:teuthology.orchestra.run.smithi130.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T14:10:23.855 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic 2024-04-19T14:10:23.870 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic 2024-04-19T14:10:23.870 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2024-04-19T14:10:23.870 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2024-04-19T14:10:23.870 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 21 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.15.0.105.102 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:10:23.871 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2024-04-19T14:10:23.872 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-04-19T14:10:23.915 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.RHaggNG1T0 2024-04-19T14:10:23.915 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub/grub.cfg /tmp/tmp.RHaggNG1T0 2024-04-19T14:10:23.970 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.RHaggNG1T0 2024-04-19T14:10:24.087 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.RHaggNG1T0 is 10KB 2024-04-19T14:10:24.100 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.RHaggNG1T0 2024-04-19T14:10:24.105 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T14:10:24.159 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:10:24.159 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T14:10:24.159 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T14:10:24.227 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T14:10:24.227 DEBUG:teuthology.orchestra.run.smithi130:> sudo update-grub 2024-04-19T14:10:25.357 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub' 2024-04-19T14:10:25.358 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:10:25.361 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-04-19T14:10:25.532 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:10:25.538 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:10:25.788 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:10:25.793 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:10:25.833 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:10:25.838 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:10:25.966 INFO:teuthology.orchestra.run.smithi130.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:10:25.966 INFO:teuthology.orchestra.run.smithi130.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:10:25.966 INFO:teuthology.orchestra.run.smithi130.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:10:25.982 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-04-19T14:10:25.991 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-04-19T14:10:29.534 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.117 2024-04-19T14:10:38.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:10:38.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:10:55.994 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T14:10:55.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-19T14:10:55.995 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:10:56.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.117 2024-04-19T14:11:08.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:11:08.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:11:08.930 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.117 2024-04-19T14:11:14.334 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-19T14:11:23.335 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-19T14:11:23.336 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:11:23.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:11:23.930 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:11:24.159 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-04-19T14:11:24.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:11:24.741 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-19T14:11:24.741 DEBUG:teuthology.orchestra.run.smithi117:> uname -r 2024-04-19T14:11:24.790 INFO:teuthology.orchestra.run.smithi117.stdout:5.15.0-105-generic 2024-04-19T14:11:24.790 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T14:11:24.790 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:11:24.790 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T14:11:25.791 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T14:11:25.791 DEBUG:teuthology.orchestra.run.smithi117:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:11:26.167 INFO:teuthology.orchestra.run.smithi117.stdout:ttyS1 2024-04-19T14:11:26.200 DEBUG:teuthology.parallel:result is None 2024-04-19T14:11:26.398 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-19T14:11:38.399 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-19T14:11:38.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:12:10.184 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-19T14:12:10.775 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-19T14:12:10.775 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-19T14:12:10.776 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-19T14:12:10.820 INFO:teuthology.orchestra.run.smithi130.stdout:5.15.0-105-generic 2024-04-19T14:12:10.821 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T14:12:10.821 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:12:10.821 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T14:12:11.821 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T14:12:11.822 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:12:11.901 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-04-19T14:12:11.926 DEBUG:teuthology.parallel:result is None 2024-04-19T14:12:11.927 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T14:12:11.934 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T14:12:11.934 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:12:11.937 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:12:11.939 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:12:11.946 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T14:12:11.991 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T14:12:11.997 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T14:12:11.998 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:12:12.000 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:12:12.002 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:12:12.208 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T14:12:12.214 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T14:12:12.215 DEBUG:teuthology.orchestra.run.smithi117:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:12:12.217 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:12:12.220 DEBUG:teuthology.orchestra.run.smithi173:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:12:12.237 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:12:12.239 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:12:12.243 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:12:12.247 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:12:12.266 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:12:12.274 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:12:12.276 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T14:12:12.283 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T14:12:12.283 DEBUG:teuthology.orchestra.run.smithi117:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:12:12.294 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:12:12.296 DEBUG:teuthology.orchestra.run.smithi173:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:12:12.331 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T14:12:12.340 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T14:12:12.340 DEBUG:teuthology.orchestra.run.smithi117:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:12:12.350 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:12:12.352 DEBUG:teuthology.orchestra.run.smithi173:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:12:12.380 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:12:12.401 DEBUG:teuthology.orchestra.run.smithi117:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:12:12.449 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:12:12.449 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:12:12.515 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:12:12.521 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:12:12.569 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:12:12.569 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:12:12.637 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:12:12.642 DEBUG:teuthology.orchestra.run.smithi173:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:12:12.691 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:12:12.692 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:12:12.765 DEBUG:teuthology.orchestra.run.smithi117:> sudo service rsyslog restart 2024-04-19T14:12:12.768 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-04-19T14:12:12.770 DEBUG:teuthology.orchestra.run.smithi173:> sudo service rsyslog restart 2024-04-19T14:12:12.837 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T14:12:12.845 INFO:teuthology.task.internal:Starting timer... 2024-04-19T14:12:12.845 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T14:12:12.855 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T14:12:12.863 DEBUG:teuthology.task.selinux:Excluding smithi117: OS 'ubuntu' does not support SELinux 2024-04-19T14:12:12.864 DEBUG:teuthology.task.selinux:Excluding smithi130: OS 'ubuntu' does not support SELinux 2024-04-19T14:12:12.864 DEBUG:teuthology.task.selinux:Excluding smithi173: OS 'ubuntu' does not support SELinux 2024-04-19T14:12:12.864 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T14:12:12.864 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-19T14:12:12.864 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T14:12:12.864 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T14:12:12.873 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-19T14:12:12.878 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-19T14:12:13.003 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T14:12:13.017 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-19T14:12:13.019 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi117.front.sepia.ceph.com,smithi130.front.sepia.ceph.com,smithi173.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T14:22:22.225 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi117.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com'), Remote(name='ubuntu@smithi173.front.sepia.ceph.com')] 2024-04-19T14:22:22.227 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:22:22.228 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi117.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:22:22.309 DEBUG:teuthology.orchestra.run.smithi117:> true 2024-04-19T14:22:22.386 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi117.front.sepia.ceph.com' 2024-04-19T14:22:22.386 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-19T14:22:22.387 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:22:22.464 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-19T14:22:22.542 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-19T14:22:22.542 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-04-19T14:22:22.543 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi173.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:22:22.627 DEBUG:teuthology.orchestra.run.smithi173:> true 2024-04-19T14:22:22.702 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi173.front.sepia.ceph.com' 2024-04-19T14:22:22.703 INFO:teuthology.run_tasks:Running task clock... 2024-04-19T14:22:22.715 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-19T14:22:22.715 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T14:22:22.715 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:22:22.718 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T14:22:22.718 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:22:22.720 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T14:22:22.720 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Command line: ntpd -gq 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: ---------------------------------------------------- 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: corporation. Support and training for ntp-4 are 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: available at https://www.nwtime.org/support 2024-04-19T14:22:22.745 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: ---------------------------------------------------- 2024-04-19T14:22:22.747 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: proto: precision = 0.045 usec (-24) 2024-04-19T14:22:22.747 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: basedate set to 2022-02-04 2024-04-19T14:22:22.747 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: gps base set to 2022-02-06 (week 2196) 2024-04-19T14:22:22.747 INFO:teuthology.orchestra.run.smithi117.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:22.747 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Command line: ntpd -gq 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: ---------------------------------------------------- 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: corporation. Support and training for ntp-4 are 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: available at https://www.nwtime.org/support 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: ---------------------------------------------------- 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: proto: precision = 0.046 usec (-24) 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: basedate set to 2022-02-04 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: gps base set to 2022-02-06 (week 2196) 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:22.748 INFO:teuthology.orchestra.run.smithi130.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:22.749 INFO:teuthology.orchestra.run.smithi130.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:22.749 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:22.749 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:22.749 INFO:teuthology.orchestra.run.smithi117.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listen normally on 3 enp3s0f1 172.21.15.130:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listen normally on 4 lo [::1]:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f37%5]:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:22 ntpd[17231]: Listening on routing socket on fd #22 for interface updates 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T14:22:22.751 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T14:22:22.752 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listen normally on 3 enp3s0f1 172.21.15.117:123 2024-04-19T14:22:22.752 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listen normally on 4 lo [::1]:123 2024-04-19T14:22:22.752 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:4463%5]:123 2024-04-19T14:22:22.752 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:22 ntpd[17489]: Listening on routing socket on fd #22 for interface updates 2024-04-19T14:22:22.774 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T14:22:22.774 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Command line: ntpd -gq 2024-04-19T14:22:22.774 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: ---------------------------------------------------- 2024-04-19T14:22:22.774 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T14:22:22.775 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T14:22:22.775 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: corporation. Support and training for ntp-4 are 2024-04-19T14:22:22.775 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: available at https://www.nwtime.org/support 2024-04-19T14:22:22.775 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: ---------------------------------------------------- 2024-04-19T14:22:22.775 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: proto: precision = 0.062 usec (-24) 2024-04-19T14:22:22.776 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: basedate set to 2022-02-04 2024-04-19T14:22:22.776 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: gps base set to 2022-02-06 (week 2196) 2024-04-19T14:22:22.776 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:22.776 INFO:teuthology.orchestra.run.smithi173.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:22.776 INFO:teuthology.orchestra.run.smithi173.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listen normally on 3 enp3s0f1 172.21.15.173:123 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listen normally on 4 lo [::1]:123 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7259%5]:123 2024-04-19T14:22:22.777 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:22 ntpd[17475]: Listening on routing socket on fd #22 for interface updates 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:23.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:23 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:23.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:23.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:23.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:23.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:23.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:23 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:24.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:24 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:24.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:24 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:24.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:24 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:24.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:24 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:24.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:24 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:24.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:24 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:24.774 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:24 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:24.774 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:24 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:25 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:25 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:25 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:25 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:25 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:25.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:25 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:25.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.748 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:25.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:25 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:25.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:25.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:25 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:26.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:26.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:26.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:26 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:27 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:27 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:27 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:27 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:27 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:27 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.749 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:27 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:27.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:27 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:28.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:28.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:28.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:28.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:28.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:28.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:28 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.746 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stdout:19 Apr 14:22:29 ntpd[17489]: ntpd: time slew -0.001568 s 2024-04-19T14:22:29.747 INFO:teuthology.orchestra.run.smithi117.stdout:ntpd: time slew -0.001568s 2024-04-19T14:22:29.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T14:22:29.748 INFO:teuthology.orchestra.run.smithi117.stderr:19 Apr 14:22:29 ntpd[17489]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T14:22:29.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.750 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:29.751 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.752 INFO:teuthology.orchestra.run.smithi130.stdout:19 Apr 14:22:29 ntpd[17231]: ntpd: time slew -0.000841 s 2024-04-19T14:22:29.752 INFO:teuthology.orchestra.run.smithi130.stdout:ntpd: time slew -0.000841s 2024-04-19T14:22:29.752 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T14:22:29.752 INFO:teuthology.orchestra.run.smithi130.stderr:19 Apr 14:22:29 ntpd[17231]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T14:22:29.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.777 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.778 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:29.778 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.778 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:29.778 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:29.778 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:29.778 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:29 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:29.801 INFO:teuthology.orchestra.run.smithi117.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:22:29.801 INFO:teuthology.orchestra.run.smithi117.stdout:============================================================================== 2024-04-19T14:22:29.802 INFO:teuthology.orchestra.run.smithi117.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.802 INFO:teuthology.orchestra.run.smithi117.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.802 INFO:teuthology.orchestra.run.smithi117.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.802 INFO:teuthology.orchestra.run.smithi117.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.963 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:22:29.963 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2024-04-19T14:22:29.963 INFO:teuthology.orchestra.run.smithi130.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.963 INFO:teuthology.orchestra.run.smithi130.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.963 INFO:teuthology.orchestra.run.smithi130.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:29.963 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:31.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:31.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:31.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:31.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:31.775 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stdout:19 Apr 14:22:31 ntpd[17475]: ntpd: time slew -0.008081 s 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stdout:ntpd: time slew -0.008081s 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T14:22:31.776 INFO:teuthology.orchestra.run.smithi173.stderr:19 Apr 14:22:31 ntpd[17475]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T14:22:31.949 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:22:31.949 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2024-04-19T14:22:31.949 INFO:teuthology.orchestra.run.smithi173.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:31.949 INFO:teuthology.orchestra.run.smithi173.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:31.949 INFO:teuthology.orchestra.run.smithi173.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:31.949 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:31.950 INFO:teuthology.run_tasks:Running task install... 2024-04-19T14:22:31.959 DEBUG:teuthology.task.install:project ceph 2024-04-19T14:22:31.959 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c53d131d890ca258dc8708b5590933577e6ceba0'}} 2024-04-19T14:22:31.959 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c53d131d890ca258dc8708b5590933577e6ceba0'} 2024-04-19T14:22:31.959 INFO:teuthology.task.install:Using flavor: default 2024-04-19T14:22:31.965 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-19T14:22:31.965 INFO:teuthology.task.install:extra packages: [] 2024-04-19T14:22:31.965 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-key list | grep Ceph 2024-04-19T14:22:31.966 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-key list | grep Ceph 2024-04-19T14:22:31.966 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-key list | grep Ceph 2024-04-19T14:22:32.028 INFO:teuthology.orchestra.run.smithi130.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T14:22:32.031 INFO:teuthology.orchestra.run.smithi117.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T14:22:32.057 INFO:teuthology.orchestra.run.smithi173.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T14:22:32.057 INFO:teuthology.orchestra.run.smithi130.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T14:22:32.058 INFO:teuthology.orchestra.run.smithi130.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T14:22:32.058 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-19T14:22:32.059 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:22:32.063 INFO:teuthology.orchestra.run.smithi117.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T14:22:32.064 INFO:teuthology.orchestra.run.smithi117.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T14:22:32.064 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-19T14:22:32.064 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:22:32.098 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T14:22:32.099 INFO:teuthology.orchestra.run.smithi173.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T14:22:32.099 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-19T14:22:32.099 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:22:32.202 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/ 2024-04-19T14:22:32.202 INFO:teuthology.task.install.deb:Package version is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:32.207 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/ 2024-04-19T14:22:32.207 INFO:teuthology.task.install.deb:Package version is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:32.240 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/ 2024-04-19T14:22:32.241 INFO:teuthology.task.install.deb:Package version is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:32.311 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:22:32.311 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T14:22:32.319 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:22:32.319 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T14:22:32.325 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2024-04-19T14:22:32.333 DEBUG:teuthology.orchestra.run.smithi117:> sudo apt-get update 2024-04-19T14:22:32.471 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:22:32.471 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T14:22:32.485 DEBUG:teuthology.orchestra.run.smithi173:> sudo apt-get update 2024-04-19T14:22:32.520 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:22:32.520 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:22:32.545 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T14:22:32.577 INFO:teuthology.orchestra.run.smithi117.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:22:32.626 INFO:teuthology.orchestra.run.smithi130.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T14:22:32.628 INFO:teuthology.orchestra.run.smithi117.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T14:22:32.670 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T14:22:32.673 INFO:teuthology.orchestra.run.smithi117.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T14:22:32.731 INFO:teuthology.orchestra.run.smithi130.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T14:22:32.731 INFO:teuthology.orchestra.run.smithi117.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T14:22:32.774 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-19T14:22:32.777 INFO:teuthology.orchestra.run.smithi117.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-19T14:22:32.812 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T14:22:32.821 INFO:teuthology.orchestra.run.smithi117.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-04-19T14:22:32.824 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-04-19T14:22:32.854 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T14:22:32.897 INFO:teuthology.orchestra.run.smithi117.stdout:Fetched 28.5 kB in 0s (74.3 kB/s) 2024-04-19T14:22:32.910 INFO:teuthology.orchestra.run.smithi173.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T14:22:32.955 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-19T14:22:33.007 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-04-19T14:22:33.058 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:22:33.342 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:7 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:22:33.427 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T14:22:33.869 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-04-19T14:22:33.885 DEBUG:teuthology.orchestra.run.smithi117:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3175-gc53d131d-1jammy cephadm=19.0.0-3175-gc53d131d-1jammy ceph-mds=19.0.0-3175-gc53d131d-1jammy ceph-mgr=19.0.0-3175-gc53d131d-1jammy ceph-common=19.0.0-3175-gc53d131d-1jammy ceph-fuse=19.0.0-3175-gc53d131d-1jammy ceph-test=19.0.0-3175-gc53d131d-1jammy ceph-volume=19.0.0-3175-gc53d131d-1jammy radosgw=19.0.0-3175-gc53d131d-1jammy python3-rados=19.0.0-3175-gc53d131d-1jammy python3-rgw=19.0.0-3175-gc53d131d-1jammy python3-cephfs=19.0.0-3175-gc53d131d-1jammy python3-rbd=19.0.0-3175-gc53d131d-1jammy libcephfs2=19.0.0-3175-gc53d131d-1jammy libcephfs-dev=19.0.0-3175-gc53d131d-1jammy librados2=19.0.0-3175-gc53d131d-1jammy librbd1=19.0.0-3175-gc53d131d-1jammy rbd-fuse=19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:33.944 INFO:teuthology.orchestra.run.smithi117.stdout:Reading package lists... 2024-04-19T14:22:34.150 INFO:teuthology.orchestra.run.smithi117.stdout:Building dependency tree... 2024-04-19T14:22:34.151 INFO:teuthology.orchestra.run.smithi117.stdout:Reading state information... 2024-04-19T14:22:34.187 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:22:34.187 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:7 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:22:34.262 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T14:22:34.344 INFO:teuthology.orchestra.run.smithi117.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:22:34.344 INFO:teuthology.orchestra.run.smithi117.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:22:34.344 INFO:teuthology.orchestra.run.smithi117.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:22:34.344 INFO:teuthology.orchestra.run.smithi117.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:22:34.344 INFO:teuthology.orchestra.run.smithi117.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:22:34.345 INFO:teuthology.orchestra.run.smithi117.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:22:34.345 INFO:teuthology.orchestra.run.smithi117.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:22:34.345 INFO:teuthology.orchestra.run.smithi117.stdout:The following additional packages will be installed: 2024-04-19T14:22:34.345 INFO:teuthology.orchestra.run.smithi117.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T14:22:34.346 INFO:teuthology.orchestra.run.smithi117.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T14:22:34.346 INFO:teuthology.orchestra.run.smithi117.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T14:22:34.346 INFO:teuthology.orchestra.run.smithi117.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T14:22:34.347 INFO:teuthology.orchestra.run.smithi117.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T14:22:34.347 INFO:teuthology.orchestra.run.smithi117.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T14:22:34.347 INFO:teuthology.orchestra.run.smithi117.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:34.348 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout: xmlstarlet zip 2024-04-19T14:22:34.349 INFO:teuthology.orchestra.run.smithi117.stdout:Suggested packages: 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout:Recommended packages: 2024-04-19T14:22:34.350 INFO:teuthology.orchestra.run.smithi117.stdout: btrfs-tools 2024-04-19T14:22:34.448 INFO:teuthology.orchestra.run.smithi117.stdout:The following NEW packages will be installed: 2024-04-19T14:22:34.448 INFO:teuthology.orchestra.run.smithi117.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T14:22:34.448 INFO:teuthology.orchestra.run.smithi117.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T14:22:34.448 INFO:teuthology.orchestra.run.smithi117.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T14:22:34.448 INFO:teuthology.orchestra.run.smithi117.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T14:22:34.449 INFO:teuthology.orchestra.run.smithi117.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T14:22:34.449 INFO:teuthology.orchestra.run.smithi117.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T14:22:34.450 INFO:teuthology.orchestra.run.smithi117.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T14:22:34.450 INFO:teuthology.orchestra.run.smithi117.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:34.451 INFO:teuthology.orchestra.run.smithi117.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T14:22:34.452 INFO:teuthology.orchestra.run.smithi117.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T14:22:34.521 INFO:teuthology.orchestra.run.smithi117.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T14:22:34.521 INFO:teuthology.orchestra.run.smithi117.stdout:Need to get 181 MB of archives. 2024-04-19T14:22:34.522 INFO:teuthology.orchestra.run.smithi117.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-19T14:22:34.522 INFO:teuthology.orchestra.run.smithi117.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T14:22:34.567 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:22:34.589 INFO:teuthology.orchestra.run.smithi117.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3175-gc53d131d-1jammy [3,552 kB] 2024-04-19T14:22:34.650 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T14:22:34.653 INFO:teuthology.orchestra.run.smithi117.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T14:22:34.657 INFO:teuthology.orchestra.run.smithi117.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T14:22:34.683 INFO:teuthology.orchestra.run.smithi117.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T14:22:34.765 INFO:teuthology.orchestra.run.smithi117.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T14:22:34.770 INFO:teuthology.orchestra.run.smithi117.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T14:22:34.784 INFO:teuthology.orchestra.run.smithi117.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T14:22:34.788 INFO:teuthology.orchestra.run.smithi117.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T14:22:34.789 INFO:teuthology.orchestra.run.smithi117.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T14:22:34.790 INFO:teuthology.orchestra.run.smithi117.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T14:22:34.796 INFO:teuthology.orchestra.run.smithi117.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3175-gc53d131d-1jammy [3,224 kB] 2024-04-19T14:22:34.798 INFO:teuthology.orchestra.run.smithi117.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T14:22:34.801 INFO:teuthology.orchestra.run.smithi117.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T14:22:34.803 INFO:teuthology.orchestra.run.smithi117.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T14:22:34.806 INFO:teuthology.orchestra.run.smithi117.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T14:22:34.830 INFO:teuthology.orchestra.run.smithi117.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T14:22:34.832 INFO:teuthology.orchestra.run.smithi117.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T14:22:34.835 INFO:teuthology.orchestra.run.smithi117.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T14:22:34.837 INFO:teuthology.orchestra.run.smithi117.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T14:22:34.837 INFO:teuthology.orchestra.run.smithi117.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T14:22:34.838 INFO:teuthology.orchestra.run.smithi117.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T14:22:34.839 INFO:teuthology.orchestra.run.smithi117.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T14:22:34.840 INFO:teuthology.orchestra.run.smithi117.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T14:22:34.840 INFO:teuthology.orchestra.run.smithi117.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T14:22:34.859 INFO:teuthology.orchestra.run.smithi117.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T14:22:34.860 INFO:teuthology.orchestra.run.smithi117.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T14:22:34.883 INFO:teuthology.orchestra.run.smithi117.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T14:22:34.884 INFO:teuthology.orchestra.run.smithi117.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T14:22:34.887 INFO:teuthology.orchestra.run.smithi117.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T14:22:34.887 INFO:teuthology.orchestra.run.smithi117.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T14:22:34.888 INFO:teuthology.orchestra.run.smithi117.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T14:22:34.888 INFO:teuthology.orchestra.run.smithi117.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-19T14:22:34.890 INFO:teuthology.orchestra.run.smithi117.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T14:22:34.890 INFO:teuthology.orchestra.run.smithi117.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T14:22:34.894 INFO:teuthology.orchestra.run.smithi117.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3175-gc53d131d-1jammy [712 kB] 2024-04-19T14:22:34.907 INFO:teuthology.orchestra.run.smithi117.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T14:22:34.909 INFO:teuthology.orchestra.run.smithi117.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T14:22:34.917 INFO:teuthology.orchestra.run.smithi117.stdout:Get:39 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3175-gc53d131d-1jammy [356 kB] 2024-04-19T14:22:34.929 INFO:teuthology.orchestra.run.smithi117.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3175-gc53d131d-1jammy [32.8 kB] 2024-04-19T14:22:34.930 INFO:teuthology.orchestra.run.smithi117.stdout:Get:41 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3175-gc53d131d-1jammy [180 kB] 2024-04-19T14:22:34.932 INFO:teuthology.orchestra.run.smithi117.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T14:22:34.932 INFO:teuthology.orchestra.run.smithi117.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T14:22:34.935 INFO:teuthology.orchestra.run.smithi117.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3175-gc53d131d-1jammy [67.3 kB] 2024-04-19T14:22:34.938 INFO:teuthology.orchestra.run.smithi117.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3175-gc53d131d-1jammy [330 kB] 2024-04-19T14:22:34.939 INFO:teuthology.orchestra.run.smithi117.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T14:22:34.939 INFO:teuthology.orchestra.run.smithi117.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T14:22:34.940 INFO:teuthology.orchestra.run.smithi117.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T14:22:34.941 INFO:teuthology.orchestra.run.smithi117.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T14:22:34.942 INFO:teuthology.orchestra.run.smithi117.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T14:22:34.944 INFO:teuthology.orchestra.run.smithi117.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T14:22:34.948 INFO:teuthology.orchestra.run.smithi117.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3175-gc53d131d-1jammy [6,895 kB] 2024-04-19T14:22:34.957 INFO:teuthology.orchestra.run.smithi117.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T14:22:34.959 INFO:teuthology.orchestra.run.smithi117.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T14:22:34.972 INFO:teuthology.orchestra.run.smithi117.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T14:22:34.974 INFO:teuthology.orchestra.run.smithi117.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T14:22:34.975 INFO:teuthology.orchestra.run.smithi117.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T14:22:34.976 INFO:teuthology.orchestra.run.smithi117.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T14:22:34.978 INFO:teuthology.orchestra.run.smithi117.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T14:22:35.051 INFO:teuthology.orchestra.run.smithi117.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T14:22:35.053 INFO:teuthology.orchestra.run.smithi117.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T14:22:35.054 INFO:teuthology.orchestra.run.smithi117.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T14:22:35.054 INFO:teuthology.orchestra.run.smithi117.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T14:22:35.055 INFO:teuthology.orchestra.run.smithi117.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T14:22:35.085 INFO:teuthology.orchestra.run.smithi117.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T14:22:35.088 INFO:teuthology.orchestra.run.smithi117.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T14:22:35.088 INFO:teuthology.orchestra.run.smithi117.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T14:22:35.117 INFO:teuthology.orchestra.run.smithi117.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T14:22:35.117 INFO:teuthology.orchestra.run.smithi117.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T14:22:35.127 INFO:teuthology.orchestra.run.smithi117.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T14:22:35.128 INFO:teuthology.orchestra.run.smithi117.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T14:22:35.128 INFO:teuthology.orchestra.run.smithi117.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T14:22:35.129 INFO:teuthology.orchestra.run.smithi117.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-04-19T14:22:35.131 INFO:teuthology.orchestra.run.smithi117.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T14:22:35.132 INFO:teuthology.orchestra.run.smithi117.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T14:22:35.134 INFO:teuthology.orchestra.run.smithi117.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T14:22:35.153 INFO:teuthology.orchestra.run.smithi117.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T14:22:35.155 INFO:teuthology.orchestra.run.smithi117.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T14:22:35.156 INFO:teuthology.orchestra.run.smithi117.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T14:22:35.176 INFO:teuthology.orchestra.run.smithi117.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3175-gc53d131d-1jammy [112 kB] 2024-04-19T14:22:35.177 INFO:teuthology.orchestra.run.smithi117.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T14:22:35.179 INFO:teuthology.orchestra.run.smithi117.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3175-gc53d131d-1jammy [466 kB] 2024-04-19T14:22:35.181 INFO:teuthology.orchestra.run.smithi117.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T14:22:35.182 INFO:teuthology.orchestra.run.smithi117.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T14:22:35.183 INFO:teuthology.orchestra.run.smithi117.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T14:22:35.189 INFO:teuthology.orchestra.run.smithi117.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T14:22:35.189 INFO:teuthology.orchestra.run.smithi117.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T14:22:35.193 INFO:teuthology.orchestra.run.smithi117.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T14:22:35.205 INFO:teuthology.orchestra.run.smithi117.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T14:22:35.216 INFO:teuthology.orchestra.run.smithi117.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T14:22:35.216 INFO:teuthology.orchestra.run.smithi117.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3175-gc53d131d-1jammy [25.8 MB] 2024-04-19T14:22:35.216 INFO:teuthology.orchestra.run.smithi117.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T14:22:35.229 INFO:teuthology.orchestra.run.smithi117.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T14:22:35.230 INFO:teuthology.orchestra.run.smithi117.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T14:22:35.241 INFO:teuthology.orchestra.run.smithi117.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T14:22:35.241 INFO:teuthology.orchestra.run.smithi117.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T14:22:35.242 INFO:teuthology.orchestra.run.smithi117.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T14:22:35.244 INFO:teuthology.orchestra.run.smithi117.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T14:22:35.245 INFO:teuthology.orchestra.run.smithi117.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T14:22:36.159 INFO:teuthology.orchestra.run.smithi117.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3175-gc53d131d-1jammy [5,094 kB] 2024-04-19T14:22:36.209 INFO:teuthology.orchestra.run.smithi173.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:22:36.237 INFO:teuthology.orchestra.run.smithi117.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3175-gc53d131d-1jammy [245 kB] 2024-04-19T14:22:36.239 INFO:teuthology.orchestra.run.smithi117.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:36.241 INFO:teuthology.orchestra.run.smithi117.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3175-gc53d131d-1jammy [1,528 kB] 2024-04-19T14:22:36.279 INFO:teuthology.orchestra.run.smithi117.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3175-gc53d131d-1jammy [6,257 kB] 2024-04-19T14:22:36.294 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T14:22:36.485 INFO:teuthology.orchestra.run.smithi117.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3175-gc53d131d-1jammy [22.8 MB] 2024-04-19T14:22:37.336 INFO:teuthology.orchestra.run.smithi117.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3175-gc53d131d-1jammy [14.0 kB] 2024-04-19T14:22:37.337 INFO:teuthology.orchestra.run.smithi117.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3175-gc53d131d-1jammy [870 kB] 2024-04-19T14:22:37.354 INFO:teuthology.orchestra.run.smithi117.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3175-gc53d131d-1jammy [2,437 kB] 2024-04-19T14:22:37.395 INFO:teuthology.orchestra.run.smithi117.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3175-gc53d131d-1jammy [791 kB] 2024-04-19T14:22:37.405 INFO:teuthology.orchestra.run.smithi117.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3175-gc53d131d-1jammy [149 kB] 2024-04-19T14:22:37.407 INFO:teuthology.orchestra.run.smithi117.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3175-gc53d131d-1jammy [2,297 kB] 2024-04-19T14:22:37.448 INFO:teuthology.orchestra.run.smithi117.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3175-gc53d131d-1jammy [8,625 kB] 2024-04-19T14:22:37.731 INFO:teuthology.orchestra.run.smithi117.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3175-gc53d131d-1jammy [14.2 kB] 2024-04-19T14:22:37.731 INFO:teuthology.orchestra.run.smithi117.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3175-gc53d131d-1jammy [51.6 MB] 2024-04-19T14:22:39.722 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T14:22:39.747 INFO:teuthology.orchestra.run.smithi117.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:39.750 INFO:teuthology.orchestra.run.smithi117.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3175-gc53d131d-1jammy [38.9 kB] 2024-04-19T14:22:39.751 INFO:teuthology.orchestra.run.smithi117.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3175-gc53d131d-1jammy [13.6 MB] 2024-04-19T14:22:40.164 INFO:teuthology.orchestra.run.smithi117.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3175-gc53d131d-1jammy [91.6 kB] 2024-04-19T14:22:40.713 INFO:teuthology.orchestra.run.smithi117.stdout:Fetched 181 MB in 6s (31.7 MB/s) 2024-04-19T14:22:40.894 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T14:22:40.957 INFO:teuthology.orchestra.run.smithi117.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-19T14:22:40.962 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T14:22:41.075 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:22:41.412 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T14:22:41.438 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T14:22:41.478 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:22:41.823 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T14:22:41.849 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T14:22:41.912 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:22:42.277 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T14:22:42.303 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:42.351 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:42.757 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T14:22:42.783 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:42.823 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:43.126 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T14:22:43.153 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:43.184 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:43.529 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T14:22:43.555 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T14:22:43.595 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:22:43.924 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package librados2. 2024-04-19T14:22:43.950 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../007-librados2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:43.990 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:44.418 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package librbd1. 2024-04-19T14:22:44.444 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../008-librbd1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:44.484 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:44.895 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T14:22:44.921 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:44.962 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:45.231 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-rados. 2024-04-19T14:22:45.246 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:45.289 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:45.759 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T14:22:45.786 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:45.826 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:46.053 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T14:22:46.079 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:46.119 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:46.431 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T14:22:46.457 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:46.497 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:46.808 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T14:22:46.824 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T14:22:46.858 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:22:47.128 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T14:22:47.154 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T14:22:47.194 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T14:22:47.455 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T14:22:47.470 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:47.514 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:47.867 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T14:22:47.893 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T14:22:47.933 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:22:48.219 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T14:22:48.245 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T14:22:48.285 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:22:48.555 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T14:22:48.570 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T14:22:48.605 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:22:48.942 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package lua5.1. 2024-04-19T14:22:48.968 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T14:22:49.008 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:22:49.319 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package lua-any. 2024-04-19T14:22:49.346 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T14:22:49.386 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T14:22:49.622 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package zip. 2024-04-19T14:22:49.637 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T14:22:49.671 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T14:22:49.975 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package unzip. 2024-04-19T14:22:49.990 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T14:22:50.033 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:22:50.420 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package luarocks. 2024-04-19T14:22:50.446 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T14:22:50.487 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:22:50.886 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package librgw2. 2024-04-19T14:22:50.913 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../025-librgw2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:50.944 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:51.489 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T14:22:51.504 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:51.547 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:51.866 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T14:22:51.893 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T14:22:51.933 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:22:52.186 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T14:22:52.201 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:52.244 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:52.672 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-common. 2024-04-19T14:22:52.698 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:52.739 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:54.102 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-base. 2024-04-19T14:22:54.128 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:54.178 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:54.765 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T14:22:54.791 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T14:22:54.831 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:22:55.117 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T14:22:55.132 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T14:22:55.167 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:22:55.428 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T14:22:55.443 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T14:22:55.487 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:22:55.990 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T14:22:56.016 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T14:22:56.056 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:22:56.359 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T14:22:56.385 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T14:22:56.426 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:22:56.686 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T14:22:56.702 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T14:22:56.737 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T14:22:57.032 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-portend. 2024-04-19T14:22:57.057 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T14:22:57.098 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T14:22:57.400 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T14:22:57.427 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T14:22:57.492 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T14:22:57.770 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T14:22:57.785 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T14:22:57.820 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:22:58.140 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T14:22:58.156 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T14:22:58.190 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T14:22:58.378 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T14:22:58.460 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T14:22:58.486 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T14:22:58.526 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T14:22:58.829 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T14:22:58.856 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T14:22:58.895 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:22:59.182 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-mako. 2024-04-19T14:22:59.208 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T14:22:59.248 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:22:59.593 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T14:22:59.620 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T14:22:59.659 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:22:59.904 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T14:22:59.930 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T14:22:59.970 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:23:00.273 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-webob. 2024-04-19T14:23:00.300 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T14:23:00.340 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:23:00.659 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T14:23:00.661 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T14:23:00.686 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T14:23:00.720 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:23:00.987 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T14:23:01.014 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T14:23:01.054 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:23:01.365 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-paste. 2024-04-19T14:23:01.392 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T14:23:01.431 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:23:01.726 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T14:23:01.742 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T14:23:01.784 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:23:02.087 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T14:23:02.114 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T14:23:02.154 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:23:02.466 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T14:23:02.492 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T14:23:02.532 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T14:23:02.818 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T14:23:02.845 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T14:23:02.884 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:23:03.223 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T14:23:03.249 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T14:23:03.281 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T14:23:03.592 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-idna. 2024-04-19T14:23:03.619 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T14:23:03.692 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T14:23:04.028 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T14:23:04.055 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T14:23:04.095 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:23:04.414 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-requests. 2024-04-19T14:23:04.441 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T14:23:04.490 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:23:04.801 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T14:23:04.827 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T14:23:04.867 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:23:05.170 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T14:23:05.185 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:05.228 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:05.625 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T14:23:05.651 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:05.691 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:06.803 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T14:23:06.829 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T14:23:06.869 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:23:07.155 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T14:23:07.182 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T14:23:07.222 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T14:23:07.392 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T14:23:07.558 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T14:23:07.585 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:07.625 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:07.961 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T14:23:07.987 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:08.052 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:08.664 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T14:23:08.691 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:08.731 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:09.809 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph. 2024-04-19T14:23:09.835 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../066-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:09.876 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:10.153 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T14:23:10.168 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:10.203 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:10.582 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T14:23:10.608 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:10.648 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:11.017 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package cephadm. 2024-04-19T14:23:11.044 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../069-cephadm_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:11.076 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:11.578 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T14:23:11.605 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T14:23:11.644 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T14:23:11.930 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T14:23:11.945 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:23:11.989 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:13.019 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-babel. 2024-04-19T14:23:13.046 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:23:13.085 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:13.388 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T14:23:13.415 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T14:23:13.454 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:23:13.791 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T14:23:13.818 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:13.849 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:14.177 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T14:23:14.204 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T14:23:14.244 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:14.497 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-routes. 2024-04-19T14:23:14.524 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T14:23:14.579 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:23:14.900 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T14:23:14.926 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:14.966 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:16.263 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T14:23:16.278 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T14:23:16.321 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:23:16.841 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T14:23:16.868 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T14:23:16.899 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:17.252 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T14:23:17.279 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T14:23:17.319 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:23:17.614 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T14:23:17.640 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T14:23:17.679 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:23:18.330 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T14:23:18.357 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:18.473 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:19.394 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T14:23:19.420 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T14:23:19.451 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:19.754 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T14:23:19.781 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T14:23:19.820 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:20.150 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T14:23:20.176 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T14:23:20.216 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:20.527 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T14:23:20.554 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T14:23:20.593 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T14:23:20.897 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T14:23:20.924 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T14:23:20.963 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T14:23:21.308 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T14:23:21.335 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T14:23:21.375 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:21.652 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T14:23:21.668 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T14:23:21.702 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T14:23:22.217 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T14:23:22.244 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T14:23:22.283 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:23:22.922 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T14:23:22.938 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:22.971 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:23.282 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T14:23:23.309 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T14:23:23.349 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:23.694 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T14:23:23.721 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:23.760 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:24.029 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package jq. 2024-04-19T14:23:24.056 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:24.096 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:24.298 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package socat. 2024-04-19T14:23:24.326 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T14:23:24.356 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:24.668 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T14:23:24.684 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T14:23:24.726 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:25.063 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-test. 2024-04-19T14:23:25.080 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:25.113 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:26.139 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 4,130 kB in 54s (77.0 kB/s) 2024-04-19T14:23:27.132 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-04-19T14:23:27.149 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3175-gc53d131d-1jammy cephadm=19.0.0-3175-gc53d131d-1jammy ceph-mds=19.0.0-3175-gc53d131d-1jammy ceph-mgr=19.0.0-3175-gc53d131d-1jammy ceph-common=19.0.0-3175-gc53d131d-1jammy ceph-fuse=19.0.0-3175-gc53d131d-1jammy ceph-test=19.0.0-3175-gc53d131d-1jammy ceph-volume=19.0.0-3175-gc53d131d-1jammy radosgw=19.0.0-3175-gc53d131d-1jammy python3-rados=19.0.0-3175-gc53d131d-1jammy python3-rgw=19.0.0-3175-gc53d131d-1jammy python3-cephfs=19.0.0-3175-gc53d131d-1jammy python3-rbd=19.0.0-3175-gc53d131d-1jammy libcephfs2=19.0.0-3175-gc53d131d-1jammy libcephfs-dev=19.0.0-3175-gc53d131d-1jammy librados2=19.0.0-3175-gc53d131d-1jammy librbd1=19.0.0-3175-gc53d131d-1jammy rbd-fuse=19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:23:27.200 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2024-04-19T14:23:27.383 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2024-04-19T14:23:27.384 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2024-04-19T14:23:27.459 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T14:23:27.487 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:27.525 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:27.559 INFO:teuthology.orchestra.run.smithi130.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:23:27.559 INFO:teuthology.orchestra.run.smithi130.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:23:27.559 INFO:teuthology.orchestra.run.smithi130.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:23:27.559 INFO:teuthology.orchestra.run.smithi130.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:23:27.560 INFO:teuthology.orchestra.run.smithi130.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:23:27.560 INFO:teuthology.orchestra.run.smithi130.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:23:27.560 INFO:teuthology.orchestra.run.smithi130.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:23:27.560 INFO:teuthology.orchestra.run.smithi130.stdout:The following additional packages will be installed: 2024-04-19T14:23:27.560 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T14:23:27.561 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:23:27.562 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T14:23:27.563 INFO:teuthology.orchestra.run.smithi130.stdout: xmlstarlet zip 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout:Suggested packages: 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout:Recommended packages: 2024-04-19T14:23:27.564 INFO:teuthology.orchestra.run.smithi130.stdout: btrfs-tools 2024-04-19T14:23:27.661 INFO:teuthology.orchestra.run.smithi130.stdout:The following NEW packages will be installed: 2024-04-19T14:23:27.661 INFO:teuthology.orchestra.run.smithi130.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T14:23:27.662 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T14:23:27.662 INFO:teuthology.orchestra.run.smithi130.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T14:23:27.662 INFO:teuthology.orchestra.run.smithi130.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T14:23:27.662 INFO:teuthology.orchestra.run.smithi130.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T14:23:27.662 INFO:teuthology.orchestra.run.smithi130.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:23:27.663 INFO:teuthology.orchestra.run.smithi130.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T14:23:27.664 INFO:teuthology.orchestra.run.smithi130.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T14:23:27.805 INFO:teuthology.orchestra.run.smithi130.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T14:23:27.805 INFO:teuthology.orchestra.run.smithi130.stdout:Need to get 181 MB of archives. 2024-04-19T14:23:27.805 INFO:teuthology.orchestra.run.smithi130.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-19T14:23:27.805 INFO:teuthology.orchestra.run.smithi130.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3175-gc53d131d-1jammy [3,552 kB] 2024-04-19T14:23:27.838 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T14:23:27.865 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:27.904 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:28.016 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3175-gc53d131d-1jammy [3,224 kB] 2024-04-19T14:23:28.114 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3175-gc53d131d-1jammy [712 kB] 2024-04-19T14:23:28.136 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3175-gc53d131d-1jammy [356 kB] 2024-04-19T14:23:28.148 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3175-gc53d131d-1jammy [32.8 kB] 2024-04-19T14:23:28.149 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3175-gc53d131d-1jammy [180 kB] 2024-04-19T14:23:28.155 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3175-gc53d131d-1jammy [67.3 kB] 2024-04-19T14:23:28.157 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3175-gc53d131d-1jammy [330 kB] 2024-04-19T14:23:28.168 INFO:teuthology.orchestra.run.smithi130.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3175-gc53d131d-1jammy [6,895 kB] 2024-04-19T14:23:28.223 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T14:23:28.251 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T14:23:28.290 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:28.344 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T14:23:28.397 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3175-gc53d131d-1jammy [112 kB] 2024-04-19T14:23:28.399 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3175-gc53d131d-1jammy [466 kB] 2024-04-19T14:23:28.413 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3175-gc53d131d-1jammy [25.8 MB] 2024-04-19T14:23:28.636 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T14:23:28.664 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T14:23:28.702 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:28.942 INFO:teuthology.orchestra.run.smithi130.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T14:23:28.958 INFO:teuthology.orchestra.run.smithi130.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T14:23:29.048 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T14:23:29.076 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T14:23:29.106 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:29.363 INFO:teuthology.orchestra.run.smithi130.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3175-gc53d131d-1jammy [5,094 kB] 2024-04-19T14:23:29.441 INFO:teuthology.orchestra.run.smithi130.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3175-gc53d131d-1jammy [245 kB] 2024-04-19T14:23:29.444 INFO:teuthology.orchestra.run.smithi130.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:23:29.449 INFO:teuthology.orchestra.run.smithi130.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3175-gc53d131d-1jammy [1,528 kB] 2024-04-19T14:23:29.478 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package pkg-config. 2024-04-19T14:23:29.499 INFO:teuthology.orchestra.run.smithi130.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3175-gc53d131d-1jammy [6,257 kB] 2024-04-19T14:23:29.505 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T14:23:29.535 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:29.704 INFO:teuthology.orchestra.run.smithi130.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3175-gc53d131d-1jammy [22.8 MB] 2024-04-19T14:23:29.805 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T14:23:29.833 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T14:23:29.872 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:30.275 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T14:23:30.303 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T14:23:30.341 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:30.554 INFO:teuthology.orchestra.run.smithi130.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3175-gc53d131d-1jammy [14.0 kB] 2024-04-19T14:23:30.554 INFO:teuthology.orchestra.run.smithi130.stdout:Get:23 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3175-gc53d131d-1jammy [870 kB] 2024-04-19T14:23:30.571 INFO:teuthology.orchestra.run.smithi130.stdout:Get:24 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3175-gc53d131d-1jammy [2,437 kB] 2024-04-19T14:23:30.614 INFO:teuthology.orchestra.run.smithi130.stdout:Get:25 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3175-gc53d131d-1jammy [791 kB] 2024-04-19T14:23:30.623 INFO:teuthology.orchestra.run.smithi130.stdout:Get:26 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3175-gc53d131d-1jammy [149 kB] 2024-04-19T14:23:30.624 INFO:teuthology.orchestra.run.smithi130.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3175-gc53d131d-1jammy [2,297 kB] 2024-04-19T14:23:30.644 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T14:23:30.667 INFO:teuthology.orchestra.run.smithi130.stdout:Get:28 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3175-gc53d131d-1jammy [8,625 kB] 2024-04-19T14:23:30.672 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T14:23:30.711 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:30.950 INFO:teuthology.orchestra.run.smithi130.stdout:Get:29 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3175-gc53d131d-1jammy [14.2 kB] 2024-04-19T14:23:30.951 INFO:teuthology.orchestra.run.smithi130.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3175-gc53d131d-1jammy [51.6 MB] 2024-04-19T14:23:31.038 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T14:23:31.066 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T14:23:31.105 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:31.416 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T14:23:31.444 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T14:23:31.483 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:31.819 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-py. 2024-04-19T14:23:31.847 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T14:23:31.893 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T14:23:31.968 INFO:teuthology.orchestra.run.smithi130.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T14:23:32.197 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T14:23:32.224 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T14:23:32.263 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:32.734 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T14:23:32.762 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T14:23:32.800 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:32.929 INFO:teuthology.orchestra.run.smithi130.stdout:Get:32 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:23:32.931 INFO:teuthology.orchestra.run.smithi130.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3175-gc53d131d-1jammy [38.9 kB] 2024-04-19T14:23:32.933 INFO:teuthology.orchestra.run.smithi130.stdout:Get:34 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3175-gc53d131d-1jammy [13.6 MB] 2024-04-19T14:23:33.112 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-toml. 2024-04-19T14:23:33.139 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T14:23:33.178 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T14:23:33.266 INFO:teuthology.orchestra.run.smithi130.stdout:Get:35 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3175-gc53d131d-1jammy [91.6 kB] 2024-04-19T14:23:33.430 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T14:23:33.446 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T14:23:33.480 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:33.834 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T14:23:33.861 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T14:23:33.900 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:34.203 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T14:23:34.231 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T14:23:34.269 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:34.965 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package radosgw. 2024-04-19T14:23:34.992 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../116-radosgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:35.031 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:35.843 INFO:teuthology.orchestra.run.smithi117.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T14:23:35.871 INFO:teuthology.orchestra.run.smithi117.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:35.909 INFO:teuthology.orchestra.run.smithi117.stdout:Unpacking rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:36.205 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:36.439 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:23:36.564 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:36.840 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T14:23:37.179 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T14:23:37.617 INFO:teuthology.orchestra.run.smithi117.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T14:23:37.758 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:38.257 INFO:teuthology.orchestra.run.smithi117.stdout:Adding system user cephadm....done 2024-04-19T14:23:38.414 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:23:38.732 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:23:38.974 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:39.076 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:23:39.318 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:39.569 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:23:39.626 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T14:23:39.695 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T14:23:39.997 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:40.366 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:40.625 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T14:23:40.885 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:23:41.153 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:23:41.412 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:41.671 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:23:41.930 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:42.199 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:23:42.299 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:42.400 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:23:42.510 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:23:42.777 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:23:43.170 INFO:teuthology.orchestra.run.smithi117.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T14:23:43.200 INFO:teuthology.orchestra.run.smithi117.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T14:23:43.264 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:23:43.398 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:43.757 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:43.858 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T14:23:44.118 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:23:44.419 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:44.737 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T14:23:44.863 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:45.565 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:23:45.815 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:23:45.917 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:46.017 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:23:46.319 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T14:23:46.478 INFO:teuthology.orchestra.run.smithi130.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T14:23:46.720 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T14:23:46.971 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:23:47.177 INFO:teuthology.orchestra.run.smithi130.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T14:23:47.380 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:23:47.674 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:23:48.016 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:23:48.285 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:48.435 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:48.745 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T14:23:49.062 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:23:50.243 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:50.520 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:50.654 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T14:23:50.921 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:23:51.056 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:51.199 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:23:51.500 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:51.784 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T14:23:52.027 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:52.153 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:52.454 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:23:52.706 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T14:23:52.861 INFO:teuthology.orchestra.run.smithi130.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T14:23:52.957 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T14:23:53.208 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:23:53.320 INFO:teuthology.orchestra.run.smithi130.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T14:23:53.355 INFO:teuthology.orchestra.run.smithi130.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T14:23:53.402 INFO:teuthology.orchestra.run.smithi130.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T14:23:53.476 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T14:23:53.743 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:23:53.878 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T14:23:54.162 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:54.288 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:23:54.589 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:23:54.890 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:23:55.133 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:23:55.259 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:55.384 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:55.475 INFO:teuthology.orchestra.run.smithi117.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T14:23:55.719 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:55.845 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:56.255 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:23:56.334 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T14:23:56.531 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T14:23:56.682 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T14:23:56.958 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:57.084 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:23:57.402 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:57.703 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:23:57.987 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:58.122 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T14:23:58.381 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T14:23:58.454 INFO:teuthology.orchestra.run.smithi130.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T14:23:58.649 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:59.010 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:23:59.412 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:59.705 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:24:00.049 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:24:00.200 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:00.368 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:00.494 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:24:00.839 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:00.973 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:01.124 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T14:24:01.168 INFO:teuthology.orchestra.run.smithi130.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T14:24:01.417 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:01.543 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:01.669 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:01.881 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:24:01.882 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:24:02.115 INFO:teuthology.orchestra.run.smithi130.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T14:24:02.420 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:02.546 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:02.680 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:02.831 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:24:03.505 INFO:teuthology.orchestra.run.smithi130.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T14:24:03.528 INFO:teuthology.orchestra.run.smithi130.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T14:24:03.811 INFO:teuthology.orchestra.run.smithi130.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T14:24:04.029 INFO:teuthology.orchestra.run.smithi130.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T14:24:04.060 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.173 INFO:teuthology.orchestra.run.smithi130.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T14:24:04.186 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.209 INFO:teuthology.orchestra.run.smithi130.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T14:24:04.217 INFO:teuthology.orchestra.run.smithi130.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T14:24:04.278 INFO:teuthology.orchestra.run.smithi130.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T14:24:04.284 INFO:teuthology.orchestra.run.smithi130.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T14:24:04.312 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.438 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.564 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.911 INFO:teuthology.orchestra.run.smithi130.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T14:24:05.002 INFO:teuthology.orchestra.run.smithi130.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T14:24:05.034 INFO:teuthology.orchestra.run.smithi130.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T14:24:05.052 INFO:teuthology.orchestra.run.smithi130.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T14:24:05.093 INFO:teuthology.orchestra.run.smithi130.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T14:24:05.173 INFO:teuthology.orchestra.run.smithi117.stdout:Adding group ceph....done 2024-04-19T14:24:05.533 INFO:teuthology.orchestra.run.smithi117.stdout:Adding system user ceph....done 2024-04-19T14:24:05.718 INFO:teuthology.orchestra.run.smithi117.stdout:Setting system user ceph properties....done 2024-04-19T14:24:05.735 INFO:teuthology.orchestra.run.smithi117.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T14:24:05.869 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T14:24:06.187 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T14:24:06.673 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:06.777 INFO:teuthology.orchestra.run.smithi130.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T14:24:06.799 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:07.260 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:24:07.260 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:24:07.759 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:07.937 INFO:teuthology.orchestra.run.smithi130.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T14:24:08.104 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T14:24:08.310 INFO:teuthology.orchestra.run.smithi130.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T14:24:08.352 INFO:teuthology.orchestra.run.smithi130.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-19T14:24:08.854 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:09.255 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:24:09.255 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:24:09.771 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:09.963 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:24:09.963 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:24:10.283 INFO:teuthology.orchestra.run.smithi130.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T14:24:10.414 INFO:teuthology.orchestra.run.smithi130.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T14:24:10.472 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:10.774 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:24:10.774 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:24:11.009 INFO:teuthology.orchestra.run.smithi130.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T14:24:11.090 INFO:teuthology.orchestra.run.smithi130.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T14:24:11.099 INFO:teuthology.orchestra.run.smithi130.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T14:24:11.103 INFO:teuthology.orchestra.run.smithi130.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T14:24:11.158 INFO:teuthology.orchestra.run.smithi130.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T14:24:11.158 INFO:teuthology.orchestra.run.smithi130.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T14:24:11.162 INFO:teuthology.orchestra.run.smithi130.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T14:24:11.164 INFO:teuthology.orchestra.run.smithi130.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T14:24:11.169 INFO:teuthology.orchestra.run.smithi130.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T14:24:11.174 INFO:teuthology.orchestra.run.smithi130.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T14:24:11.176 INFO:teuthology.orchestra.run.smithi130.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T14:24:11.180 INFO:teuthology.orchestra.run.smithi130.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T14:24:11.181 INFO:teuthology.orchestra.run.smithi130.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T14:24:11.186 INFO:teuthology.orchestra.run.smithi130.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T14:24:11.205 INFO:teuthology.orchestra.run.smithi130.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T14:24:11.207 INFO:teuthology.orchestra.run.smithi130.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T14:24:11.211 INFO:teuthology.orchestra.run.smithi130.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T14:24:11.265 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:11.287 INFO:teuthology.orchestra.run.smithi130.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T14:24:11.288 INFO:teuthology.orchestra.run.smithi130.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T14:24:11.289 INFO:teuthology.orchestra.run.smithi130.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T14:24:11.289 INFO:teuthology.orchestra.run.smithi130.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T14:24:11.290 INFO:teuthology.orchestra.run.smithi130.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T14:24:11.312 INFO:teuthology.orchestra.run.smithi130.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T14:24:11.316 INFO:teuthology.orchestra.run.smithi130.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T14:24:11.316 INFO:teuthology.orchestra.run.smithi130.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T14:24:11.339 INFO:teuthology.orchestra.run.smithi130.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T14:24:11.339 INFO:teuthology.orchestra.run.smithi130.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T14:24:11.348 INFO:teuthology.orchestra.run.smithi130.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T14:24:11.349 INFO:teuthology.orchestra.run.smithi130.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T14:24:11.349 INFO:teuthology.orchestra.run.smithi130.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T14:24:11.350 INFO:teuthology.orchestra.run.smithi130.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-19T14:24:11.350 INFO:teuthology.orchestra.run.smithi130.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T14:24:11.351 INFO:teuthology.orchestra.run.smithi130.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T14:24:11.354 INFO:teuthology.orchestra.run.smithi130.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T14:24:11.369 INFO:teuthology.orchestra.run.smithi130.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T14:24:11.370 INFO:teuthology.orchestra.run.smithi130.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T14:24:11.371 INFO:teuthology.orchestra.run.smithi130.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T14:24:11.389 INFO:teuthology.orchestra.run.smithi130.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T14:24:11.391 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:11.392 INFO:teuthology.orchestra.run.smithi130.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T14:24:11.393 INFO:teuthology.orchestra.run.smithi130.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T14:24:11.393 INFO:teuthology.orchestra.run.smithi130.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T14:24:11.397 INFO:teuthology.orchestra.run.smithi130.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T14:24:11.398 INFO:teuthology.orchestra.run.smithi130.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T14:24:11.401 INFO:teuthology.orchestra.run.smithi130.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T14:24:11.410 INFO:teuthology.orchestra.run.smithi130.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T14:24:11.411 INFO:teuthology.orchestra.run.smithi130.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T14:24:11.411 INFO:teuthology.orchestra.run.smithi130.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T14:24:11.430 INFO:teuthology.orchestra.run.smithi130.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T14:24:11.431 INFO:teuthology.orchestra.run.smithi130.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T14:24:11.438 INFO:teuthology.orchestra.run.smithi130.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T14:24:11.438 INFO:teuthology.orchestra.run.smithi130.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T14:24:11.438 INFO:teuthology.orchestra.run.smithi130.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T14:24:11.440 INFO:teuthology.orchestra.run.smithi130.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T14:24:11.441 INFO:teuthology.orchestra.run.smithi130.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T14:24:11.542 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:11.753 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:24:11.753 INFO:teuthology.orchestra.run.smithi117.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:24:12.012 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 181 MB in 44s (4,136 kB/s) 2024-04-19T14:24:12.181 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T14:24:12.235 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:12.282 INFO:teuthology.orchestra.run.smithi130.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-19T14:24:12.287 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T14:24:12.378 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:12.379 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:24:12.496 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:12.708 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T14:24:12.734 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T14:24:12.764 INFO:teuthology.orchestra.run.smithi117.stdout:Setting up ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:12.774 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:24:13.152 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T14:24:13.179 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T14:24:13.211 INFO:teuthology.orchestra.run.smithi117.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T14:24:13.219 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:24:13.344 INFO:teuthology.orchestra.run.smithi117.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T14:24:13.497 INFO:teuthology.orchestra.run.smithi117.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T14:24:13.655 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T14:24:13.682 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:24:13.730 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:14.125 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T14:24:14.151 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:24:14.191 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:14.544 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T14:24:14.570 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:24:14.611 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:14.691 INFO:teuthology.orchestra.run.smithi117.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T14:24:14.939 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T14:24:14.965 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T14:24:15.005 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:24:15.274 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package librados2. 2024-04-19T14:24:15.300 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../007-librados2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:15.333 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:15.341 INFO:teuthology.orchestra.run.smithi117.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T14:24:15.347 DEBUG:teuthology.parallel:result is None 2024-04-19T14:24:15.785 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package librbd1. 2024-04-19T14:24:15.811 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../008-librbd1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:15.860 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:16.313 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T14:24:16.339 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:16.379 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:16.656 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-rados. 2024-04-19T14:24:16.672 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:16.707 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:16.992 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T14:24:17.018 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:17.059 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:17.328 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T14:24:17.354 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:17.394 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:17.722 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T14:24:17.748 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:17.788 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:18.108 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T14:24:18.134 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T14:24:18.174 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:24:18.477 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T14:24:18.503 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T14:24:18.544 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T14:24:18.779 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T14:24:18.794 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:18.838 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:19.182 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T14:24:19.208 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T14:24:19.249 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:24:19.526 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T14:24:19.552 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T14:24:19.592 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:24:19.903 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T14:24:19.918 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T14:24:19.953 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:24:20.232 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package lua5.1. 2024-04-19T14:24:20.258 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T14:24:20.289 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:24:20.609 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package lua-any. 2024-04-19T14:24:20.624 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T14:24:20.667 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T14:24:20.928 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package zip. 2024-04-19T14:24:20.943 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T14:24:20.986 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T14:24:21.306 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package unzip. 2024-04-19T14:24:21.332 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T14:24:21.372 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:24:21.709 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package luarocks. 2024-04-19T14:24:21.735 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T14:24:21.767 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:24:22.175 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package librgw2. 2024-04-19T14:24:22.201 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../025-librgw2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:22.241 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:22.743 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T14:24:22.758 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:22.796 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:23.280 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T14:24:23.306 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T14:24:23.346 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:24:23.657 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T14:24:23.683 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:23.723 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:24.118 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-common. 2024-04-19T14:24:24.145 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:24.185 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:25.127 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 4,130 kB in 1min 52s (36.7 kB/s) 2024-04-19T14:24:25.498 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-base. 2024-04-19T14:24:25.524 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:25.573 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:26.110 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T14:24:26.131 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-04-19T14:24:26.137 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T14:24:26.148 DEBUG:teuthology.orchestra.run.smithi173:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3175-gc53d131d-1jammy cephadm=19.0.0-3175-gc53d131d-1jammy ceph-mds=19.0.0-3175-gc53d131d-1jammy ceph-mgr=19.0.0-3175-gc53d131d-1jammy ceph-common=19.0.0-3175-gc53d131d-1jammy ceph-fuse=19.0.0-3175-gc53d131d-1jammy ceph-test=19.0.0-3175-gc53d131d-1jammy ceph-volume=19.0.0-3175-gc53d131d-1jammy radosgw=19.0.0-3175-gc53d131d-1jammy python3-rados=19.0.0-3175-gc53d131d-1jammy python3-rgw=19.0.0-3175-gc53d131d-1jammy python3-cephfs=19.0.0-3175-gc53d131d-1jammy python3-rbd=19.0.0-3175-gc53d131d-1jammy libcephfs2=19.0.0-3175-gc53d131d-1jammy libcephfs-dev=19.0.0-3175-gc53d131d-1jammy librados2=19.0.0-3175-gc53d131d-1jammy librbd1=19.0.0-3175-gc53d131d-1jammy rbd-fuse=19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:26.185 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:24:26.213 INFO:teuthology.orchestra.run.smithi173.stdout:Reading package lists... 2024-04-19T14:24:26.412 INFO:teuthology.orchestra.run.smithi173.stdout:Building dependency tree... 2024-04-19T14:24:26.413 INFO:teuthology.orchestra.run.smithi173.stdout:Reading state information... 2024-04-19T14:24:26.488 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T14:24:26.514 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T14:24:26.554 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:24:26.611 INFO:teuthology.orchestra.run.smithi173.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:24:26.611 INFO:teuthology.orchestra.run.smithi173.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:24:26.611 INFO:teuthology.orchestra.run.smithi173.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:24:26.611 INFO:teuthology.orchestra.run.smithi173.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:24:26.612 INFO:teuthology.orchestra.run.smithi173.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:24:26.612 INFO:teuthology.orchestra.run.smithi173.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:24:26.612 INFO:teuthology.orchestra.run.smithi173.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:24:26.612 INFO:teuthology.orchestra.run.smithi173.stdout:The following additional packages will be installed: 2024-04-19T14:24:26.612 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T14:24:26.613 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T14:24:26.613 INFO:teuthology.orchestra.run.smithi173.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T14:24:26.613 INFO:teuthology.orchestra.run.smithi173.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T14:24:26.614 INFO:teuthology.orchestra.run.smithi173.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: xmlstarlet zip 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout:Suggested packages: 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T14:24:26.615 INFO:teuthology.orchestra.run.smithi173.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T14:24:26.616 INFO:teuthology.orchestra.run.smithi173.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T14:24:26.616 INFO:teuthology.orchestra.run.smithi173.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T14:24:26.616 INFO:teuthology.orchestra.run.smithi173.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T14:24:26.616 INFO:teuthology.orchestra.run.smithi173.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T14:24:26.616 INFO:teuthology.orchestra.run.smithi173.stdout:Recommended packages: 2024-04-19T14:24:26.616 INFO:teuthology.orchestra.run.smithi173.stdout: btrfs-tools 2024-04-19T14:24:26.715 INFO:teuthology.orchestra.run.smithi173.stdout:The following NEW packages will be installed: 2024-04-19T14:24:26.715 INFO:teuthology.orchestra.run.smithi173.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T14:24:26.716 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T14:24:26.716 INFO:teuthology.orchestra.run.smithi173.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T14:24:26.716 INFO:teuthology.orchestra.run.smithi173.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T14:24:26.716 INFO:teuthology.orchestra.run.smithi173.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T14:24:26.716 INFO:teuthology.orchestra.run.smithi173.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:24:26.717 INFO:teuthology.orchestra.run.smithi173.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T14:24:26.718 INFO:teuthology.orchestra.run.smithi173.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T14:24:26.858 INFO:teuthology.orchestra.run.smithi173.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T14:24:26.859 INFO:teuthology.orchestra.run.smithi173.stdout:Need to get 181 MB of archives. 2024-04-19T14:24:26.859 INFO:teuthology.orchestra.run.smithi173.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-19T14:24:26.859 INFO:teuthology.orchestra.run.smithi173.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3175-gc53d131d-1jammy [3,552 kB] 2024-04-19T14:24:26.865 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T14:24:26.891 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T14:24:26.932 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:24:27.070 INFO:teuthology.orchestra.run.smithi173.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3175-gc53d131d-1jammy [3,224 kB] 2024-04-19T14:24:27.168 INFO:teuthology.orchestra.run.smithi173.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3175-gc53d131d-1jammy [712 kB] 2024-04-19T14:24:27.190 INFO:teuthology.orchestra.run.smithi173.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3175-gc53d131d-1jammy [356 kB] 2024-04-19T14:24:27.193 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T14:24:27.202 INFO:teuthology.orchestra.run.smithi173.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3175-gc53d131d-1jammy [32.8 kB] 2024-04-19T14:24:27.203 INFO:teuthology.orchestra.run.smithi173.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3175-gc53d131d-1jammy [180 kB] 2024-04-19T14:24:27.209 INFO:teuthology.orchestra.run.smithi173.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3175-gc53d131d-1jammy [67.3 kB] 2024-04-19T14:24:27.211 INFO:teuthology.orchestra.run.smithi173.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3175-gc53d131d-1jammy [330 kB] 2024-04-19T14:24:27.219 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T14:24:27.222 INFO:teuthology.orchestra.run.smithi173.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3175-gc53d131d-1jammy [6,895 kB] 2024-04-19T14:24:27.251 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:24:27.365 INFO:teuthology.orchestra.run.smithi173.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T14:24:27.463 INFO:teuthology.orchestra.run.smithi173.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3175-gc53d131d-1jammy [112 kB] 2024-04-19T14:24:27.465 INFO:teuthology.orchestra.run.smithi173.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3175-gc53d131d-1jammy [466 kB] 2024-04-19T14:24:27.475 INFO:teuthology.orchestra.run.smithi173.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3175-gc53d131d-1jammy [25.8 MB] 2024-04-19T14:24:27.546 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T14:24:27.572 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T14:24:27.612 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:24:27.882 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T14:24:27.908 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T14:24:27.948 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T14:24:28.259 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-portend. 2024-04-19T14:24:28.285 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T14:24:28.325 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T14:24:28.411 INFO:teuthology.orchestra.run.smithi173.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3175-gc53d131d-1jammy [5,094 kB] 2024-04-19T14:24:28.490 INFO:teuthology.orchestra.run.smithi173.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3175-gc53d131d-1jammy [245 kB] 2024-04-19T14:24:28.497 INFO:teuthology.orchestra.run.smithi173.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:24:28.502 INFO:teuthology.orchestra.run.smithi173.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3175-gc53d131d-1jammy [1,528 kB] 2024-04-19T14:24:28.552 INFO:teuthology.orchestra.run.smithi173.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3175-gc53d131d-1jammy [6,257 kB] 2024-04-19T14:24:28.587 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T14:24:28.613 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T14:24:28.645 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T14:24:28.758 INFO:teuthology.orchestra.run.smithi173.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3175-gc53d131d-1jammy [22.8 MB] 2024-04-19T14:24:28.948 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T14:24:28.974 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T14:24:29.014 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:24:29.334 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T14:24:29.361 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T14:24:29.392 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T14:24:29.602 INFO:teuthology.orchestra.run.smithi173.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3175-gc53d131d-1jammy [14.0 kB] 2024-04-19T14:24:29.602 INFO:teuthology.orchestra.run.smithi173.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3175-gc53d131d-1jammy [870 kB] 2024-04-19T14:24:29.619 INFO:teuthology.orchestra.run.smithi173.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3175-gc53d131d-1jammy [2,437 kB] 2024-04-19T14:24:29.661 INFO:teuthology.orchestra.run.smithi173.stdout:Get:23 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3175-gc53d131d-1jammy [791 kB] 2024-04-19T14:24:29.670 INFO:teuthology.orchestra.run.smithi173.stdout:Get:24 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3175-gc53d131d-1jammy [149 kB] 2024-04-19T14:24:29.672 INFO:teuthology.orchestra.run.smithi173.stdout:Get:25 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3175-gc53d131d-1jammy [2,297 kB] 2024-04-19T14:24:29.678 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T14:24:29.705 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T14:24:29.720 INFO:teuthology.orchestra.run.smithi173.stdout:Get:26 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3175-gc53d131d-1jammy [8,625 kB] 2024-04-19T14:24:29.737 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T14:24:29.810 INFO:teuthology.orchestra.run.smithi173.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T14:24:29.902 INFO:teuthology.orchestra.run.smithi173.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T14:24:29.992 INFO:teuthology.orchestra.run.smithi173.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T14:24:29.998 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T14:24:30.003 INFO:teuthology.orchestra.run.smithi173.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3175-gc53d131d-1jammy [14.2 kB] 2024-04-19T14:24:30.004 INFO:teuthology.orchestra.run.smithi173.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3175-gc53d131d-1jammy [51.6 MB] 2024-04-19T14:24:30.024 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T14:24:30.064 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:24:30.169 INFO:teuthology.orchestra.run.smithi173.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T14:24:30.195 INFO:teuthology.orchestra.run.smithi173.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T14:24:30.242 INFO:teuthology.orchestra.run.smithi173.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T14:24:30.272 INFO:teuthology.orchestra.run.smithi173.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T14:24:30.295 INFO:teuthology.orchestra.run.smithi173.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T14:24:30.316 INFO:teuthology.orchestra.run.smithi173.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T14:24:30.375 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-mako. 2024-04-19T14:24:30.401 INFO:teuthology.orchestra.run.smithi173.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T14:24:30.402 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T14:24:30.426 INFO:teuthology.orchestra.run.smithi173.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T14:24:30.442 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:24:30.521 INFO:teuthology.orchestra.run.smithi173.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T14:24:30.565 INFO:teuthology.orchestra.run.smithi173.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T14:24:30.588 INFO:teuthology.orchestra.run.smithi173.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T14:24:30.651 INFO:teuthology.orchestra.run.smithi173.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T14:24:30.707 INFO:teuthology.orchestra.run.smithi173.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T14:24:30.758 INFO:teuthology.orchestra.run.smithi173.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T14:24:30.772 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T14:24:30.798 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T14:24:30.824 INFO:teuthology.orchestra.run.smithi173.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T14:24:30.830 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:24:30.847 INFO:teuthology.orchestra.run.smithi173.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T14:24:30.882 INFO:teuthology.orchestra.run.smithi173.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T14:24:30.903 INFO:teuthology.orchestra.run.smithi173.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T14:24:30.925 INFO:teuthology.orchestra.run.smithi173.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T14:24:30.947 INFO:teuthology.orchestra.run.smithi173.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T14:24:31.034 INFO:teuthology.orchestra.run.smithi173.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T14:24:31.094 INFO:teuthology.orchestra.run.smithi173.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T14:24:31.108 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T14:24:31.116 INFO:teuthology.orchestra.run.smithi173.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T14:24:31.134 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T14:24:31.174 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:24:31.477 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-webob. 2024-04-19T14:24:31.503 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T14:24:31.543 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:24:31.822 INFO:teuthology.orchestra.run.smithi173.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T14:24:31.901 INFO:teuthology.orchestra.run.smithi173.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T14:24:31.905 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T14:24:31.932 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T14:24:31.960 INFO:teuthology.orchestra.run.smithi173.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:24:31.963 INFO:teuthology.orchestra.run.smithi173.stdout:Get:58 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3175-gc53d131d-1jammy [38.9 kB] 2024-04-19T14:24:31.964 INFO:teuthology.orchestra.run.smithi173.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3175-gc53d131d-1jammy [13.6 MB] 2024-04-19T14:24:31.974 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:24:31.981 INFO:teuthology.orchestra.run.smithi173.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T14:24:32.019 INFO:teuthology.orchestra.run.smithi173.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-19T14:24:32.119 INFO:teuthology.orchestra.run.smithi173.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T14:24:32.151 INFO:teuthology.orchestra.run.smithi173.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T14:24:32.178 INFO:teuthology.orchestra.run.smithi173.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T14:24:32.266 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T14:24:32.281 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T14:24:32.298 INFO:teuthology.orchestra.run.smithi173.stdout:Get:65 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3175-gc53d131d-1jammy [91.6 kB] 2024-04-19T14:24:32.312 INFO:teuthology.orchestra.run.smithi173.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T14:24:32.316 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:24:32.386 INFO:teuthology.orchestra.run.smithi173.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T14:24:32.419 INFO:teuthology.orchestra.run.smithi173.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T14:24:32.586 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-paste. 2024-04-19T14:24:32.612 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T14:24:32.652 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:24:32.669 INFO:teuthology.orchestra.run.smithi173.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T14:24:32.691 INFO:teuthology.orchestra.run.smithi173.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T14:24:32.719 INFO:teuthology.orchestra.run.smithi173.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T14:24:32.749 INFO:teuthology.orchestra.run.smithi173.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T14:24:32.831 INFO:teuthology.orchestra.run.smithi173.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T14:24:32.893 INFO:teuthology.orchestra.run.smithi173.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T14:24:32.922 INFO:teuthology.orchestra.run.smithi173.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T14:24:32.964 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T14:24:32.965 INFO:teuthology.orchestra.run.smithi173.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T14:24:32.979 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T14:24:32.997 INFO:teuthology.orchestra.run.smithi173.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T14:24:33.013 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:24:33.094 INFO:teuthology.orchestra.run.smithi173.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T14:24:33.156 INFO:teuthology.orchestra.run.smithi173.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T14:24:33.251 INFO:teuthology.orchestra.run.smithi173.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T14:24:33.275 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T14:24:33.301 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T14:24:33.341 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:24:33.343 INFO:teuthology.orchestra.run.smithi173.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T14:24:33.644 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T14:24:33.671 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T14:24:33.711 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T14:24:34.031 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T14:24:34.057 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T14:24:34.097 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:24:34.240 INFO:teuthology.orchestra.run.smithi173.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T14:24:34.273 INFO:teuthology.orchestra.run.smithi173.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T14:24:34.349 INFO:teuthology.orchestra.run.smithi173.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T14:24:34.373 INFO:teuthology.orchestra.run.smithi173.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T14:24:34.445 INFO:teuthology.orchestra.run.smithi173.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T14:24:34.460 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T14:24:34.486 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T14:24:34.526 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T14:24:34.672 INFO:teuthology.orchestra.run.smithi173.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T14:24:34.710 INFO:teuthology.orchestra.run.smithi173.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T14:24:34.731 INFO:teuthology.orchestra.run.smithi173.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T14:24:34.813 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-idna. 2024-04-19T14:24:34.839 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T14:24:34.879 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T14:24:34.922 INFO:teuthology.orchestra.run.smithi173.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T14:24:34.943 INFO:teuthology.orchestra.run.smithi173.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T14:24:34.966 INFO:teuthology.orchestra.run.smithi173.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T14:24:34.989 INFO:teuthology.orchestra.run.smithi173.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T14:24:35.012 INFO:teuthology.orchestra.run.smithi173.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T14:24:35.037 INFO:teuthology.orchestra.run.smithi173.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-19T14:24:35.060 INFO:teuthology.orchestra.run.smithi173.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T14:24:35.120 INFO:teuthology.orchestra.run.smithi173.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T14:24:35.169 INFO:teuthology.orchestra.run.smithi173.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T14:24:35.174 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T14:24:35.201 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T14:24:35.204 INFO:teuthology.orchestra.run.smithi173.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T14:24:35.236 INFO:teuthology.orchestra.run.smithi173.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T14:24:35.240 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:24:35.300 INFO:teuthology.orchestra.run.smithi173.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T14:24:35.371 INFO:teuthology.orchestra.run.smithi173.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T14:24:35.413 INFO:teuthology.orchestra.run.smithi173.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T14:24:35.504 INFO:teuthology.orchestra.run.smithi173.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T14:24:35.560 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-requests. 2024-04-19T14:24:35.587 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T14:24:35.627 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:24:35.779 INFO:teuthology.orchestra.run.smithi173.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T14:24:35.848 INFO:teuthology.orchestra.run.smithi173.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T14:24:35.873 INFO:teuthology.orchestra.run.smithi173.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T14:24:35.918 INFO:teuthology.orchestra.run.smithi173.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T14:24:35.921 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T14:24:35.941 INFO:teuthology.orchestra.run.smithi173.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T14:24:35.948 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T14:24:35.968 INFO:teuthology.orchestra.run.smithi173.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T14:24:35.989 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:24:36.032 INFO:teuthology.orchestra.run.smithi173.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T14:24:36.067 INFO:teuthology.orchestra.run.smithi173.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T14:24:36.094 INFO:teuthology.orchestra.run.smithi173.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T14:24:36.166 INFO:teuthology.orchestra.run.smithi173.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T14:24:36.190 INFO:teuthology.orchestra.run.smithi173.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T14:24:36.212 INFO:teuthology.orchestra.run.smithi173.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T14:24:36.248 INFO:teuthology.orchestra.run.smithi173.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T14:24:36.273 INFO:teuthology.orchestra.run.smithi173.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T14:24:36.283 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T14:24:36.298 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:36.341 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:36.679 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T14:24:36.706 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:36.737 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:36.960 INFO:teuthology.orchestra.run.smithi173.stdout:Fetched 181 MB in 10s (18.7 MB/s) 2024-04-19T14:24:37.049 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T14:24:37.075 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T14:24:37.116 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:24:37.127 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T14:24:37.199 INFO:teuthology.orchestra.run.smithi173.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-19T14:24:37.204 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T14:24:37.284 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:24:37.418 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T14:24:37.445 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T14:24:37.484 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T14:24:37.620 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T14:24:37.646 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T14:24:37.687 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:24:37.779 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T14:24:37.806 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:37.837 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:37.981 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T14:24:38.007 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T14:24:38.039 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:24:38.416 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T14:24:38.442 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:38.476 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T14:24:38.482 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:38.502 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:24:38.551 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:38.946 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T14:24:38.972 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:24:39.012 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:39.094 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T14:24:39.121 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:39.160 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:39.324 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T14:24:39.350 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:24:39.382 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:39.735 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T14:24:39.761 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T14:24:39.801 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:24:40.121 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librados2. 2024-04-19T14:24:40.148 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../007-librados2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:40.187 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:40.189 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph. 2024-04-19T14:24:40.215 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../066-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:40.247 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:40.541 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T14:24:40.568 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:40.608 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:40.623 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librbd1. 2024-04-19T14:24:40.650 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../008-librbd1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:40.698 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:41.011 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T14:24:41.038 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:41.077 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:41.310 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T14:24:41.336 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:41.376 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:41.480 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package cephadm. 2024-04-19T14:24:41.507 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../069-cephadm_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:41.547 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:41.654 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rados. 2024-04-19T14:24:41.669 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:41.712 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:41.808 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T14:24:41.823 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T14:24:41.858 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T14:24:42.031 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T14:24:42.058 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:42.099 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:42.153 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T14:24:42.168 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:24:42.210 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:24:42.317 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T14:24:42.333 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:42.367 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:42.661 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T14:24:42.688 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:42.728 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:43.039 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T14:24:43.066 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T14:24:43.106 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:24:43.157 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-babel. 2024-04-19T14:24:43.185 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:24:43.223 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:24:43.417 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T14:24:43.444 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T14:24:43.483 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T14:24:43.518 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T14:24:43.545 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T14:24:43.584 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:24:43.711 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T14:24:43.726 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:43.761 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:43.929 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T14:24:43.956 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:43.995 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:44.072 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T14:24:44.098 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T14:24:44.139 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:24:44.341 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T14:24:44.368 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T14:24:44.407 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T14:24:44.408 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T14:24:44.434 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T14:24:44.483 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:24:44.710 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-routes. 2024-04-19T14:24:44.737 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T14:24:44.776 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:24:44.803 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T14:24:44.829 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T14:24:44.869 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:24:45.121 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T14:24:45.149 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:45.188 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:45.189 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua5.1. 2024-04-19T14:24:45.215 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T14:24:45.255 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:24:45.525 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-any. 2024-04-19T14:24:45.540 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T14:24:45.583 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T14:24:45.836 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package zip. 2024-04-19T14:24:45.862 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T14:24:45.903 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T14:24:46.222 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package unzip. 2024-04-19T14:24:46.248 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T14:24:46.289 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:24:46.410 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T14:24:46.426 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T14:24:46.468 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:24:46.684 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package luarocks. 2024-04-19T14:24:46.711 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T14:24:46.751 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:24:46.930 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T14:24:46.957 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T14:24:46.996 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:24:47.134 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package librgw2. 2024-04-19T14:24:47.160 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../025-librgw2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:47.200 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:47.308 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T14:24:47.335 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T14:24:47.366 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:24:47.669 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T14:24:47.696 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T14:24:47.735 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:24:47.744 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T14:24:47.770 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:47.811 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:48.147 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T14:24:48.173 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T14:24:48.214 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:24:48.466 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T14:24:48.493 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:48.494 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T14:24:48.522 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:48.533 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:48.637 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:48.986 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-common. 2024-04-19T14:24:49.012 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:49.069 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:49.492 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T14:24:49.519 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T14:24:49.549 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T14:24:49.827 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T14:24:49.854 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T14:24:49.894 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:24:50.214 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T14:24:50.241 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T14:24:50.280 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:24:50.408 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-base. 2024-04-19T14:24:50.434 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:50.483 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:50.600 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T14:24:50.627 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T14:24:50.666 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T14:24:50.978 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T14:24:51.004 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T14:24:51.006 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T14:24:51.030 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T14:24:51.044 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T14:24:51.070 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:24:51.348 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T14:24:51.373 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T14:24:51.375 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T14:24:51.399 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T14:24:51.406 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:24:51.573 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:24:51.676 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T14:24:51.703 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T14:24:51.742 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T14:24:51.893 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T14:24:51.919 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T14:24:51.959 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:24:52.070 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T14:24:52.098 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T14:24:52.137 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:24:52.262 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T14:24:52.289 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T14:24:52.329 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:24:52.616 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T14:24:53.351 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-portend. 2024-04-19T14:24:53.352 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T14:24:53.378 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T14:24:53.598 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T14:24:53.625 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:24:53.665 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:24:53.681 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T14:24:53.708 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T14:24:53.748 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T14:24:54.026 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T14:24:54.052 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T14:24:54.084 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:24:54.092 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package jq. 2024-04-19T14:24:54.108 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:24:54.151 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T14:24:54.403 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package socat. 2024-04-19T14:24:54.419 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T14:24:54.429 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T14:24:54.455 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T14:24:54.461 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:24:54.495 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T14:24:54.773 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T14:24:54.800 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T14:24:54.810 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T14:24:54.833 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T14:24:54.848 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:24:54.873 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T14:24:55.176 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T14:24:55.202 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-test. 2024-04-19T14:24:55.202 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T14:24:55.222 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:55.260 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:55.287 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:24:55.596 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-mako. 2024-04-19T14:24:55.622 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T14:24:55.662 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:24:55.990 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T14:24:56.017 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T14:24:56.057 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:24:56.368 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T14:24:56.395 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T14:24:56.435 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:24:56.696 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webob. 2024-04-19T14:24:56.711 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T14:24:56.746 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:24:57.098 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T14:24:57.125 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T14:24:57.168 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:24:57.439 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T14:24:57.466 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:24:57.493 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T14:24:57.505 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:57.519 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T14:24:57.560 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:24:57.801 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T14:24:57.820 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:24:57.851 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:57.865 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-paste. 2024-04-19T14:24:57.890 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T14:24:57.931 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:24:58.171 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T14:24:58.198 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T14:24:58.237 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:24:58.240 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T14:24:58.256 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T14:24:58.299 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:24:58.533 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T14:24:58.561 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T14:24:58.594 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T14:24:58.600 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:24:58.620 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T14:24:58.660 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:24:58.954 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T14:24:58.962 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T14:24:58.981 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T14:24:58.989 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T14:24:59.020 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:24:59.029 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T14:24:59.340 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T14:24:59.367 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T14:24:59.398 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:24:59.459 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package pkg-config. 2024-04-19T14:24:59.486 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T14:24:59.525 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:24:59.720 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T14:24:59.747 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T14:24:59.769 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T14:24:59.778 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T14:24:59.785 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T14:24:59.828 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:25:00.089 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-idna. 2024-04-19T14:25:00.115 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T14:25:00.156 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T14:25:00.239 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T14:25:00.266 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T14:25:00.305 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T14:25:00.592 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T14:25:00.619 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T14:25:00.658 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T14:25:00.978 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T14:25:01.006 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T14:25:01.045 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:25:01.243 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T14:25:01.269 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T14:25:01.309 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:25:01.356 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T14:25:01.384 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T14:25:01.422 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T14:25:01.637 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests. 2024-04-19T14:25:01.664 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T14:25:01.704 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:25:01.742 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-py. 2024-04-19T14:25:01.770 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T14:25:01.809 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T14:25:02.120 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T14:25:02.148 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T14:25:02.157 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T14:25:02.183 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T14:25:02.187 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:25:02.223 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:25:02.502 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T14:25:02.517 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:25:02.560 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:02.658 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T14:25:02.685 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T14:25:02.724 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:25:02.948 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T14:25:02.975 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:03.014 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:03.036 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-toml. 2024-04-19T14:25:03.063 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T14:25:03.102 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T14:25:03.284 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T14:25:03.299 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T14:25:03.333 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:25:03.363 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T14:25:03.390 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T14:25:03.421 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:25:03.638 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T14:25:03.665 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T14:25:03.705 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T14:25:03.758 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T14:25:03.785 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T14:25:03.824 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:25:04.008 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T14:25:04.035 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:04.066 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:04.085 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T14:25:04.101 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T14:25:04.143 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:25:04.377 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T14:25:04.393 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:04.435 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:04.881 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package radosgw. 2024-04-19T14:25:04.908 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../116-radosgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:04.947 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:05.014 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T14:25:05.041 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:05.081 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:05.758 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T14:25:05.783 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:05.825 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:06.113 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T14:25:06.242 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph. 2024-04-19T14:25:06.269 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../066-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:06.309 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:06.363 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:25:06.489 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:25:06.570 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T14:25:06.597 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:06.628 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:06.759 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T14:25:06.998 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T14:25:07.025 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:07.064 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:07.074 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T14:25:07.484 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package cephadm. 2024-04-19T14:25:07.511 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../069-cephadm_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:07.523 INFO:teuthology.orchestra.run.smithi130.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T14:25:07.550 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:07.591 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:07.845 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T14:25:07.871 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T14:25:07.903 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T14:25:08.041 INFO:teuthology.orchestra.run.smithi130.stdout:Adding system user cephadm....done 2024-04-19T14:25:08.197 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:25:08.198 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T14:25:08.225 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:25:08.264 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:25:08.465 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:25:08.733 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:25:08.859 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:25:09.102 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T14:25:09.235 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-babel. 2024-04-19T14:25:09.251 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:25:09.293 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:25:09.336 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:25:09.471 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T14:25:09.613 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T14:25:09.640 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T14:25:09.679 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:25:09.772 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:25:10.016 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T14:25:10.033 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:25:10.074 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:10.133 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T14:25:10.386 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T14:25:10.392 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T14:25:10.413 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T14:25:10.452 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T14:25:10.652 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:25:10.755 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-routes. 2024-04-19T14:25:10.782 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T14:25:10.821 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:25:10.878 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:25:11.129 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:25:11.141 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T14:25:11.169 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:25:11.207 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:11.397 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:25:11.650 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:11.901 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:25:12.003 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:25:12.103 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:25:12.229 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:25:12.489 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:25:12.713 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T14:25:12.740 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T14:25:12.779 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:25:12.867 INFO:teuthology.orchestra.run.smithi130.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T14:25:12.903 INFO:teuthology.orchestra.run.smithi130.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T14:25:12.976 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:25:13.102 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T14:25:13.258 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T14:25:13.285 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T14:25:13.324 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:25:13.445 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:25:13.562 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T14:25:13.677 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T14:25:13.693 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T14:25:13.727 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:25:13.821 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:25:13.997 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T14:25:14.024 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T14:25:14.063 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:25:14.081 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:25:14.382 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T14:25:14.529 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:25:14.763 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T14:25:14.791 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:25:14.907 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:15.194 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:25:15.428 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:25:15.546 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:25:15.672 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:25:15.877 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T14:25:15.906 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T14:25:15.943 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T14:25:15.964 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T14:25:16.196 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T14:25:16.220 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T14:25:16.254 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:25:16.349 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T14:25:16.558 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T14:25:16.585 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T14:25:16.609 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:25:16.624 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:25:16.911 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T14:25:16.938 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T14:25:16.977 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T14:25:16.977 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:25:17.253 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:25:17.297 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T14:25:17.325 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T14:25:17.364 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T14:25:17.596 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:25:17.717 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T14:25:17.744 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T14:25:17.783 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:25:17.847 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:25:17.973 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:18.053 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T14:25:18.081 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T14:25:18.111 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T14:25:18.275 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T14:25:18.406 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T14:25:18.434 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T14:25:18.473 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:25:18.626 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:25:19.144 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T14:25:19.160 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:25:19.203 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:19.531 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T14:25:19.558 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T14:25:19.597 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:25:19.815 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:25:19.933 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T14:25:19.961 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:25:20.000 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:25:20.067 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:25:20.202 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T14:25:20.219 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package jq. 2024-04-19T14:25:20.235 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:25:20.269 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T14:25:20.444 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:25:20.555 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package socat. 2024-04-19T14:25:20.562 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:25:20.582 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T14:25:20.622 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:25:20.688 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:25:20.925 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T14:25:20.952 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T14:25:20.981 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:25:20.991 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:25:21.249 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T14:25:21.362 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-test. 2024-04-19T14:25:21.389 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:21.437 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:21.500 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:25:21.626 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:25:21.936 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:25:22.170 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T14:25:22.413 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T14:25:22.664 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:25:22.940 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T14:25:23.199 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:25:23.334 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T14:25:23.610 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:25:23.711 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:25:23.791 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T14:25:23.819 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:25:23.858 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:23.996 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:25:24.154 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T14:25:24.180 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:24.219 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:24.305 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:25:24.506 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T14:25:24.533 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T14:25:24.556 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:25:24.564 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:25:24.682 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:25:24.893 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T14:25:24.921 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T14:25:24.960 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:25:25.109 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:25:25.231 INFO:teuthology.orchestra.run.smithi130.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T14:25:25.322 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T14:25:25.349 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T14:25:25.388 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:25:25.453 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:25:25.553 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:25:25.794 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package pkg-config. 2024-04-19T14:25:25.821 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T14:25:25.860 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:25:25.904 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:25:26.105 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T14:25:26.121 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T14:25:26.163 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:25:26.172 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T14:25:26.298 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T14:25:26.533 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T14:25:26.549 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:25:26.560 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T14:25:26.599 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T14:25:26.675 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:25:26.902 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T14:25:26.929 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T14:25:26.968 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T14:25:26.985 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:25:27.288 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T14:25:27.303 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:25:27.316 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T14:25:27.357 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:25:27.579 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T14:25:27.649 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T14:25:27.677 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T14:25:27.705 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T14:25:27.715 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T14:25:27.981 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T14:25:28.044 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-py. 2024-04-19T14:25:28.072 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T14:25:28.110 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T14:25:28.249 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:25:28.430 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T14:25:28.458 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T14:25:28.496 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:25:28.610 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:25:28.909 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T14:25:28.937 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T14:25:28.971 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T14:25:28.975 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:25:29.264 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:25:29.286 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-toml. 2024-04-19T14:25:29.314 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T14:25:29.353 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T14:25:29.608 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:25:29.656 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T14:25:29.684 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T14:25:29.722 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:25:29.734 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:29.844 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:29.954 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:25:30.109 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T14:25:30.137 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T14:25:30.175 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:25:30.281 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:30.407 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:30.445 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T14:25:30.473 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T14:25:30.511 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:25:30.533 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T14:25:30.802 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:30.928 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:31.054 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:31.207 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package radosgw. 2024-04-19T14:25:31.235 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../116-radosgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:31.267 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:25:31.267 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:25:31.273 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:31.730 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:31.856 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:31.982 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:32.076 INFO:teuthology.orchestra.run.smithi173.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T14:25:32.104 INFO:teuthology.orchestra.run.smithi173.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:25:32.108 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:25:32.142 INFO:teuthology.orchestra.run.smithi173.stdout:Unpacking rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:32.422 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T14:25:32.673 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:25:32.774 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:25:33.013 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T14:25:33.271 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:33.354 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T14:25:33.397 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:33.523 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:33.648 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:33.775 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:33.817 INFO:teuthology.orchestra.run.smithi173.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T14:25:33.884 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:34.226 INFO:teuthology.orchestra.run.smithi130.stdout:Adding group ceph....done 2024-04-19T14:25:34.458 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user cephadm....done 2024-04-19T14:25:34.578 INFO:teuthology.orchestra.run.smithi130.stdout:Adding system user ceph....done 2024-04-19T14:25:34.615 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:25:34.738 INFO:teuthology.orchestra.run.smithi130.stdout:Setting system user ceph properties....done 2024-04-19T14:25:34.754 INFO:teuthology.orchestra.run.smithi130.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T14:25:34.891 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:25:34.892 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T14:25:35.150 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:25:35.204 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T14:25:35.277 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:25:35.544 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T14:25:35.676 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:35.794 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:35.795 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:25:35.922 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T14:25:36.223 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:25:36.260 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:25:36.260 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:25:36.566 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T14:25:36.721 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:36.818 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T14:25:37.070 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T14:25:37.077 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:25:37.312 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:25:37.556 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:37.563 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:25:37.770 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:25:37.770 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:25:37.822 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:25:38.065 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:38.267 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:38.316 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:25:38.442 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:25:38.472 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:25:38.472 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:25:38.569 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:25:38.677 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:25:38.920 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:25:38.934 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:39.188 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:25:39.189 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:25:39.296 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T14:25:39.326 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T14:25:39.390 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:25:39.516 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T14:25:39.719 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:39.837 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:39.875 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:25:39.976 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T14:25:39.988 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:40.202 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:25:40.202 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:25:40.211 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:25:40.470 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:25:40.665 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:40.780 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T14:25:40.816 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:40.906 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:25:40.951 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:41.077 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:41.405 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T14:25:41.514 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T14:25:41.591 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:25:41.666 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T14:25:41.850 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:25:41.951 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:25:42.052 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:25:42.353 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T14:25:42.701 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T14:25:42.738 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T14:25:42.989 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:25:43.328 INFO:teuthology.orchestra.run.smithi130.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T14:25:43.334 DEBUG:teuthology.parallel:result is None 2024-04-19T14:25:43.374 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:25:43.667 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:25:44.001 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:25:44.252 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:25:44.378 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:44.680 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T14:25:44.989 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:25:46.086 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:25:46.374 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:25:46.508 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T14:25:46.759 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:25:46.877 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:25:47.003 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:25:47.304 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:25:47.564 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T14:25:47.865 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:25:47.991 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:25:48.293 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:25:48.544 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T14:25:48.787 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T14:25:49.038 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:25:49.289 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T14:25:49.548 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:25:49.675 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T14:25:49.968 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:25:50.085 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:25:50.362 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:25:50.663 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:25:50.915 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:25:51.041 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:25:51.166 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:25:51.240 INFO:teuthology.orchestra.run.smithi173.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T14:25:51.485 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:25:51.611 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:25:51.996 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:25:52.289 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T14:25:52.415 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T14:25:52.675 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:25:52.801 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:25:53.110 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:25:53.403 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:25:53.679 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T14:25:53.806 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T14:25:54.073 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T14:25:54.342 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:25:54.703 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:25:55.080 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T14:25:55.415 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:25:55.743 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:25:55.852 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:55.970 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:56.096 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:25:56.433 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:56.559 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:56.685 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T14:25:56.945 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:57.071 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:57.197 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:57.419 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:25:57.420 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:25:57.924 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:58.050 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:58.160 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:58.286 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:25:59.448 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:59.574 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:59.700 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:59.826 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:25:59.961 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:00.496 INFO:teuthology.orchestra.run.smithi173.stdout:Adding group ceph....done 2024-04-19T14:26:00.847 INFO:teuthology.orchestra.run.smithi173.stdout:Adding system user ceph....done 2024-04-19T14:26:00.966 INFO:teuthology.orchestra.run.smithi173.stdout:Setting system user ceph properties....done 2024-04-19T14:26:00.986 INFO:teuthology.orchestra.run.smithi173.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T14:26:01.127 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T14:26:01.455 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T14:26:01.929 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:02.055 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:02.513 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:26:02.513 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:26:03.024 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:03.373 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T14:26:03.870 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:04.103 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:26:04.103 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:26:04.553 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:04.769 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:26:04.769 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:26:05.254 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:05.521 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:26:05.521 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:26:06.023 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:06.124 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:06.267 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:06.482 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:26:06.482 INFO:teuthology.orchestra.run.smithi173.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:26:06.952 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:07.094 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:07.220 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:07.372 INFO:teuthology.orchestra.run.smithi173.stdout:Setting up ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:26:07.717 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T14:26:07.834 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T14:26:07.978 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T14:26:09.131 INFO:teuthology.orchestra.run.smithi173.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T14:26:09.810 INFO:teuthology.orchestra.run.smithi173.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T14:26:09.817 DEBUG:teuthology.parallel:result is None 2024-04-19T14:26:09.817 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:26:09.961 DEBUG:teuthology.orchestra.run.smithi117:> dpkg-query -W -f '${Version}' ceph 2024-04-19T14:26:09.980 INFO:teuthology.orchestra.run.smithi117.stdout:19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:26:09.981 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:26:09.981 INFO:teuthology.task.install:The correct ceph version 19.0.0-3175-gc53d131d-1jammy is installed. 2024-04-19T14:26:09.983 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:26:10.132 DEBUG:teuthology.orchestra.run.smithi130:> dpkg-query -W -f '${Version}' ceph 2024-04-19T14:26:10.151 INFO:teuthology.orchestra.run.smithi130.stdout:19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:26:10.151 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:26:10.152 INFO:teuthology.task.install:The correct ceph version 19.0.0-3175-gc53d131d-1jammy is installed. 2024-04-19T14:26:10.153 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:26:10.292 DEBUG:teuthology.orchestra.run.smithi173:> dpkg-query -W -f '${Version}' ceph 2024-04-19T14:26:10.311 INFO:teuthology.orchestra.run.smithi173.stdout:19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:26:10.311 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:26:10.311 INFO:teuthology.task.install:The correct ceph version 19.0.0-3175-gc53d131d-1jammy is installed. 2024-04-19T14:26:10.312 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-19T14:26:10.313 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:26:10.313 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T14:26:10.327 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:26:10.328 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T14:26:10.342 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:26:10.342 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T14:26:10.365 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-19T14:26:10.365 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:26:10.365 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T14:26:10.383 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T14:26:10.439 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:26:10.439 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T14:26:10.452 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T14:26:10.505 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:26:10.505 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T14:26:10.521 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T14:26:10.576 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-19T14:26:10.576 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:26:10.576 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T14:26:10.589 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T14:26:10.641 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:26:10.641 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T14:26:10.655 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T14:26:10.709 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:26:10.709 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T14:26:10.723 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T14:26:10.776 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-19T14:26:10.776 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:26:10.777 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T14:26:10.790 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T14:26:10.845 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:26:10.845 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T14:26:10.858 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T14:26:10.913 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:26:10.913 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T14:26:10.926 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T14:26:10.980 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-19T14:26:11.070 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': 'c53d131d890ca258dc8708b5590933577e6ceba0'} 2024-04-19T14:26:11.070 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:26:11.071 INFO:tasks.cephadm:Cluster fsid is c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:26:11.071 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-19T14:26:11.071 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.117', 'mon.b': '172.21.15.130', 'mon.c': '172.21.15.173'} 2024-04-19T14:26:11.071 INFO:tasks.cephadm:First mon is mon.a on smithi117 2024-04-19T14:26:11.071 INFO:tasks.cephadm:First mgr is a 2024-04-19T14:26:11.071 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-19T14:26:11.071 DEBUG:teuthology.orchestra.run.smithi117:> sudo hostname $(hostname -s) 2024-04-19T14:26:11.086 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-04-19T14:26:11.100 DEBUG:teuthology.orchestra.run.smithi173:> sudo hostname $(hostname -s) 2024-04-19T14:26:11.114 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-19T14:26:11.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:26:11.252 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c53d131d890ca258dc8708b5590933577e6ceba0', '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/78695/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3175-gc53d131d', 'node_name': '172.21.5.37+adami07', '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-3175-gc53d131d-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-18 08:17:16.513591', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-17-1713', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-19T14:26:11.549 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-17-1713, sha1 c53d131d890ca258dc8708b5590933577e6ceba0 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:26:11.551 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-19T14:26:11.551 DEBUG:teuthology.orchestra.run.smithi117:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:12.087 INFO:teuthology.orchestra.run.smithi117.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789588 Apr 19 14:26 /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:12.087 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:12.718 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789588 Apr 19 14:26 /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:12.718 DEBUG:teuthology.orchestra.run.smithi173:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:13.589 INFO:teuthology.orchestra.run.smithi173.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789588 Apr 19 14:26 /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:13.590 DEBUG:teuthology.orchestra.run.smithi117:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:13.598 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:13.606 DEBUG:teuthology.orchestra.run.smithi173:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T14:26:13.624 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 on all hosts... 2024-04-19T14:26:13.624 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 pull 2024-04-19T14:26:13.644 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 pull 2024-04-19T14:26:13.652 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 pull 2024-04-19T14:26:13.811 INFO:teuthology.orchestra.run.smithi117.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:26:13.816 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:26:13.822 INFO:teuthology.orchestra.run.smithi173.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:27:59.611 INFO:teuthology.orchestra.run.smithi173.stdout:{ 2024-04-19T14:27:59.612 INFO:teuthology.orchestra.run.smithi173.stdout: "ceph_version": "ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev)", 2024-04-19T14:27:59.612 INFO:teuthology.orchestra.run.smithi173.stdout: "image_id": "6e45217f6088dc8b71a9dff14416db8db91bf6a00fdaca7ac48748e0d35e5c2a", 2024-04-19T14:27:59.612 INFO:teuthology.orchestra.run.smithi173.stdout: "repo_digests": [ 2024-04-19T14:27:59.613 INFO:teuthology.orchestra.run.smithi173.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da" 2024-04-19T14:27:59.613 INFO:teuthology.orchestra.run.smithi173.stdout: ] 2024-04-19T14:27:59.613 INFO:teuthology.orchestra.run.smithi173.stdout:} 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout:{ 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout: "ceph_version": "ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev)", 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout: "image_id": "6e45217f6088dc8b71a9dff14416db8db91bf6a00fdaca7ac48748e0d35e5c2a", 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout: "repo_digests": [ 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da" 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout: ] 2024-04-19T14:28:04.050 INFO:teuthology.orchestra.run.smithi117.stdout:} 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout:{ 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout: "ceph_version": "ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev)", 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout: "image_id": "6e45217f6088dc8b71a9dff14416db8db91bf6a00fdaca7ac48748e0d35e5c2a", 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout: "repo_digests": [ 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da" 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout: ] 2024-04-19T14:28:04.947 INFO:teuthology.orchestra.run.smithi130.stdout:} 2024-04-19T14:28:04.985 DEBUG:teuthology.orchestra.run.smithi117:> sudo mkdir -p /etc/ceph 2024-04-19T14:28:04.999 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /etc/ceph 2024-04-19T14:28:05.013 DEBUG:teuthology.orchestra.run.smithi173:> sudo mkdir -p /etc/ceph 2024-04-19T14:28:05.027 DEBUG:teuthology.orchestra.run.smithi117:> sudo chmod 777 /etc/ceph 2024-04-19T14:28:05.054 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 777 /etc/ceph 2024-04-19T14:28:05.070 DEBUG:teuthology.orchestra.run.smithi173:> sudo chmod 777 /etc/ceph 2024-04-19T14:28:05.082 INFO:tasks.cephadm:Writing seed config... 2024-04-19T14:28:05.083 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-19T14:28:05.083 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-19T14:28:05.084 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-19T14:28:05.084 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:28:05.085 DEBUG:teuthology.orchestra.run.smithi117:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-19T14:28:05.107 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 = c4ff571a-fe58-11ee-bc92-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-19T14:28:05.107 DEBUG:teuthology.orchestra.run.smithi117:mon.a> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a.service 2024-04-19T14:28:05.153 DEBUG:teuthology.orchestra.run.smithi117:mgr.a> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a.service 2024-04-19T14:28:05.196 INFO:tasks.cephadm:Bootstrapping... 2024-04-19T14:28:05.196 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 -v bootstrap --fsid c4ff571a-fe58-11ee-bc92-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.117 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:05.404 INFO:teuthology.orchestra.run.smithi117.stdout:-------------------------------------------------------------------------------- 2024-04-19T14:28:05.404 INFO:teuthology.orchestra.run.smithi117.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0', '-v', 'bootstrap', '--fsid', 'c4ff571a-fe58-11ee-bc92-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.117', '--skip-admin-label'] 2024-04-19T14:28:05.404 INFO:teuthology.orchestra.run.smithi117.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-19T14:28:05.405 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying podman|docker is present... 2024-04-19T14:28:05.405 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying lvm2 is present... 2024-04-19T14:28:05.405 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying time synchronization is in place... 2024-04-19T14:28:05.411 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-19T14:28:05.412 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-19T14:28:05.417 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-19T14:28:05.417 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.421 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-19T14:28:05.421 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-19T14:28:05.424 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-19T14:28:05.424 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.428 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-19T14:28:05.428 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout masked 2024-04-19T14:28:05.431 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-19T14:28:05.431 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.434 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-19T14:28:05.435 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-19T14:28:05.438 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-19T14:28:05.438 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.442 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout enabled 2024-04-19T14:28:05.446 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout active 2024-04-19T14:28:05.446 INFO:teuthology.orchestra.run.smithi117.stdout:Unit ntp.service is enabled and running 2024-04-19T14:28:05.446 INFO:teuthology.orchestra.run.smithi117.stdout:Repeating the final host check... 2024-04-19T14:28:05.446 INFO:teuthology.orchestra.run.smithi117.stdout:docker (/usr/bin/docker) is present 2024-04-19T14:28:05.446 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl is present 2024-04-19T14:28:05.446 INFO:teuthology.orchestra.run.smithi117.stdout:lvcreate is present 2024-04-19T14:28:05.449 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-19T14:28:05.449 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-19T14:28:05.452 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-19T14:28:05.452 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.456 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-19T14:28:05.456 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-19T14:28:05.459 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-19T14:28:05.459 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.462 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-19T14:28:05.462 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout masked 2024-04-19T14:28:05.465 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-19T14:28:05.465 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.469 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-19T14:28:05.469 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-19T14:28:05.472 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-19T14:28:05.473 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout inactive 2024-04-19T14:28:05.476 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout enabled 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stdout active 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Unit ntp.service is enabled and running 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Host looks OK 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Cluster fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Acquiring lock 139668499802016 on /run/cephadm/c4ff571a-fe58-11ee-bc92-c7b262605968.lock 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Lock 139668499802016 acquired on /run/cephadm/c4ff571a-fe58-11ee-bc92-c7b262605968.lock 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying IP 172.21.15.117 port 3300 ... 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying IP 172.21.15.117 port 6789 ... 2024-04-19T14:28:05.481 INFO:teuthology.orchestra.run.smithi117.stdout:Base mon IP(s) is [172.21.15.117:3300, 172.21.15.117:6789], mon addrv is [v2:172.21.15.117:3300,v1:172.21.15.117:6789] 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.117 metric 100 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.117 metric 100 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.117 metric 100 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.117 metric 100 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.117 metric 100 2024-04-19T14:28:05.484 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.117 metric 100 2024-04-19T14:28:05.487 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-19T14:28:05.487 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-19T14:28:05.487 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1716sec pref medium 2024-04-19T14:28:05.489 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-19T14:28:05.489 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-19T14:28:05.489 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-19T14:28:05.489 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-19T14:28:05.489 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:4463/64 scope link 2024-04-19T14:28:05.489 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-19T14:28:05.490 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.0.0/20` 2024-04-19T14:28:05.490 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.0.0/20` 2024-04-19T14:28:05.490 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.0.1/32` 2024-04-19T14:28:05.490 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.0.1/32` 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.0.2/32` 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.0.2/32` 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.15.254/32` 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Mon IP `172.21.15.117` is in CIDR network `172.21.15.254/32` 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-19T14:28:05.491 INFO:teuthology.orchestra.run.smithi117.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:28:05.767 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/docker: stdout c53d131d890ca258dc8708b5590933577e6ceba0: Pulling from ceph-ci/ceph 2024-04-19T14:28:05.767 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/docker: stdout Digest: sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da 2024-04-19T14:28:05.767 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:28:05.767 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:28:07.212 INFO:teuthology.orchestra.run.smithi117.stdout:ceph: stdout ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev) 2024-04-19T14:28:07.212 INFO:teuthology.orchestra.run.smithi117.stdout:Ceph version: ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev) 2024-04-19T14:28:07.212 INFO:teuthology.orchestra.run.smithi117.stdout:Extracting ceph user uid/gid from container image... 2024-04-19T14:28:08.540 INFO:teuthology.orchestra.run.smithi117.stdout:stat: stdout 167 167 2024-04-19T14:28:08.540 INFO:teuthology.orchestra.run.smithi117.stdout:Creating initial keys... 2024-04-19T14:28:09.703 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-authtool: stdout AQB5fyJm27SpCRAABpddbq080+Q5m/TkJ1Kc3g== 2024-04-19T14:28:10.891 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-authtool: stdout AQB6fyJmXGjkFBAAIsvN9SHNi7OnrVMtSbSAyg== 2024-04-19T14:28:12.189 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-authtool: stdout AQB7fyJmRt2aJBAAcQXtVAagVT87NM6y/V/Ayw== 2024-04-19T14:28:12.190 INFO:teuthology.orchestra.run.smithi117.stdout:Creating initial monmap... 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:monmaptool for a [v2:172.21.15.117:3300,v1:172.21.15.117:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:setting min_mon_release = quincy 2024-04-19T14:28:13.536 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/monmaptool: set fsid to c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:13.537 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-19T14:28:13.537 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:28:13.537 INFO:teuthology.orchestra.run.smithi117.stdout:Creating mon... 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 1 imported monmap: 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-19T14:28:14.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 0 /usr/bin/ceph-mon: set fsid to c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Git sha 0 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Compile date 2024-04-18 16:17:16 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: DB SUMMARY 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: DB Session ID: BSDPT7X98LLLN3IQNGYI 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-19T14:28:14.820 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.create_if_missing: 1 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.env: 0x55b844916cc0 2024-04-19T14:28:14.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T14:28:14.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.info_log: 0x55b84587ee60 2024-04-19T14:28:14.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T14:28:14.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.statistics: (nil) 2024-04-19T14:28:14.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.use_fsync: 0 2024-04-19T14:28:14.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T14:28:14.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.db_log_dir: 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.wal_dir: 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T14:28:14.840 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.write_buffer_manager: 0x55b845812aa0 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T14:28:14.841 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.unordered_write: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.row_cache: None 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.wal_filter: None 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.wal_compression: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T14:28:14.842 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T14:28:14.843 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.267+0000 7f835b3a0c80 4 rocksdb: Options.max_open_files: -1 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Compression algorithms supported: 2024-04-19T14:28:14.844 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kZSTD supported: 0 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.845 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.merge_operator: 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_filter: None 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b84587f040) 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T14:28:14.846 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55b8458451f0 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-19T14:28:14.847 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-19T14:28:14.848 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression: NoCompression 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.num_levels: 7 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T14:28:14.849 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T14:28:14.850 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T14:28:14.851 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T14:28:14.852 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T14:28:14.853 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T14:28:14.860 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T14:28:14.860 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T14:28:14.860 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T14:28:14.861 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.ttl: 2592000 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T14:28:14.862 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: be719ca9-1ffe-43e8-a636-5a7a99401f77 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b845934000 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f835b3a0c80 4 rocksdb: DB pointer 0x55b845924000 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f834b502700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.271+0000 7f834b502700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T14:28:14.863 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.864 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:28:14.865 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55b8458451f0#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-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.275+0000 7f835b3a0c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.275+0000 7f835b3a0c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:28:14.275+0000 7f835b3a0c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-19T14:28:14.866 INFO:teuthology.orchestra.run.smithi117.stdout:create mon.a on 2024-04-19T14:28:15.094 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-19T14:28:15.328 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-19T14:28:15.578 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968.target. 2024-04-19T14:28:15.579 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968.target. 2024-04-19T14:28:15.884 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a 2024-04-19T14:28:15.884 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-19T14:28:16.095 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968.target.wants/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service. 2024-04-19T14:28:16.105 INFO:teuthology.orchestra.run.smithi117.stdout:firewalld does not appear to be present 2024-04-19T14:28:16.105 INFO:teuthology.orchestra.run.smithi117.stdout:Not possible to enable service . firewalld.service is not available 2024-04-19T14:28:16.105 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for mon to start... 2024-04-19T14:28:16.105 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for mon... 2024-04-19T14:28:17.580 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:17 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.366907+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout cluster: 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout id: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout services: 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.19928s) 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-19T14:28:18.117 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:18.118 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout data: 2024-04-19T14:28:18.118 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-19T14:28:18.118 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-19T14:28:18.118 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-19T14:28:18.119 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout pgs: 2024-04-19T14:28:18.119 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:18.119 INFO:teuthology.orchestra.run.smithi117.stdout:mon is available 2024-04-19T14:28:18.119 INFO:teuthology.orchestra.run.smithi117.stdout:Assimilating anything we can from ceph.conf... 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370406+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370406+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370608+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370608+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370623+0000 mon.a (mon.0) 4 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370623+0000 mon.a (mon.0) 4 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:18.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370631+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370631+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370640+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370640+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370647+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370647+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370655+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370655+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370662+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.370662+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.372705+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.372705+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.375051+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:28:18.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.375051+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:28:18.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.375548+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:28:18.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: cluster 2024-04-19T14:28:17.375548+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:28:18.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: audit 2024-04-19T14:28:17.569622+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.117:0/670869725' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-19T14:28:18.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:18 smithi117 bash[21362]: audit 2024-04-19T14:28:17.569622+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.117:0/670869725' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout [global] 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout fsid = c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.117:3300,v1:172.21.15.117:6789] 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-19T14:28:19.631 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout [osd] 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-19T14:28:19.632 INFO:teuthology.orchestra.run.smithi117.stdout:Generating new minimal ceph.conf... 2024-04-19T14:28:19.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:19 smithi117 bash[21362]: audit 2024-04-19T14:28:19.050317+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.117:0/1526071316' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:28:19.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:19 smithi117 bash[21362]: audit 2024-04-19T14:28:19.050317+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.117:0/1526071316' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:28:19.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:19 smithi117 bash[21362]: audit 2024-04-19T14:28:19.054147+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.117:0/1526071316' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:28:19.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:19 smithi117 bash[21362]: audit 2024-04-19T14:28:19.054147+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.117:0/1526071316' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:28:21.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:20 smithi117 bash[21362]: audit 2024-04-19T14:28:20.669597+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.117:0/2343163431' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:21.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:20 smithi117 bash[21362]: audit 2024-04-19T14:28:20.669597+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.117:0/2343163431' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:21.184 INFO:teuthology.orchestra.run.smithi117.stdout:Restarting the monitor... 2024-04-19T14:28:21.529 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 systemd[1]: Stopping Ceph mon.a for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:28:21.529 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 bash[21362]: debug 2024-04-19T14:28:21.315+0000 7f3f7f933700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:28:21.529 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 bash[21362]: debug 2024-04-19T14:28:21.315+0000 7f3f7f933700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-19T14:28:21.986 INFO:teuthology.orchestra.run.smithi117.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20,172.21.0.1/32,172.21.0.2/32 in mon config section 2024-04-19T14:28:22.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 bash[21746]: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-mon-a 2024-04-19T14:28:22.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 bash[21805]: Error response from daemon: No such container: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-mon-a 2024-04-19T14:28:22.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 systemd[1]: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-19T14:28:22.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 systemd[1]: Stopped Ceph mon.a for c4ff571a-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:28:22.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:21 smithi117 systemd[1]: Started Ceph mon.a for c4ff571a-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:28:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.983+0000 7fdd58a49c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T14:28:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.983+0000 7fdd58a49c80 0 ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev), process ceph-mon, pid 7 2024-04-19T14:28:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.983+0000 7fdd58a49c80 0 pidfile_write: ignore empty --pid-file 2024-04-19T14:28:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 0 load: jerasure load: lrc 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Git sha 0 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Compile date 2024-04-18 16:17:16 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: DB SUMMARY 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: DB Session ID: HVG064YSKOJFDBLX782B 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88573 ; 2024-04-19T14:28:23.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.env: 0x55a692eaccc0 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.info_log: 0x55a69417fc40 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.statistics: (nil) 2024-04-19T14:28:23.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.use_fsync: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T14:28:23.158 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.db_log_dir: 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.wal_dir: 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T14:28:23.159 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.write_buffer_manager: 0x55a6941150e0 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.unordered_write: 0 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T14:28:23.160 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.row_cache: None 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.wal_filter: None 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.wal_compression: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T14:28:23.161 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T14:28:23.162 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_open_files: -1 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T14:28:23.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Compression algorithms supported: 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kZSTD supported: 0 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T14:28:23.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T14:28:23.165 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T14:28:23.165 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T14:28:23.165 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-19T14:28:23.166 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T14:28:23.166 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T14:28:23.166 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.merge_operator: 2024-04-19T14:28:23.166 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_filter: None 2024-04-19T14:28:23.166 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a69417fe00) 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: cache_index_and_filter_blocks: 1 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: pin_top_level_index_and_filter: 1 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: index_type: 0 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: data_block_index_type: 0 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: index_shortening: 1 2024-04-19T14:28:23.167 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: checksum: 4 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: no_block_cache: 0 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_cache: 0x55a6941451f0 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_cache_name: BinnedLRUCache 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_cache_options: 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: capacity : 536870912 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: num_shard_bits : 4 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: strict_capacity_limit : 0 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: high_pri_pool_ratio: 0.000 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_cache_compressed: (nil) 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: persistent_cache: (nil) 2024-04-19T14:28:23.168 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_size: 4096 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_size_deviation: 10 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_restart_interval: 16 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: index_block_restart_interval: 1 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: metadata_block_size: 4096 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: partition_filters: 0 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: use_delta_encoding: 1 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: filter_policy: bloomfilter 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: whole_key_filtering: 1 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: verify_compression: 0 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: read_amp_bytes_per_bit: 0 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: format_version: 5 2024-04-19T14:28:23.169 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: enable_index_compression: 1 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: block_align: 0 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: max_auto_readahead_size: 262144 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: prepopulate_block_cache: 0 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: initial_auto_readahead_size: 8192 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: num_file_reads_for_auto_readahead: 2 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression: NoCompression 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:22 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T14:28:23.170 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.num_levels: 7 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:28:23.171 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T14:28:23.172 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T14:28:23.173 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T14:28:23.174 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T14:28:23.175 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.ttl: 2592000 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T14:28:23.176 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.987+0000 7fdd58a49c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-19T14:28:23.177 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: be719ca9-1ffe-43e8-a636-5a7a99401f77 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536902994699, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536902996257, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85312, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83459, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77671, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713536902, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "be719ca9-1ffe-43e8-a636-5a7a99401f77", "db_session_id": "HVG064YSKOJFDBLX782B", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536902996382, "job": 1, "event": "recovery_finished"} 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.991+0000 7fdd58a49c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a69425e000 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 4 rocksdb: DB pointer 0x55a694248000 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd471a3700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T14:28:23.178 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd471a3700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: ** DB Stats ** 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: ** Compaction Stats [default] ** 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T14:28:23.179 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: L0 2/0 85.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Sum 2/0 85.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 85.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: ** Compaction Stats [default] ** 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 85.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T14:28:23.180 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Cumulative compaction: 0.00 GB write, 14.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Interval compaction: 0.00 GB write, 14.12 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Block cache BinnedLRUCache@0x55a6941451f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] at bind addrs [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 1 mon.a@-1(???) e1 preinit fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 mon.a@-1(???).mds e1 new map 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 mon.a@-1(???).mds e1 print_map 2024-04-19T14:28:23.181 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: e1 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: legacy client fscid: -1 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: No filesystems configured 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: debug 2024-04-19T14:28:22.995+0000 7fdd58a49c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007383+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:28:23.182 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007383+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007478+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007478+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007499+0000 mon.a (mon.0) 3 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007499+0000 mon.a (mon.0) 3 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007558+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007558+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007592+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007592+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007622+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007622+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007654+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:23.183 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007654+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007695+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.007695+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.008325+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.008325+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.008388+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.008388+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.008924+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:28:23.184 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:23 smithi117 bash[21844]: cluster 2024-04-19T14:28:23.008924+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:28:23.878 INFO:teuthology.orchestra.run.smithi117.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-19T14:28:23.904 INFO:teuthology.orchestra.run.smithi117.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:23.904 INFO:teuthology.orchestra.run.smithi117.stdout:Creating mgr... 2024-04-19T14:28:23.904 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-19T14:28:23.904 INFO:teuthology.orchestra.run.smithi117.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-19T14:28:24.215 INFO:teuthology.orchestra.run.smithi117.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a 2024-04-19T14:28:24.215 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a.service: Unit ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a.service not loaded. 2024-04-19T14:28:24.281 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:24 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:28:24.372 INFO:teuthology.orchestra.run.smithi117.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968.target.wants/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service. 2024-04-19T14:28:24.380 INFO:teuthology.orchestra.run.smithi117.stdout:firewalld does not appear to be present 2024-04-19T14:28:24.380 INFO:teuthology.orchestra.run.smithi117.stdout:Not possible to enable service . firewalld.service is not available 2024-04-19T14:28:24.380 INFO:teuthology.orchestra.run.smithi117.stdout:firewalld does not appear to be present 2024-04-19T14:28:24.380 INFO:teuthology.orchestra.run.smithi117.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-19T14:28:24.380 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for mgr to start... 2024-04-19T14:28:24.380 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for mgr... 2024-04-19T14:28:24.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:24 smithi117 bash[21844]: audit 2024-04-19T14:28:23.284953+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.117:0/386372249' entity='client.admin' 2024-04-19T14:28:24.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:24 smithi117 bash[21844]: audit 2024-04-19T14:28:23.284953+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.117:0/386372249' entity='client.admin' 2024-04-19T14:28:24.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:24 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:28:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:25 smithi117 bash[21844]: audit 2024-04-19T14:28:25.745438+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.117:0/1055925299' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:25 smithi117 bash[21844]: audit 2024-04-19T14:28:25.745438+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.117:0/1055925299' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:26.155 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:25 smithi117 bash[22100]: debug 2024-04-19T14:28:25.710+0000 7f06a0cdb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsid": "c4ff571a-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:28:26.379 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:28:26.381 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:26.381 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:28:26.382 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:28:26.383 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:28:26.383 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:28:26.386 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:28:26.387 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:28:17.371746+0000", 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:28:26.388 INFO:teuthology.orchestra.run.smithi117.stdout:mgr not available, waiting (1/15)... 2024-04-19T14:28:27.614 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:27 smithi117 bash[22100]: debug 2024-04-19T14:28:27.270+0000 7f06a0cdb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:28:27.615 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:27 smithi117 bash[22100]: debug 2024-04-19T14:28:27.366+0000 7f06a0cdb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:28:27.615 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:27 smithi117 bash[22100]: debug 2024-04-19T14:28:27.610+0000 7f06a0cdb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:28:28.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:28 smithi117 bash[22100]: debug 2024-04-19T14:28:28.402+0000 7f06a0cdb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:28:28.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:28 smithi117 bash[22100]: debug 2024-04-19T14:28:28.510+0000 7f06a0cdb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:28:28.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:28 smithi117 bash[22100]: debug 2024-04-19T14:28:28.610+0000 7f06a0cdb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:28:29.227 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:28 smithi117 bash[22100]: debug 2024-04-19T14:28:28.962+0000 7f06a0cdb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:28:29.227 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:29 smithi117 bash[22100]: debug 2024-04-19T14:28:29.074+0000 7f06a0cdb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:28:29.227 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:29 smithi117 bash[22100]: debug 2024-04-19T14:28:29.174+0000 7f06a0cdb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:28:29.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:29 smithi117 bash[21844]: audit 2024-04-19T14:28:29.532408+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.117:0/3624595517' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:29.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:29 smithi117 bash[21844]: audit 2024-04-19T14:28:29.532408+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.117:0/3624595517' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:29.905 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:29 smithi117 bash[22100]: debug 2024-04-19T14:28:29.538+0000 7f06a0cdb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:28:29.905 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:29 smithi117 bash[22100]: debug 2024-04-19T14:28:29.778+0000 7f06a0cdb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:28:30.182 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsid": "c4ff571a-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:28:30.183 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:30.185 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:28:30.185 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:28:30.185 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:30.185 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-19T14:28:30.185 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:28:30.185 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:28:30.186 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:28:30.190 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:28:30.191 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:28:17.371746+0000", 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:28:30.192 INFO:teuthology.orchestra.run.smithi117.stdout:mgr not available, waiting (2/15)... 2024-04-19T14:28:30.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:30 smithi117 bash[22100]: debug 2024-04-19T14:28:30.038+0000 7f06a0cdb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:28:30.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:30 smithi117 bash[22100]: debug 2024-04-19T14:28:30.150+0000 7f06a0cdb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:28:30.839 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:30 smithi117 bash[22100]: debug 2024-04-19T14:28:30.422+0000 7f06a0cdb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:28:31.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:30 smithi117 bash[22100]: debug 2024-04-19T14:28:30.834+0000 7f06a0cdb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:28:31.155 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:31 smithi117 bash[22100]: debug 2024-04-19T14:28:31.070+0000 7f06a0cdb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:28:31.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:31 smithi117 bash[22100]: debug 2024-04-19T14:28:31.186+0000 7f06a0cdb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:28:31.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:31 smithi117 bash[22100]: debug 2024-04-19T14:28:31.426+0000 7f06a0cdb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:28:32.564 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:32 smithi117 bash[22100]: debug 2024-04-19T14:28:32.446+0000 7f06a0cdb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:28:32.861 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:32 smithi117 bash[22100]: debug 2024-04-19T14:28:32.562+0000 7f06a0cdb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:28:33.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:32 smithi117 bash[22100]: debug 2024-04-19T14:28:32.858+0000 7f06a0cdb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:28:33.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:32 smithi117 bash[22100]: debug 2024-04-19T14:28:32.970+0000 7f06a0cdb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:28:33.555 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:33 smithi117 bash[22100]: debug 2024-04-19T14:28:33.434+0000 7f06a0cdb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:28:33.555 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:33 smithi117 bash[21844]: audit 2024-04-19T14:28:33.263579+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.117:0/1121102412' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:33.555 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:33 smithi117 bash[21844]: audit 2024-04-19T14:28:33.263579+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.117:0/1121102412' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsid": "c4ff571a-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:28:33.816 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:28:33.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:28:33.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:28:33.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:28:33.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:28:33.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:28:33.821 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:28:33.822 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:33.823 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:28:17.371746+0000", 2024-04-19T14:28:33.824 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:33.824 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:33.824 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:28:33.824 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:28:33.824 INFO:teuthology.orchestra.run.smithi117.stdout:mgr not available, waiting (3/15)... 2024-04-19T14:28:33.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:33 smithi117 bash[22100]: debug 2024-04-19T14:28:33.550+0000 7f06a0cdb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:28:34.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: cluster 2024-04-19T14:28:33.576018+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-19T14:28:34.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: cluster 2024-04-19T14:28:33.576018+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-19T14:28:34.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: cluster 2024-04-19T14:28:33.580845+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0050999s) 2024-04-19T14:28:34.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: cluster 2024-04-19T14:28:33.580845+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0050999s) 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582157+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582157+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582301+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582301+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582431+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582431+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582591+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.582591+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.583088+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.583088+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: cluster 2024-04-19T14:28:33.588882+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: cluster 2024-04-19T14:28:33.588882+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-19T14:28:34.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.600906+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.600906+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.603689+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.603689+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.610926+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.610926+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.618485+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.618485+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.626348+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' 2024-04-19T14:28:34.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:34 smithi117 bash[21844]: audit 2024-04-19T14:28:33.626348+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.117:0/430770232' entity='mgr.a' 2024-04-19T14:28:35.843 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:35 smithi117 bash[21844]: cluster 2024-04-19T14:28:34.592609+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01685s) 2024-04-19T14:28:35.843 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:35 smithi117 bash[21844]: cluster 2024-04-19T14:28:34.592609+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01685s) 2024-04-19T14:28:37.882 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:37.882 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:28:37.882 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsid": "c4ff571a-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:28:37.883 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:28:37.884 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T14:28:37.885 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:28:17.371746+0000", 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:28:37.886 INFO:teuthology.orchestra.run.smithi117.stdout:mgr is available 2024-04-19T14:28:37.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:37 smithi117 bash[21844]: cluster 2024-04-19T14:28:36.588935+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-19T14:28:37.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:37 smithi117 bash[21844]: cluster 2024-04-19T14:28:36.588935+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-19T14:28:37.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:37 smithi117 bash[21844]: audit 2024-04-19T14:28:37.318354+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.117:0/2588513413' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:37.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:37 smithi117 bash[21844]: audit 2024-04-19T14:28:37.318354+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.117:0/2588513413' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:28:39.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:39 smithi117 bash[21844]: audit 2024-04-19T14:28:39.182098+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.117:0/626142242' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:28:39.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:39 smithi117 bash[21844]: audit 2024-04-19T14:28:39.182098+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.117:0/626142242' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:28:39.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:39 smithi117 bash[21844]: audit 2024-04-19T14:28:39.186636+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.117:0/626142242' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:28:39.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:39 smithi117 bash[21844]: audit 2024-04-19T14:28:39.186636+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.117:0/626142242' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:28:39.817 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout [global] 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout fsid = c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout [osd] 2024-04-19T14:28:39.818 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-19T14:28:39.819 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-19T14:28:39.819 INFO:teuthology.orchestra.run.smithi117.stdout:Enabling cephadm module... 2024-04-19T14:28:41.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:41 smithi117 bash[21844]: audit 2024-04-19T14:28:41.202206+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.117:0/1371391639' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-19T14:28:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:41 smithi117 bash[21844]: audit 2024-04-19T14:28:41.202206+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.117:0/1371391639' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-19T14:28:41.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:41 smithi117 bash[22100]: ignoring --setuser ceph since I am not root 2024-04-19T14:28:41.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:41 smithi117 bash[22100]: ignoring --setgroup ceph since I am not root 2024-04-19T14:28:41.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:41 smithi117 bash[22100]: debug 2024-04-19T14:28:41.434+0000 7fef48a37200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:28:42.539 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:42 smithi117 bash[21844]: audit 2024-04-19T14:28:41.254009+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.117:0/1371391639' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-19T14:28:42.539 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:42 smithi117 bash[21844]: audit 2024-04-19T14:28:41.254009+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.117:0/1371391639' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-19T14:28:42.539 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:42 smithi117 bash[21844]: cluster 2024-04-19T14:28:41.259666+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-19T14:28:42.539 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:42 smithi117 bash[21844]: cluster 2024-04-19T14:28:41.259666+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-19T14:28:43.275 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:43 smithi117 bash[21844]: audit 2024-04-19T14:28:43.235599+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.117:0/1748216826' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:28:43.276 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:43 smithi117 bash[21844]: audit 2024-04-19T14:28:43.235599+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.117:0/1748216826' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:28:43.276 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:43 smithi117 bash[22100]: debug 2024-04-19T14:28:43.022+0000 7fef48a37200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:28:43.276 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:43 smithi117 bash[22100]: debug 2024-04-19T14:28:43.118+0000 7fef48a37200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:28:43.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:43 smithi117 bash[22100]: debug 2024-04-19T14:28:43.370+0000 7fef48a37200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:28:43.875 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:28:43.875 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-19T14:28:43.875 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T14:28:43.875 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-19T14:28:43.875 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-19T14:28:43.875 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:28:43.876 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for the mgr to restart... 2024-04-19T14:28:43.876 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for mgr epoch 5... 2024-04-19T14:28:44.531 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:44 smithi117 bash[22100]: debug 2024-04-19T14:28:44.170+0000 7fef48a37200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:28:44.531 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:44 smithi117 bash[22100]: debug 2024-04-19T14:28:44.282+0000 7fef48a37200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:28:44.531 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:44 smithi117 bash[22100]: debug 2024-04-19T14:28:44.386+0000 7fef48a37200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:28:44.863 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:44 smithi117 bash[22100]: debug 2024-04-19T14:28:44.746+0000 7fef48a37200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:28:44.863 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:44 smithi117 bash[22100]: debug 2024-04-19T14:28:44.858+0000 7fef48a37200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:28:45.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:44 smithi117 bash[22100]: debug 2024-04-19T14:28:44.962+0000 7fef48a37200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:28:45.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:45 smithi117 bash[22100]: debug 2024-04-19T14:28:45.318+0000 7fef48a37200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:28:45.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:45 smithi117 bash[22100]: debug 2024-04-19T14:28:45.554+0000 7fef48a37200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:28:46.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:45 smithi117 bash[22100]: debug 2024-04-19T14:28:45.818+0000 7fef48a37200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:28:46.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:45 smithi117 bash[22100]: debug 2024-04-19T14:28:45.930+0000 7fef48a37200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:28:46.615 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:46 smithi117 bash[22100]: debug 2024-04-19T14:28:46.202+0000 7fef48a37200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:28:46.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:46 smithi117 bash[22100]: debug 2024-04-19T14:28:46.610+0000 7fef48a37200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:28:46.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:46 smithi117 bash[22100]: debug 2024-04-19T14:28:46.850+0000 7fef48a37200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:28:47.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:46 smithi117 bash[22100]: debug 2024-04-19T14:28:46.966+0000 7fef48a37200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:28:47.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:47 smithi117 bash[22100]: debug 2024-04-19T14:28:47.210+0000 7fef48a37200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:28:48.624 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:48 smithi117 bash[22100]: debug 2024-04-19T14:28:48.214+0000 7fef48a37200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:28:48.625 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:48 smithi117 bash[22100]: debug 2024-04-19T14:28:48.330+0000 7fef48a37200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:28:48.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:48 smithi117 bash[22100]: debug 2024-04-19T14:28:48.622+0000 7fef48a37200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:28:48.905 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:48 smithi117 bash[22100]: debug 2024-04-19T14:28:48.734+0000 7fef48a37200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:28:49.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[22100]: debug 2024-04-19T14:28:49.178+0000 7fef48a37200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:28:49.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[22100]: debug 2024-04-19T14:28:49.298+0000 7fef48a37200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:28:49.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.324162+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.324162+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.324614+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.324614+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.334769+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.334769+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.335028+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0105956s) 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.335028+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.0105956s) 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.335860+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.335860+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.337923+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.337923+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.338956+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.338956+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.339114+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:28:49.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.339114+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.339242+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.339242+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.345451+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: cluster 2024-04-19T14:28:49.345451+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.367579+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.367579+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.372107+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.372107+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.374833+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:49.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:49 smithi117 bash[21844]: audit 2024-04-19T14:28:49.374833+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cephadm 2024-04-19T14:28:49.363479+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cephadm 2024-04-19T14:28:49.363479+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.379328+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.379328+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.382580+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.382580+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.394076+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.394076+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.396929+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.396929+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.779798+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.779798+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.785189+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: audit 2024-04-19T14:28:49.785189+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.189665+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Bus STARTING 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.189665+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Bus STARTING 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.291614+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.291614+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cluster 2024-04-19T14:28:50.332333+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.0079s) 2024-04-19T14:28:50.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:50 smithi117 bash[21844]: cluster 2024-04-19T14:28:50.332333+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.0079s) 2024-04-19T14:28:51.023 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:28:51.023 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-19T14:28:51.023 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-19T14:28:51.023 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:28:51.023 INFO:teuthology.orchestra.run.smithi117.stdout:mgr epoch 5 is available 2024-04-19T14:28:51.023 INFO:teuthology.orchestra.run.smithi117.stdout:Setting orchestrator backend to cephadm... 2024-04-19T14:28:51.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: audit 2024-04-19T14:28:50.331107+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:28:51.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: audit 2024-04-19T14:28:50.331107+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:28:51.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: audit 2024-04-19T14:28:50.342716+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:28:51.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: audit 2024-04-19T14:28:50.342716+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:28:51.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.409333+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Serving on https://172.21.15.117:7150 2024-04-19T14:28:51.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.409333+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Serving on https://172.21.15.117:7150 2024-04-19T14:28:51.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.409459+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Bus STARTED 2024-04-19T14:28:51.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: cephadm 2024-04-19T14:28:50.409459+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [19/Apr/2024:14:28:50] ENGINE Bus STARTED 2024-04-19T14:28:51.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: audit 2024-04-19T14:28:50.451833+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:51.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:51 smithi117 bash[21844]: audit 2024-04-19T14:28:50.451833+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: cluster 2024-04-19T14:28:51.391110+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: cluster 2024-04-19T14:28:51.391110+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: audit 2024-04-19T14:28:52.251493+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: audit 2024-04-19T14:28:52.251493+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: audit 2024-04-19T14:28:52.258408+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: audit 2024-04-19T14:28:52.258408+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: audit 2024-04-19T14:28:52.322398+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:52.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:52 smithi117 bash[21844]: audit 2024-04-19T14:28:52.322398+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:54.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:54 smithi117 bash[21844]: audit 2024-04-19T14:28:54.116025+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:54.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:54 smithi117 bash[21844]: audit 2024-04-19T14:28:54.116025+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:54.708 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-19T14:28:54.708 INFO:teuthology.orchestra.run.smithi117.stdout:Generating ssh key... 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: Generating public/private rsa key pair. 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: Your identification has been saved in /tmp/tmp2usuouxk/key. 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: Your public key has been saved in /tmp/tmp2usuouxk/key.pub. 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: The key fingerprint is: 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: SHA256:gs1BDaWrMYnc4fe9qDVZn8Q4UQhNf2p1x7hhthCORSE ceph-c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: The key's randomart image is: 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: +---[RSA 3072]----+ 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | o+o+Eo*. | 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | . .. oB . o | 2024-04-19T14:28:56.655 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | . o o + B +| 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | . + * o + B =.| 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | o B * S + = o | 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | = o + = . | 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | . = . o | 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | . o . | 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: | ... . | 2024-04-19T14:28:56.656 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:28:56 smithi117 bash[22100]: +----[SHA256]-----+ 2024-04-19T14:28:57.440 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: audit 2024-04-19T14:28:56.031812+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:57.440 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: audit 2024-04-19T14:28:56.031812+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:57.440 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: cephadm 2024-04-19T14:28:56.032200+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-19T14:28:57.440 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: cephadm 2024-04-19T14:28:56.032200+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-19T14:28:57.440 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: audit 2024-04-19T14:28:56.189299+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:57.440 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: audit 2024-04-19T14:28:56.189299+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:57.441 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: audit 2024-04-19T14:28:56.194313+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:57.441 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:57 smithi117 bash[21844]: audit 2024-04-19T14:28:56.194313+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:28:58.544 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:58.544 INFO:teuthology.orchestra.run.smithi117.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:28:58.544 INFO:teuthology.orchestra.run.smithi117.stdout:Adding key to root@localhost authorized_keys... 2024-04-19T14:28:58.545 INFO:teuthology.orchestra.run.smithi117.stdout:Adding host smithi117... 2024-04-19T14:28:58.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:58 smithi117 bash[21844]: audit 2024-04-19T14:28:57.985996+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:58.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:28:58 smithi117 bash[21844]: audit 2024-04-19T14:28:57.985996+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:00 smithi117 bash[21844]: audit 2024-04-19T14:28:59.832840+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi117", "addr": "172.21.15.117", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:00 smithi117 bash[21844]: audit 2024-04-19T14:28:59.832840+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi117", "addr": "172.21.15.117", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:01 smithi117 bash[21844]: cephadm 2024-04-19T14:29:00.400707+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi117 2024-04-19T14:29:01.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:01 smithi117 bash[21844]: cephadm 2024-04-19T14:29:00.400707+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi117 2024-04-19T14:29:06.168 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout Added host 'smithi117' with addr '172.21.15.117' 2024-04-19T14:29:06.168 INFO:teuthology.orchestra.run.smithi117.stdout:Deploying unmanaged mon service... 2024-04-19T14:29:06.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:06 smithi117 bash[21844]: audit 2024-04-19T14:29:05.308492+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:06.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:06 smithi117 bash[21844]: audit 2024-04-19T14:29:05.308492+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:06.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:06 smithi117 bash[21844]: cephadm 2024-04-19T14:29:05.308980+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi117 2024-04-19T14:29:06.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:06 smithi117 bash[21844]: cephadm 2024-04-19T14:29:05.308980+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi117 2024-04-19T14:29:06.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:06 smithi117 bash[21844]: audit 2024-04-19T14:29:05.335862+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:06 smithi117 bash[21844]: audit 2024-04-19T14:29:05.335862+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:08.750 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-19T14:29:08.750 INFO:teuthology.orchestra.run.smithi117.stdout:Deploying unmanaged mgr service... 2024-04-19T14:29:09.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: audit 2024-04-19T14:29:07.999400+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:09.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: audit 2024-04-19T14:29:07.999400+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:09.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: cephadm 2024-04-19T14:29:08.001279+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-19T14:29:09.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: cephadm 2024-04-19T14:29:08.001279+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-19T14:29:09.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: audit 2024-04-19T14:29:08.005801+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:09.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: audit 2024-04-19T14:29:08.005801+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:09.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: audit 2024-04-19T14:29:08.462028+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:09.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:09 smithi117 bash[21844]: audit 2024-04-19T14:29:08.462028+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:10.268 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:10 smithi117 bash[21844]: audit 2024-04-19T14:29:09.006939+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:10.268 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:10 smithi117 bash[21844]: audit 2024-04-19T14:29:09.006939+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:10.690 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-19T14:29:11.383 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: cluster 2024-04-19T14:29:09.340571+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.383 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: cluster 2024-04-19T14:29:09.340571+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.383 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: audit 2024-04-19T14:29:10.065992+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-04-19T14:29:11.384 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: audit 2024-04-19T14:29:10.065992+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-04-19T14:29:11.384 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: cephadm 2024-04-19T14:29:10.067137+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-19T14:29:11.384 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: cephadm 2024-04-19T14:29:10.067137+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-19T14:29:11.384 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: audit 2024-04-19T14:29:10.071930+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:11.384 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:11 smithi117 bash[21844]: audit 2024-04-19T14:29:10.071930+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.117:0/540865630' entity='mgr.a' 2024-04-19T14:29:13.258 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:12 smithi117 bash[21844]: cluster 2024-04-19T14:29:11.340935+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.258 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:12 smithi117 bash[21844]: cluster 2024-04-19T14:29:11.340935+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.258 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:12 smithi117 bash[21844]: audit 2024-04-19T14:29:11.976741+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.117:0/671464940' entity='client.admin' 2024-04-19T14:29:13.258 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:12 smithi117 bash[21844]: audit 2024-04-19T14:29:11.976741+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.117:0/671464940' entity='client.admin' 2024-04-19T14:29:14.394 INFO:teuthology.orchestra.run.smithi117.stdout:Enabling the dashboard module... 2024-04-19T14:29:15.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:14 smithi117 bash[21844]: cluster 2024-04-19T14:29:13.341240+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:14 smithi117 bash[21844]: cluster 2024-04-19T14:29:13.341240+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:14 smithi117 bash[21844]: audit 2024-04-19T14:29:13.838734+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.117:0/1490568759' entity='client.admin' 2024-04-19T14:29:15.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:14 smithi117 bash[21844]: audit 2024-04-19T14:29:13.838734+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.117:0/1490568759' entity='client.admin' 2024-04-19T14:29:16.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:15 smithi117 bash[21844]: audit 2024-04-19T14:29:15.770998+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.117:0/844434155' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-19T14:29:16.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:15 smithi117 bash[21844]: audit 2024-04-19T14:29:15.770998+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.117:0/844434155' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-19T14:29:16.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:15 smithi117 bash[22100]: ignoring --setuser ceph since I am not root 2024-04-19T14:29:16.155 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:15 smithi117 bash[22100]: ignoring --setgroup ceph since I am not root 2024-04-19T14:29:16.155 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:16 smithi117 bash[22100]: debug 2024-04-19T14:29:16.038+0000 7f5daa934200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:29:17.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:16 smithi117 bash[21844]: audit 2024-04-19T14:29:15.847051+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.117:0/844434155' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-19T14:29:17.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:16 smithi117 bash[21844]: audit 2024-04-19T14:29:15.847051+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.117:0/844434155' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-19T14:29:17.112 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:16 smithi117 bash[21844]: cluster 2024-04-19T14:29:15.852249+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-19T14:29:17.113 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:16 smithi117 bash[21844]: cluster 2024-04-19T14:29:15.852249+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-19T14:29:17.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:17 smithi117 bash[22100]: debug 2024-04-19T14:29:17.646+0000 7f5daa934200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:29:17.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:17 smithi117 bash[22100]: debug 2024-04-19T14:29:17.742+0000 7f5daa934200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:29:17.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:17 smithi117 bash[21844]: audit 2024-04-19T14:29:17.782629+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.117:0/1234592490' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:29:17.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:17 smithi117 bash[21844]: audit 2024-04-19T14:29:17.782629+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.117:0/1234592490' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:29:18.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:17 smithi117 bash[22100]: debug 2024-04-19T14:29:17.994+0000 7f5daa934200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:29:18.469 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:29:18.469 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-19T14:29:18.469 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T14:29:18.469 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-19T14:29:18.469 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-19T14:29:18.470 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:29:18.470 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for the mgr to restart... 2024-04-19T14:29:18.470 INFO:teuthology.orchestra.run.smithi117.stdout:Waiting for mgr epoch 9... 2024-04-19T14:29:19.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:18 smithi117 bash[22100]: debug 2024-04-19T14:29:18.798+0000 7f5daa934200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:29:19.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:18 smithi117 bash[22100]: debug 2024-04-19T14:29:18.910+0000 7f5daa934200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:29:19.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:19 smithi117 bash[22100]: debug 2024-04-19T14:29:19.014+0000 7f5daa934200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:29:19.489 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:19 smithi117 bash[22100]: debug 2024-04-19T14:29:19.374+0000 7f5daa934200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:29:19.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:19 smithi117 bash[22100]: debug 2024-04-19T14:29:19.490+0000 7f5daa934200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:29:19.905 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:19 smithi117 bash[22100]: debug 2024-04-19T14:29:19.594+0000 7f5daa934200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:29:20.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:19 smithi117 bash[22100]: debug 2024-04-19T14:29:19.950+0000 7f5daa934200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:29:20.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:20 smithi117 bash[22100]: debug 2024-04-19T14:29:20.190+0000 7f5daa934200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:29:20.836 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:20 smithi117 bash[22100]: debug 2024-04-19T14:29:20.449+0000 7f5daa934200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:29:20.836 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:20 smithi117 bash[22100]: debug 2024-04-19T14:29:20.561+0000 7f5daa934200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:29:20.836 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:20 smithi117 bash[22100]: debug 2024-04-19T14:29:20.837+0000 7f5daa934200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:29:21.602 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:21 smithi117 bash[22100]: debug 2024-04-19T14:29:21.249+0000 7f5daa934200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:29:21.603 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:21 smithi117 bash[22100]: debug 2024-04-19T14:29:21.485+0000 7f5daa934200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:29:21.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:21 smithi117 bash[22100]: debug 2024-04-19T14:29:21.601+0000 7f5daa934200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:29:21.904 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:21 smithi117 bash[22100]: debug 2024-04-19T14:29:21.849+0000 7f5daa934200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:29:23.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:22 smithi117 bash[22100]: debug 2024-04-19T14:29:22.853+0000 7f5daa934200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:29:23.154 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:22 smithi117 bash[22100]: debug 2024-04-19T14:29:22.969+0000 7f5daa934200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:29:23.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:23 smithi117 bash[22100]: debug 2024-04-19T14:29:23.265+0000 7f5daa934200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:29:23.654 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:23 smithi117 bash[22100]: debug 2024-04-19T14:29:23.377+0000 7f5daa934200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:29:24.083 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:23 smithi117 bash[22100]: debug 2024-04-19T14:29:23.829+0000 7f5daa934200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:23 smithi117 bash[22100]: debug 2024-04-19T14:29:23.949+0000 7f5daa934200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.972068+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.972068+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.972555+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.972555+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.980335+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.980335+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.980568+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00820054s) 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:23.980568+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00820054s) 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.982720+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.982720+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:29:24.084 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.984475+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.984475+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.985432+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.985432+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.985899+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.985899+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.986339+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: audit 2024-04-19T14:29:23.986339+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:24.012533+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-19T14:29:24.085 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:24 smithi117 bash[21844]: cluster 2024-04-19T14:29:24.012533+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.037233+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.037233+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.040284+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.040284+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.060665+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.060665+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:29:25.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.064158+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: audit 2024-04-19T14:29:24.064158+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.411781+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Bus STARTING 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.411781+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Bus STARTING 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.529490+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Serving on https://172.21.15.117:7150 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.529490+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Serving on https://172.21.15.117:7150 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.630673+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.630673+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.630801+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Bus STARTED 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cephadm 2024-04-19T14:29:24.630801+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [19/Apr/2024:14:29:24] ENGINE Bus STARTED 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cluster 2024-04-19T14:29:24.985659+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01329s) 2024-04-19T14:29:25.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:25 smithi117 bash[21844]: cluster 2024-04-19T14:29:24.985659+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01329s) 2024-04-19T14:29:25.742 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:29:25.742 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-19T14:29:25.742 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-19T14:29:25.742 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:29:25.742 INFO:teuthology.orchestra.run.smithi117.stdout:mgr epoch 9 is available 2024-04-19T14:29:25.742 INFO:teuthology.orchestra.run.smithi117.stdout:Generating a dashboard self-signed certificate... 2024-04-19T14:29:26.397 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:26 smithi117 bash[21844]: audit 2024-04-19T14:29:24.984609+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:29:26.397 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:26 smithi117 bash[21844]: audit 2024-04-19T14:29:24.984609+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:29:26.397 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:26 smithi117 bash[21844]: audit 2024-04-19T14:29:24.998467+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:29:26.397 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:26 smithi117 bash[21844]: audit 2024-04-19T14:29:24.998467+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:29:27.348 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:27 smithi117 bash[21844]: cluster 2024-04-19T14:29:26.048311+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-19T14:29:27.348 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:27 smithi117 bash[21844]: cluster 2024-04-19T14:29:26.048311+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-19T14:29:27.763 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-19T14:29:27.763 INFO:teuthology.orchestra.run.smithi117.stdout:Creating initial admin user... 2024-04-19T14:29:28.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:28 smithi117 bash[21844]: audit 2024-04-19T14:29:26.997815+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:28.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:28 smithi117 bash[21844]: audit 2024-04-19T14:29:26.997815+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:28.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:28 smithi117 bash[21844]: audit 2024-04-19T14:29:27.128023+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:28.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:28 smithi117 bash[21844]: audit 2024-04-19T14:29:27.128023+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:28.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:28 smithi117 bash[21844]: audit 2024-04-19T14:29:27.131663+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:28.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:28 smithi117 bash[21844]: audit 2024-04-19T14:29:27.131663+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:29.944 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$RbxukqCoq59gub1qQpjtg.uLRKWz5B3YcKWmUQsWPBkHUgpNg137.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713536969, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-19T14:29:29.944 INFO:teuthology.orchestra.run.smithi117.stdout:Fetching dashboard port number... 2024-04-19T14:29:30.604 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:30 smithi117 bash[21844]: audit 2024-04-19T14:29:29.049504+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:30.605 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:30 smithi117 bash[21844]: audit 2024-04-19T14:29:29.049504+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:30.605 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:30 smithi117 bash[21844]: audit 2024-04-19T14:29:29.293523+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:30.605 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:30 smithi117 bash[21844]: audit 2024-04-19T14:29:29.293523+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: cluster 2024-04-19T14:29:30.301465+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: cluster 2024-04-19T14:29:30.301465+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.009878+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.009878+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.010732+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.010732+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.016504+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.016504+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.018230+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.018230+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:29:31.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.018959+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]': finished 2024-04-19T14:29:31.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.018959+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]': finished 2024-04-19T14:29:31.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.191608+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.117:0/2779718865' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-19T14:29:31.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:31 smithi117 bash[21844]: audit 2024-04-19T14:29:31.191608+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.117:0/2779718865' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-19T14:29:31.839 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stdout 8443 2024-04-19T14:29:31.839 INFO:teuthology.orchestra.run.smithi117.stdout:firewalld does not appear to be present 2024-04-19T14:29:31.839 INFO:teuthology.orchestra.run.smithi117.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-19T14:29:31.843 INFO:teuthology.orchestra.run.smithi117.stdout:Ceph Dashboard is now available at: 2024-04-19T14:29:31.843 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:31.843 INFO:teuthology.orchestra.run.smithi117.stdout: URL: https://smithi117.front.sepia.ceph.com:8443/ 2024-04-19T14:29:31.843 INFO:teuthology.orchestra.run.smithi117.stdout: User: admin 2024-04-19T14:29:31.843 INFO:teuthology.orchestra.run.smithi117.stdout: Password: 2yj9z3ibej 2024-04-19T14:29:31.843 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:31.844 INFO:teuthology.orchestra.run.smithi117.stdout:Saving cluster configuration to /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config directory 2024-04-19T14:29:31.844 INFO:teuthology.orchestra.run.smithi117.stdout:Enabling autotune for osd_memory_target 2024-04-19T14:29:32.564 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:32 smithi117 bash[21844]: cephadm 2024-04-19T14:29:31.500415+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi117 on smithi117 2024-04-19T14:29:32.564 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:32 smithi117 bash[21844]: cephadm 2024-04-19T14:29:31.500415+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi117 on smithi117 2024-04-19T14:29:35.760 INFO:teuthology.orchestra.run.smithi117.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout:Or, if you are only running a single cluster on this host: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-19T14:29:35.761 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout: ceph telemetry on 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout:For more information see: 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:29:35.762 INFO:teuthology.orchestra.run.smithi117.stdout:Bootstrap complete. 2024-04-19T14:29:35.817 INFO:tasks.cephadm:Fetching config... 2024-04-19T14:29:35.817 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:29:35.817 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-19T14:29:35.823 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-19T14:29:35.823 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:29:35.823 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-19T14:29:35.871 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-19T14:29:35.871 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:29:35.871 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-19T14:29:35.928 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-19T14:29:35.928 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:29:35.928 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-19T14:29:35.975 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-19T14:29:35.975 DEBUG:teuthology.orchestra.run.smithi117:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T14:29:36.035 INFO:teuthology.orchestra.run.smithi117.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:29:36.043 DEBUG:teuthology.orchestra.run.smithi130:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T14:29:36.066 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:35 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:29:36.066 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:35 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:29:36.068 INFO:teuthology.orchestra.run.smithi130.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:29:36.078 DEBUG:teuthology.orchestra.run.smithi173:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T14:29:36.103 INFO:teuthology.orchestra.run.smithi173.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2qdtdx/PFqs2UhxwjI0aRmctZ9bZQd21lVkGSY1BAannPvjuTYd9Fwq9MF0seHJgOALwmoitPQZkFyspffyz2CKR0jnWiq98KFckERwEtbqt3sXendwQx5PHrpsg9fvB0nE5Em9Kqs9AA1CAOFO99IGdz2awOUgM++HEKWtGlukzcTMXT963xyfSG/0T3ZFlChQBxH/2O+QQKLK9VJ+t3w+v2AaQjSPBN/e5kEPNL103KvW5V7eTkBerDThgoSTV6mPXW/jmeL9WjvbXrad1XrXHrHv4/O6v1pOHxJwASCc+HAH+fP5YRJRHvKoA2OUb4Uv8iuvxauSeXfz9NkWrVrLgxZL/nFX0AIc6ERyweIYoUT2G/5DKBjRFbzOoUq6ZagYVyqYoxoiyG8HbSjW3J4X6YNSv0uKAUROKhBAYBWuDMAjCpqDGxJC8MjsFanwll0ckiECTUMqbn8VEtSqIazJF6jsrTSHe+RjBMuu5FRFVKX63LhP63rcIToFIqgr0= ceph-c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:29:36.113 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-19T14:29:36.404 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:29:36 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:29:36.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:36 smithi117 bash[21844]: audit 2024-04-19T14:29:35.131490+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.117:0/2844484371' entity='client.admin' 2024-04-19T14:29:36.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:36 smithi117 bash[21844]: audit 2024-04-19T14:29:35.131490+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.117:0/2844484371' entity='client.admin' 2024-04-19T14:29:36.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:36 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:29:37.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.333120+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.333120+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.378428+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.378428+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.381005+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.381005+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.413800+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.413800+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.417344+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.417344+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.419276+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.419276+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.421043+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.421043+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.422804+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.422804+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.425615+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.425615+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.459515+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.459515+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.465609+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.465609+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.658 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.776034+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:37.658 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:37 smithi117 bash[21844]: audit 2024-04-19T14:29:36.776034+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:40.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:40 smithi117 bash[21844]: audit 2024-04-19T14:29:39.060231+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:40.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:40 smithi117 bash[21844]: audit 2024-04-19T14:29:39.060231+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:40.812 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:29:42.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:42 smithi117 bash[21844]: audit 2024-04-19T14:29:41.343612+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:42.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:42 smithi117 bash[21844]: audit 2024-04-19T14:29:41.343612+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:42.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:42 smithi117 bash[21844]: audit 2024-04-19T14:29:41.348339+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:42.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:42 smithi117 bash[21844]: audit 2024-04-19T14:29:41.348339+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:44.177 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-19T14:29:44.178 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-19T14:29:44.853 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:44 smithi117 bash[21844]: audit 2024-04-19T14:29:43.558683+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.117:0/766562373' entity='client.admin' 2024-04-19T14:29:44.853 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:44 smithi117 bash[21844]: audit 2024-04-19T14:29:43.558683+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.117:0/766562373' entity='client.admin' 2024-04-19T14:29:44.853 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:44 smithi117 bash[21844]: audit 2024-04-19T14:29:43.580239+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:44.854 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:44 smithi117 bash[21844]: audit 2024-04-19T14:29:43.580239+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:44.854 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:44 smithi117 bash[21844]: audit 2024-04-19T14:29:43.584353+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:44.854 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:44 smithi117 bash[21844]: audit 2024-04-19T14:29:43.584353+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:45.832 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:45 smithi117 bash[21844]: cluster 2024-04-19T14:29:43.986964+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:45.833 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:45 smithi117 bash[21844]: cluster 2024-04-19T14:29:43.986964+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:47.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:47 smithi117 bash[21844]: cluster 2024-04-19T14:29:45.987329+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:47.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:47 smithi117 bash[21844]: cluster 2024-04-19T14:29:45.987329+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:49.095 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:29:50.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:49 smithi117 bash[21844]: cluster 2024-04-19T14:29:47.987693+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:50.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:49 smithi117 bash[21844]: cluster 2024-04-19T14:29:47.987693+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:50.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:49 smithi117 bash[21844]: audit 2024-04-19T14:29:48.859283+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:50.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:49 smithi117 bash[21844]: audit 2024-04-19T14:29:48.859283+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:50.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:49 smithi117 bash[21844]: audit 2024-04-19T14:29:48.868083+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:50.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:49 smithi117 bash[21844]: audit 2024-04-19T14:29:48.868083+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:52.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: cluster 2024-04-19T14:29:49.987968+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:52.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: cluster 2024-04-19T14:29:49.987968+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.745859+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.745859+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.783412+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.783412+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.785318+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.785318+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.786088+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:52.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:51 smithi117 bash[21844]: audit 2024-04-19T14:29:51.786088+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:52.413 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi130 2024-04-19T14:29:52.413 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:29:52.413 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.conf 2024-04-19T14:29:52.420 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:29:52.421 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:29:52.467 INFO:tasks.cephadm:Adding host smithi130 to orchestrator... 2024-04-19T14:29:52.468 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch host add smithi130 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:51.740874+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:51.740874+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: cephadm 2024-04-19T14:29:51.787184+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: cephadm 2024-04-19T14:29:51.787184+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: cephadm 2024-04-19T14:29:51.901458+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: cephadm 2024-04-19T14:29:51.901458+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:52.251009+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:52.251009+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:52.259008+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:52.259008+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:52.263999+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:52 smithi117 bash[21844]: audit 2024-04-19T14:29:52.263999+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:29:54.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:53 smithi117 bash[21844]: cluster 2024-04-19T14:29:51.988302+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:54.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:53 smithi117 bash[21844]: cluster 2024-04-19T14:29:51.988302+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:54.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:53 smithi117 bash[21844]: cephadm 2024-04-19T14:29:52.015704+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:29:54.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:53 smithi117 bash[21844]: cephadm 2024-04-19T14:29:52.015704+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:29:54.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:53 smithi117 bash[21844]: cephadm 2024-04-19T14:29:52.130113+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:29:54.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:53 smithi117 bash[21844]: cephadm 2024-04-19T14:29:52.130113+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:29:56.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:55 smithi117 bash[21844]: cluster 2024-04-19T14:29:53.988707+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:56.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:55 smithi117 bash[21844]: cluster 2024-04-19T14:29:53.988707+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:56.173 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:29:58.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:57 smithi117 bash[21844]: cluster 2024-04-19T14:29:55.989130+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:57 smithi117 bash[21844]: cluster 2024-04-19T14:29:55.989130+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:00.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:59 smithi117 bash[21844]: cluster 2024-04-19T14:29:57.989529+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:00.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:29:59 smithi117 bash[21844]: cluster 2024-04-19T14:29:57.989529+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:29:59.933080+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:29:59.933080+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:29:59.935523+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:29:59.935523+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:29:59.938829+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:29:59.938829+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: cluster 2024-04-19T14:29:59.989806+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: cluster 2024-04-19T14:29:59.989806+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:30:00.062031+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:01.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: audit 2024-04-19T14:30:00.062031+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:01.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: cephadm 2024-04-19T14:30:00.847227+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi130 2024-04-19T14:30:01.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:00 smithi117 bash[21844]: cephadm 2024-04-19T14:30:00.847227+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi130 2024-04-19T14:30:03.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:03 smithi117 bash[21844]: cluster 2024-04-19T14:30:01.990172+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:03.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:03 smithi117 bash[21844]: cluster 2024-04-19T14:30:01.990172+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:05.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:05 smithi117 bash[21844]: cluster 2024-04-19T14:30:03.990575+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:05.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:05 smithi117 bash[21844]: cluster 2024-04-19T14:30:03.990575+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:05.991 INFO:teuthology.orchestra.run.smithi117.stdout:Added host 'smithi130' with addr '172.21.15.130' 2024-04-19T14:30:06.675 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-19T14:30:07.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: cluster 2024-04-19T14:30:05.990990+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: cluster 2024-04-19T14:30:05.990990+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: audit 2024-04-19T14:30:05.992740+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: audit 2024-04-19T14:30:05.992740+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: cephadm 2024-04-19T14:30:05.993613+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi130 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: cephadm 2024-04-19T14:30:05.993613+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi130 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: audit 2024-04-19T14:30:06.041298+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: audit 2024-04-19T14:30:06.041298+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: audit 2024-04-19T14:30:06.514506+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:07.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:06 smithi117 bash[21844]: audit 2024-04-19T14:30:06.514506+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cluster 2024-04-19T14:30:07.991415+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cluster 2024-04-19T14:30:07.991415+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.039774+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.039774+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.046034+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.046034+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.047743+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:09.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.047743+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.049639+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.049639+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.051259+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.051259+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.053722+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.053722+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:30:09.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.269864+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.269864+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.435014+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.435014+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.599796+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: cephadm 2024-04-19T14:30:08.599796+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.769460+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.769460+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.775944+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.775944+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.779512+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.779512+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.781525+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]': finished 2024-04-19T14:30:09.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:09 smithi117 bash[21844]: audit 2024-04-19T14:30:08.781525+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]': finished 2024-04-19T14:30:10.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:10 smithi117 bash[21844]: cephadm 2024-04-19T14:30:09.567812+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi130 on smithi130 2024-04-19T14:30:10.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:10 smithi117 bash[21844]: cephadm 2024-04-19T14:30:09.567812+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi130 on smithi130 2024-04-19T14:30:11.376 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: cluster 2024-04-19T14:30:09.991782+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: cluster 2024-04-19T14:30:09.991782+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.532484+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.532484+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.539853+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.539853+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.546042+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.546042+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.611821+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.611821+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.615882+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.615882+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.617551+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.617551+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.626337+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.626337+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.698016+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.698016+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.702490+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.702490+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.704261+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.704261+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.712661+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:10.712661+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:11.009665+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:11.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:11 smithi117 bash[21844]: audit 2024-04-19T14:30:11.009665+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:13 smithi117 bash[21844]: cluster 2024-04-19T14:30:11.992185+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:13 smithi117 bash[21844]: cluster 2024-04-19T14:30:11.992185+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:13 smithi117 bash[21844]: audit 2024-04-19T14:30:12.073941+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:13 smithi117 bash[21844]: audit 2024-04-19T14:30:12.073941+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:13 smithi117 bash[21844]: audit 2024-04-19T14:30:12.081621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:13 smithi117 bash[21844]: audit 2024-04-19T14:30:12.081621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:14.830 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:30:14.830 INFO:teuthology.orchestra.run.smithi117.stdout:[{"addr": "172.21.15.117", "hostname": "smithi117", "labels": [], "status": ""}, {"addr": "172.21.15.130", "hostname": "smithi130", "labels": [], "status": ""}] 2024-04-19T14:30:15.395 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:15 smithi117 bash[21844]: cluster 2024-04-19T14:30:13.992613+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:15.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:15 smithi117 bash[21844]: cluster 2024-04-19T14:30:13.992613+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:15.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:15 smithi117 bash[21844]: audit 2024-04-19T14:30:14.069288+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:15.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:15 smithi117 bash[21844]: audit 2024-04-19T14:30:14.069288+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:15.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:15 smithi117 bash[21844]: audit 2024-04-19T14:30:14.832438+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:15.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:15 smithi117 bash[21844]: audit 2024-04-19T14:30:14.832438+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:15.851 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi173 2024-04-19T14:30:15.851 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:30:15.851 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.conf 2024-04-19T14:30:15.857 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:30:15.857 DEBUG:teuthology.orchestra.run.smithi173:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:15.905 INFO:tasks.cephadm:Adding host smithi173 to orchestrator... 2024-04-19T14:30:15.905 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch host add smithi173 2024-04-19T14:30:17.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:17 smithi117 bash[21844]: cluster 2024-04-19T14:30:15.993057+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:17.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:17 smithi117 bash[21844]: cluster 2024-04-19T14:30:15.993057+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:19 smithi117 bash[21844]: cluster 2024-04-19T14:30:17.993503+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:19 smithi117 bash[21844]: cluster 2024-04-19T14:30:17.993503+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:21.102 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:30:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: cluster 2024-04-19T14:30:19.993840+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: cluster 2024-04-19T14:30:19.993840+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: audit 2024-04-19T14:30:20.128071+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: audit 2024-04-19T14:30:20.128071+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: audit 2024-04-19T14:30:20.134213+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: audit 2024-04-19T14:30:20.134213+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: audit 2024-04-19T14:30:20.141647+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:21 smithi117 bash[21844]: audit 2024-04-19T14:30:20.141647+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:23.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:23 smithi117 bash[21844]: cluster 2024-04-19T14:30:21.994171+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:23.397 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:23 smithi117 bash[21844]: cluster 2024-04-19T14:30:21.994171+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:24.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:24 smithi117 bash[21844]: audit 2024-04-19T14:30:23.780243+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:24.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:24 smithi117 bash[21844]: audit 2024-04-19T14:30:23.780243+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:26.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: cluster 2024-04-19T14:30:23.994565+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:26.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: cluster 2024-04-19T14:30:23.994565+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: cephadm 2024-04-19T14:30:24.549843+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi173 2024-04-19T14:30:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: cephadm 2024-04-19T14:30:24.549843+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi173 2024-04-19T14:30:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: audit 2024-04-19T14:30:24.760108+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: audit 2024-04-19T14:30:24.760108+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: audit 2024-04-19T14:30:24.770091+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:26.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:25 smithi117 bash[21844]: audit 2024-04-19T14:30:24.770091+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:28.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:27 smithi117 bash[21844]: cluster 2024-04-19T14:30:25.994942+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:28.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:27 smithi117 bash[21844]: cluster 2024-04-19T14:30:25.994942+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:29.946 INFO:teuthology.orchestra.run.smithi117.stdout:Added host 'smithi173' with addr '172.21.15.173' 2024-04-19T14:30:30.016 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:29 smithi117 bash[21844]: cluster 2024-04-19T14:30:27.995326+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:30.017 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:29 smithi117 bash[21844]: cluster 2024-04-19T14:30:27.995326+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:30.628 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: audit 2024-04-19T14:30:29.948007+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: audit 2024-04-19T14:30:29.948007+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: cephadm 2024-04-19T14:30:29.948835+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi173 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: cephadm 2024-04-19T14:30:29.948835+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi173 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: audit 2024-04-19T14:30:29.986829+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: audit 2024-04-19T14:30:29.986829+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: cluster 2024-04-19T14:30:29.995590+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: cluster 2024-04-19T14:30:29.995590+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: audit 2024-04-19T14:30:30.459511+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:31.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:30 smithi117 bash[21844]: audit 2024-04-19T14:30:30.459511+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.637985+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.637985+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.641219+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.641219+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.645401+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.645401+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.983771+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.983771+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.760 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.989458+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.989458+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.991068+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.991068+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.993257+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.993257+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.995181+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:32.761 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:32 smithi117 bash[21844]: audit 2024-04-19T14:30:31.995181+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cluster 2024-04-19T14:30:31.995952+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cluster 2024-04-19T14:30:31.995952+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:31.998249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:31.998249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:32.214684+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:32.214684+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:32.430749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:34.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:32.430749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:32.595388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: cephadm 2024-04-19T14:30:32.595388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.714572+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.714572+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.719748+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.719748+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.722703+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.722703+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.723721+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]': finished 2024-04-19T14:30:34.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:33 smithi117 bash[21844]: audit 2024-04-19T14:30:32.723721+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]': finished 2024-04-19T14:30:34.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: cephadm 2024-04-19T14:30:33.296455+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi173 on smithi173 2024-04-19T14:30:34.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: cephadm 2024-04-19T14:30:33.296455+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi173 on smithi173 2024-04-19T14:30:34.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.207519+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.207519+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.215637+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.215637+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.219663+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.219663+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.300827+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.300827+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.304689+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.304689+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.305800+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.305800+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.313775+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.313775+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.381996+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.381996+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:34.906 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.385832+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.385832+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.387016+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.387016+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.394900+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.394900+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.674402+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:34.907 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:34 smithi117 bash[21844]: audit 2024-04-19T14:30:34.674402+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:35.702 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:30:36.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:35 smithi117 bash[21844]: cluster 2024-04-19T14:30:33.996220+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:36.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:35 smithi117 bash[21844]: cluster 2024-04-19T14:30:33.996220+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:36.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:36 smithi117 bash[21844]: audit 2024-04-19T14:30:35.740747+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:36.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:36 smithi117 bash[21844]: audit 2024-04-19T14:30:35.740747+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:36.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:36 smithi117 bash[21844]: audit 2024-04-19T14:30:35.745432+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:36.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:36 smithi117 bash[21844]: audit 2024-04-19T14:30:35.745432+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:38.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:37 smithi117 bash[21844]: cluster 2024-04-19T14:30:35.996611+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:38.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:37 smithi117 bash[21844]: cluster 2024-04-19T14:30:35.996611+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:38.324 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:30:38.324 INFO:teuthology.orchestra.run.smithi117.stdout:[{"addr": "172.21.15.117", "hostname": "smithi117", "labels": [], "status": ""}, {"addr": "172.21.15.130", "hostname": "smithi130", "labels": [], "status": ""}, {"addr": "172.21.15.173", "hostname": "smithi173", "labels": [], "status": ""}] 2024-04-19T14:30:38.992 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-19T14:30:38.992 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-19T14:30:40.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:39 smithi117 bash[21844]: cluster 2024-04-19T14:30:37.996944+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:39 smithi117 bash[21844]: cluster 2024-04-19T14:30:37.996944+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:39 smithi117 bash[21844]: audit 2024-04-19T14:30:38.326137+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:39 smithi117 bash[21844]: audit 2024-04-19T14:30:38.326137+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:39 smithi117 bash[21844]: audit 2024-04-19T14:30:39.078942+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:39 smithi117 bash[21844]: audit 2024-04-19T14:30:39.078942+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: cluster 2024-04-19T14:30:39.997301+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: cluster 2024-04-19T14:30:39.997301+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: audit 2024-04-19T14:30:40.334131+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: audit 2024-04-19T14:30:40.334131+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: audit 2024-04-19T14:30:40.339491+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: audit 2024-04-19T14:30:40.339491+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: audit 2024-04-19T14:30:40.347198+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:41.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:41 smithi117 bash[21844]: audit 2024-04-19T14:30:40.347198+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:43.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:43 smithi117 bash[21844]: cluster 2024-04-19T14:30:41.997708+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:43.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:43 smithi117 bash[21844]: cluster 2024-04-19T14:30:41.997708+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:43.700 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:30:45.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:45 smithi117 bash[21844]: cluster 2024-04-19T14:30:43.998128+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:45.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:45 smithi117 bash[21844]: cluster 2024-04-19T14:30:43.998128+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:47.346 INFO:teuthology.orchestra.run.smithi117.stderr:adjusted tunables profile to default 2024-04-19T14:30:47.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:47 smithi117 bash[21844]: cluster 2024-04-19T14:30:45.998590+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:47.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:47 smithi117 bash[21844]: cluster 2024-04-19T14:30:45.998590+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:47.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:47 smithi117 bash[21844]: audit 2024-04-19T14:30:46.443658+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:30:47.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:47 smithi117 bash[21844]: audit 2024-04-19T14:30:46.443658+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:30:48.026 INFO:tasks.cephadm:Adding mon.a on smithi117 2024-04-19T14:30:48.026 INFO:tasks.cephadm:Adding mon.b on smithi130 2024-04-19T14:30:48.026 INFO:tasks.cephadm:Adding mon.c on smithi173 2024-04-19T14:30:48.027 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c' 2024-04-19T14:30:48.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:48 smithi117 bash[21844]: audit 2024-04-19T14:30:47.343826+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:30:48.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:48 smithi117 bash[21844]: audit 2024-04-19T14:30:47.343826+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:30:48.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:48 smithi117 bash[21844]: cluster 2024-04-19T14:30:47.346907+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:30:48.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:48 smithi117 bash[21844]: cluster 2024-04-19T14:30:47.346907+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:30:49.354 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:49.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:49 smithi117 bash[21844]: cluster 2024-04-19T14:30:47.998969+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:49.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:49 smithi117 bash[21844]: cluster 2024-04-19T14:30:47.998969+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:49.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:49 smithi117 bash[21844]: audit 2024-04-19T14:30:48.476220+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:49.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:49 smithi117 bash[21844]: audit 2024-04-19T14:30:48.476220+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:49.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:49 smithi117 bash[21844]: audit 2024-04-19T14:30:48.484982+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:49.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:49 smithi117 bash[21844]: audit 2024-04-19T14:30:48.484982+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:51.473 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:51 smithi117 bash[21844]: cluster 2024-04-19T14:30:49.999329+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:51.474 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:51 smithi117 bash[21844]: cluster 2024-04-19T14:30:49.999329+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:51.812 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mon update... 2024-04-19T14:30:52.349 DEBUG:teuthology.orchestra.run.smithi130:mon.b> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.b.service 2024-04-19T14:30:52.352 DEBUG:teuthology.orchestra.run.smithi173:mon.c> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.c.service 2024-04-19T14:30:52.354 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-19T14:30:52.354 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-19T14:30:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.801900+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.801900+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: cephadm 2024-04-19T14:30:51.807375+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c;count:3 2024-04-19T14:30:53.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: cephadm 2024-04-19T14:30:51.807375+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c;count:3 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.813388+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.813388+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.837534+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.837534+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.844050+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.844050+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.851531+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.851531+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.855411+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.855411+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.861608+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.861608+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.863322+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.863322+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.873867+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.873867+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.879010+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.879010+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.880775+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: audit 2024-04-19T14:30:51.880775+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: cephadm 2024-04-19T14:30:51.882771+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-04-19T14:30:53.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:52 smithi117 bash[21844]: cephadm 2024-04-19T14:30:51.882771+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-04-19T14:30:53.581 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:54.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:53 smithi117 bash[21844]: cluster 2024-04-19T14:30:51.999691+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:54.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:53 smithi117 bash[21844]: cluster 2024-04-19T14:30:51.999691+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:56.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:55 smithi117 bash[21844]: cluster 2024-04-19T14:30:54.000097+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:56.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:55 smithi117 bash[21844]: cluster 2024-04-19T14:30:54.000097+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:57.326 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-04-19T14:30:57.327 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":1,"fsid":"c4ff571a-fe58-11ee-bc92-c7b262605968","modified":"2024-04-19T14:28:12.985080Z","created":"2024-04-19T14:28:12.985080Z","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.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-19T14:30:57.329 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 1 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: cluster 2024-04-19T14:30:56.000572+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: cluster 2024-04-19T14:30:56.000572+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.329363+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/476476128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.329363+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/476476128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.531144+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.531144+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.537454+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.537454+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.568732+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.568732+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.570233+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.570233+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.572136+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.572136+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.648027+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.648027+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.654528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.654528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.662947+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:57 smithi117 bash[21844]: audit 2024-04-19T14:30:57.662947+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.878 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:09.567812+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi130 on smithi130 2024-04-19T14:30:58.878 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:09.991782+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:58.878 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:09.991782+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:58.878 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.532484+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:58.878 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.532484+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.539853+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.539853+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.546042+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.546042+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.611821+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.611821+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.615882+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.615882+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.617551+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.617551+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.626337+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.626337+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.698016+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.698016+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.702490+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.702490+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.704261+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.704261+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.712661+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:10.712661+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:11.009665+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:11.009665+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:11.992185+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:11.992185+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:12.073941+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:12.073941+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:12.081621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.107 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:12.081621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:13.992613+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:13.992613+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:14.069288+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:14.069288+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:14.832438+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:14.832438+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:15.993057+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:15.993057+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:17.993503+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:17.993503+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:19.993840+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:19.993840+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:20.128071+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:20.128071+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.108 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:20.134213+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:20.134213+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:20.141647+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:20.141647+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:21.994171+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:21.994171+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:23.780243+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:23.780243+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:23.994565+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:23.994565+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:24.549843+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi173 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:24.549843+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi173 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:24.760108+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:24.760108+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.109 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:24.770091+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:24.770091+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:25.994942+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:25.994942+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:27.995326+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:27.995326+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:29.948007+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:29.948007+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:29.948835+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi173 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:29.948835+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi173 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:29.986829+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:29.986829+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:29.995590+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.110 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:29.995590+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:30.459511+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:30.459511+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.637985+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.637985+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.641219+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.641219+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.645401+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.645401+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.983771+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.983771+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.989458+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.989458+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.991068+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:59.111 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.991068+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.993257+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.993257+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.995181+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:31.995181+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:31.995952+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:31.995952+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:31.998249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:31.998249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:32.214684+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:32.214684+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:32.430749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:32.430749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:32.595388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:30:59.112 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:32.595388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.714572+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.714572+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.719748+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.719748+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.722703+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.722703+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.723721+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]': finished 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:32.723721+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]': finished 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:33.296455+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi173 on smithi173 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:33.296455+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi173 on smithi173 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.207519+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.207519+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.113 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.215637+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.215637+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.219663+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.219663+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.300827+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.300827+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.304689+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.304689+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.305800+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.305800+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.313775+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.313775+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.381996+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.381996+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.114 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.385832+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.385832+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.387016+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.387016+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.394900+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.394900+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.674402+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:34.674402+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:33.996220+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:33.996220+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:35.740747+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:35.740747+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:35.745432+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:35.745432+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.115 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:35.996611+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:35.996611+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:37.996944+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:37.996944+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:38.326137+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:38.326137+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:39.078942+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:39.078942+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:39.997301+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:39.997301+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:40.334131+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:40.334131+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:40.339491+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:40.339491+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:40.347198+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:40.347198+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:41.997708+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:41.997708+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:43.998128+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:43.998128+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:45.998590+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:45.998590+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:46.443658+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:46.443658+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:47.343826+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:47.343826+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:47.346907+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:47.346907+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:47.998969+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:47.998969+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:48.476220+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:48.476220+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.117 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:48.484982+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:48.484982+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:49.999329+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:49.999329+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.801900+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.801900+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:51.807375+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c;count:3 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:51.807375+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c;count:3 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.813388+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.813388+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.837534+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.837534+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.844050+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.844050+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.118 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.851531+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.851531+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.855411+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.855411+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.861608+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.861608+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.863322+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.863322+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.873867+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.873867+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.879010+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.879010+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.880775+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:51.880775+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:51.882771+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-04-19T14:30:59.119 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cephadm 2024-04-19T14:30:51.882771+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:51.999691+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:51.999691+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:54.000097+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:54.000097+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:56.000572+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: cluster 2024-04-19T14:30:56.000572+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.329363+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/476476128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.329363+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/476476128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.531144+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.531144+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.537454+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.537454+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.568732+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.568732+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.570233+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:59.120 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.570233+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.572136+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.572136+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.648027+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.648027+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.654528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.654528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.662947+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: audit 2024-04-19T14:30:57.662947+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:30:59.121 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:30:58 smithi173 bash[22670]: debug 2024-04-19T14:30:58.879+0000 7f6c62094700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-19T14:30:59.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:58 smithi117 bash[21844]: cephadm 2024-04-19T14:30:57.574227+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-04-19T14:30:59.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:30:58 smithi117 bash[21844]: cephadm 2024-04-19T14:30:57.574227+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-04-19T14:30:59.355 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-19T14:30:59.356 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-19T14:31:01.937 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:01 smithi130 systemd[1]: Started Ceph mon.b for c4ff571a-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.894+0000 7fac76378c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.894+0000 7fac76378c80 0 ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev), process ceph-mon, pid 7 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.894+0000 7fac76378c80 0 pidfile_write: ignore empty --pid-file 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 0 load: jerasure load: lrc 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Git sha 0 2024-04-19T14:31:02.938 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Compile date 2024-04-18 16:17:16 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: DB SUMMARY 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: DB Session ID: 6GMME8S9KSK5ZFD4NSZF 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T14:31:02.939 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.env: 0x55a83eba8cc0 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.info_log: 0x55a840197c40 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.statistics: (nil) 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.use_fsync: 0 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T14:31:02.940 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.db_log_dir: 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.wal_dir: 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T14:31:02.941 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.write_buffer_manager: 0x55a84012d0e0 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T14:31:02.942 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.unordered_write: 0 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.row_cache: None 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.wal_filter: None 2024-04-19T14:31:02.946 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.wal_compression: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T14:31:02.947 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_open_files: -1 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T14:31:02.948 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Compression algorithms supported: 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kZSTD supported: 0 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T14:31:02.949 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.merge_operator: 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_filter: None 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a840197e00) 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cache_index_and_filter_blocks: 1 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: pin_top_level_index_and_filter: 1 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: index_type: 0 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: data_block_index_type: 0 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: index_shortening: 1 2024-04-19T14:31:02.950 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: checksum: 4 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: no_block_cache: 0 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_cache: 0x55a84015d1f0 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_cache_name: BinnedLRUCache 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_cache_options: 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: capacity : 536870912 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: num_shard_bits : 4 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: strict_capacity_limit : 0 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: high_pri_pool_ratio: 0.000 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_cache_compressed: (nil) 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: persistent_cache: (nil) 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_size: 4096 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_size_deviation: 10 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_restart_interval: 16 2024-04-19T14:31:02.951 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: index_block_restart_interval: 1 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: metadata_block_size: 4096 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: partition_filters: 0 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: use_delta_encoding: 1 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: filter_policy: bloomfilter 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: whole_key_filtering: 1 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: verify_compression: 0 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: read_amp_bytes_per_bit: 0 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: format_version: 5 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: enable_index_compression: 1 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: block_align: 0 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: max_auto_readahead_size: 262144 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: prepopulate_block_cache: 0 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: initial_auto_readahead_size: 8192 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: num_file_reads_for_auto_readahead: 2 2024-04-19T14:31:02.952 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression: NoCompression 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.num_levels: 7 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:31:02.953 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:31:02.954 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T14:31:02.955 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T14:31:02.956 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T14:31:02.957 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.ttl: 2592000 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T14:31:02.958 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 44a180c9-fab4-4a64-ac9e-8f81cb71d943 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713537062901327, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713537062901818, "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": 1713537062, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "44a180c9-fab4-4a64-ac9e-8f81cb71d943", "db_session_id": "6GMME8S9KSK5ZFD4NSZF", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713537062901925, "job": 1, "event": "recovery_finished"} 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.898+0000 7fac76378c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a840276000 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 4 rocksdb: DB pointer 0x55a840260000 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac64ad2700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac64ad2700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: ** DB Stats ** 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T14:31:02.959 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: ** Compaction Stats [default] ** 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: ** Compaction Stats [default] ** 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T14:31:02.960 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Block cache BinnedLRUCache@0x55a84015d1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 0 using public_addr v2:172.21.15.130:0/0 -> [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] at bind addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:02.961 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.902+0000 7fac76378c80 1 mon.b@-1(???) e0 preinit fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: e1 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: legacy client fscid: -1 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: No filesystems configured 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-19T14:31:02.962 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.930+0000 7fac67ad8700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:49.987968+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:49.987968+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.745859+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.745859+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.783412+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.783412+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.785318+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.785318+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.786088+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.963 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.786088+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.740874+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:51.740874+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:51.787184+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:51.787184+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:51.901458+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:51.901458+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:52.251009+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:52.251009+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:52.259008+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:52.259008+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:52.263999+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:52.263999+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:51.988302+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:51.988302+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.964 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:52.015704+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:52.015704+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:52.130113+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:29:52.130113+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:53.988707+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:53.988707+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:55.989130+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:55.989130+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:57.989529+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:57.989529+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:59.933080+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:59.933080+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:59.935523+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:59.935523+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:59.938829+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:29:59.938829+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.965 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:59.989806+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:29:59.989806+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:00.062031+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:00.062031+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:00.847227+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi130 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:00.847227+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi130 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:01.990172+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:01.990172+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:03.990575+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:03.990575+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:05.990990+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:05.990990+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:05.992740+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:05.992740+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.966 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:05.993613+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi130 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:05.993613+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi130 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:06.041298+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:06.041298+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:06.514506+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:06.514506+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:07.991415+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:07.991415+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.039774+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.039774+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.046034+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.046034+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.047743+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.047743+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.049639+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.049639+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.967 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.051259+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.051259+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.053722+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.053722+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.269864+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.269864+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.435014+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.435014+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.599796+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:08.599796+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.769460+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.769460+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.775944+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.775944+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.779512+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:31:02.968 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.779512+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.781525+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]': finished 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:08.781525+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]': finished 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:09.567812+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi130 on smithi130 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:09.567812+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi130 on smithi130 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:09.991782+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:09.991782+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.532484+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.532484+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.539853+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.539853+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.546042+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.546042+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.611821+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.611821+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.615882+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.969 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.615882+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.617551+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.617551+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.626337+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.626337+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.698016+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.698016+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.702490+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.702490+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.704261+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.704261+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.712661+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:10.712661+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:11.009665+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.970 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:11.009665+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:11.992185+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:11.992185+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:12.073941+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:12.073941+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:12.081621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:12.081621+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:13.992613+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:13.992613+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:14.069288+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:14.069288+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:14.832438+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:14.832438+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:15.993057+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:15.993057+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:17.993503+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:17.993503+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:19.993840+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:19.993840+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:20.128071+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:20.128071+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:20.134213+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:20.134213+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:20.141647+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:20.141647+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:21.994171+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:21.994171+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:23.780243+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:23.780243+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi173", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:23.994565+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:23.994565+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:24.549843+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi173 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:24.549843+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi173 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:24.760108+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:24.760108+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:24.770091+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:24.770091+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:25.994942+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:25.994942+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:27.995326+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:27.995326+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:29.948007+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:29.948007+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:29.948835+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi173 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:29.948835+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi173 2024-04-19T14:31:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:29.986829+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:29.986829+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:29.995590+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:29.995590+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:30.459511+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:30.459511+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.637985+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.637985+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.641219+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.641219+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.645401+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.645401+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.983771+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.983771+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.989458+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.989458+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.991068+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.991068+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.993257+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.993257+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.995181+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:31.995181+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:31.995952+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:31.995952+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:31.998249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:31.998249+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:32.214684+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:32.214684+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:32.430749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:32.430749+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:32.595388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:31:02.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:32.595388+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.714572+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.714572+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.719748+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.719748+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.722703+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.722703+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.723721+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]': finished 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:32.723721+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]': finished 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:33.296455+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi173 on smithi173 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:33.296455+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi173 on smithi173 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.207519+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.207519+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.215637+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.215637+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.219663+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.219663+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.300827+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.300827+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.304689+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.304689+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.305800+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.305800+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.313775+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.313775+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.381996+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.381996+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.385832+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.385832+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.387016+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.387016+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:02.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.394900+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.394900+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.674402+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:34.674402+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:33.996220+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:33.996220+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:35.740747+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:35.740747+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:35.745432+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:35.745432+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:35.996611+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:35.996611+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:37.996944+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:37.996944+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:38.326137+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:31:02.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:38.326137+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:31:02.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:39.078942+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:39.078942+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:02.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:39.997301+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:39.997301+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:02.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:40.334131+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.040 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:31:03.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:40.334131+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:40.339491+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:40.339491+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:40.347198+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:40.347198+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:41.997708+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:41.997708+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:43.998128+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:43.998128+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:45.998590+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:45.998590+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:46.443658+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:46.443658+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:47.343826+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:31:03.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:47.343826+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.117:0/2784980910' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:47.346907+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:47.346907+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:47.998969+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:47.998969+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:48.476220+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:48.476220+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:48.484982+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:48.484982+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:49.999329+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:49.999329+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.801900+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.801900+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:51.807375+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c;count:3 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:51.807375+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi117:172.21.15.117=a;smithi130:172.21.15.130=b;smithi173:172.21.15.173=c;count:3 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.813388+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.813388+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.837534+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.837534+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.844050+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.844050+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.851531+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.851531+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.855411+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.855411+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.861608+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.861608+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.863322+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.863322+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:03.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.873867+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.873867+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.879010+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.879010+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.880775+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:51.880775+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:51.882771+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:51.882771+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi173 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:51.999691+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:51.999691+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:54.000097+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:54.000097+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:56.000572+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cluster 2024-04-19T14:30:56.000572+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:03.229 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.329363+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/476476128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.329363+0000 mon.a (mon.0) 213 : audit [DBG] from='client.? 172.21.15.173:0/476476128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.531144+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.531144+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.537454+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.537454+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.568732+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.568732+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.570233+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.570233+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.572136+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.572136+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.648027+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.648027+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.230 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.654528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.231 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.654528+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.231 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.662947+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.231 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: audit 2024-04-19T14:30:57.662947+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:03.231 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:57.574227+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-04-19T14:31:03.231 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: cephadm 2024-04-19T14:30:57.574227+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-04-19T14:31:03.231 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:02 smithi130 bash[22211]: debug 2024-04-19T14:31:02.942+0000 7fac67ad8700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-19T14:31:04.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:03 smithi173 bash[22670]: cephadm 2024-04-19T14:30:57.574227+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-04-19T14:31:04.016 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:03 smithi173 bash[22670]: cephadm 2024-04-19T14:30:57.574227+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi130 2024-04-19T14:31:04.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:30:58.001037+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:30:58.001037+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:30:58.893447+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:30:58.893447+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:30:58.893832+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:30:58.893832+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:30:58.915687+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:30:58.915687+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:30:59.888679+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:30:59.888679+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:00.001419+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:00.001419+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:00.889187+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:00.889187+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:00.890512+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:00.890512+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:01.888925+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:01.888925+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:02.001814+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:02.001814+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:02.888982+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:02.888982+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:02.947622+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:02.947622+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.888994+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.888994+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.936157+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.936157+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:31:04.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943221+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943221+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943298+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943298+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943332+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-19T14:30:58.888716+0000 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943332+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-19T14:30:58.888716+0000 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943372+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943372+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943411+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943411+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943451+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943451+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:04.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943493+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943493+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943535+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.943535+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.963417+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.963417+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.963508+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.963508+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.963836+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.963836+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.964158+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:04.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: cluster 2024-04-19T14:31:03.964158+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.972440+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.972440+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.974765+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.974765+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.978575+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.978575+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.985290+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.985290+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.991200+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.991200+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.997720+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:04 smithi173 bash[22670]: audit 2024-04-19T14:31:03.997720+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:30:58.001037+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:30:58.001037+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:30:58.893447+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:04.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:30:58.893447+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:04.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:30:58.893832+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:04.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:30:58.893832+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:30:58.915687+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:30:58.915687+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:30:59.888679+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:30:59.888679+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:00.001419+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:00.001419+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:00.889187+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:00.889187+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:00.890512+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:00.890512+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:01.888925+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:01.888925+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:02.001814+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:02.001814+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:04.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:02.888982+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:02.888982+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:02.947622+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:02.947622+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.888994+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.888994+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.936157+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.936157+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943221+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943221+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943298+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943298+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943332+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-19T14:30:58.888716+0000 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943332+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-19T14:30:58.888716+0000 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943372+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:04.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943372+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943411+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943411+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943451+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943451+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943493+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943493+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943535+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.943535+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.963417+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.963417+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.963508+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:04.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.963508+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.963836+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.963836+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.964158+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: cluster 2024-04-19T14:31:03.964158+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.972440+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.972440+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.974765+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.974765+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.978575+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.978575+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.985290+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.410 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.985290+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.410 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.991200+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.410 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.991200+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.410 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.997720+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:04.410 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:04 smithi117 bash[21844]: audit 2024-04-19T14:31:03.997720+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.155 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:30:58.001037+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:05.155 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:30:58.001037+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:30:58.893447+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:30:58.893447+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:30:58.893832+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:30:58.893832+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:30:58.915687+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:30:58.915687+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:30:59.888679+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:30:59.888679+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:00.001419+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:00.001419+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:00.889187+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:00.889187+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.156 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:00.890512+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:00.890512+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:01.888925+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:01.888925+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:02.001814+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:02.001814+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:02.888982+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:02.888982+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.157 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:02.947622+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:02.947622+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.888994+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.888994+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.936157+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.936157+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943221+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943221+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943298+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943298+0000 mon.a (mon.0) 234 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943332+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-19T14:30:58.888716+0000 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943332+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-04-19T14:30:58.888716+0000 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943372+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:05.158 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943372+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943411+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943411+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943451+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943451+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943493+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943493+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943535+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.943535+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.963417+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.963417+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.963508+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.963508+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.963836+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.963836+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-04-19T14:31:05.159 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.964158+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: cluster 2024-04-19T14:31:03.964158+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.972440+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.972440+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.974765+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.974765+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.978575+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.978575+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.985290+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.985290+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.991200+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.991200+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.997720+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:05.160 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:04 smithi130 bash[22211]: audit 2024-04-19T14:31:03.997720+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:04.963386+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:04.963386+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:04.963581+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:04.963581+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:04.964585+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:04.964585+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:04.983627+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:04.983627+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:04.983737+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:04.983737+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:05.947520+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:05.947520+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:06.002601+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:06.002601+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:06.948293+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:06.948293+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:06.959199+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:06.959199+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:07.948342+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:07.948342+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:08.002960+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:08.002960+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:08.948579+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:08.948579+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:09.948558+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:09.948558+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.006289+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:31:10.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.006289+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012201+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012201+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012262+0000 mon.a (mon.0) 280 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012262+0000 mon.a (mon.0) 280 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012282+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-04-19T14:31:04.956727+0000 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012282+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-04-19T14:31:04.956727+0000 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012310+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012310+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012334+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012334+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012359+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012359+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012385+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012385+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:10.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012409+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012409+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012432+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon.b 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.012432+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon.b 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.035351+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.035351+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.035443+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.035443+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.035758+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.035758+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.036007+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.036007+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:10.043756+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:10.043756+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.358 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:10.050220+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:10.050220+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:10.056454+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.359 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:10 smithi173 bash[22670]: audit 2024-04-19T14:31:10.056454+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.387 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:04.963386+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:10.387 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:04.963386+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:04.963581+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:04.963581+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:04.964585+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:04.964585+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:04.983627+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:04.983627+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:04.983737+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:04.983737+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:05.947520+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:05.947520+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:06.002601+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:06.002601+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.388 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:06.948293+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:06.948293+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:06.959199+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:06.959199+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:07.948342+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:07.948342+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:08.002960+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:08.002960+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:08.948579+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.389 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:08.948579+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:09.948558+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:09.948558+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.006289+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.006289+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012201+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012201+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012262+0000 mon.a (mon.0) 280 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012262+0000 mon.a (mon.0) 280 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012282+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-04-19T14:31:04.956727+0000 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012282+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-04-19T14:31:04.956727+0000 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012310+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012310+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012334+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:10.390 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012334+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012359+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012359+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012385+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012385+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012409+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012409+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012432+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon.b 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.012432+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon.b 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.035351+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.035351+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.035443+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.035443+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.035758+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-19T14:31:10.391 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.035758+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.036007+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.036007+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:10.043756+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:10.043756+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:10.050220+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:10.050220+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:10.056454+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.392 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:10 smithi130 bash[22211]: audit 2024-04-19T14:31:10.056454+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:04.963386+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:04.963386+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:04.963581+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:04.963581+0000 mon.a (mon.0) 270 : cluster [INF] mon.a calling monitor election 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:04.964585+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:04.964585+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:04.983627+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:04.983627+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:04.983737+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:04.983737+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:05.947520+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:05.947520+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:06.002601+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:06.002601+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:06.948293+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:06.948293+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:06.959199+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:06.959199+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:07.948342+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:07.948342+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:08.002960+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:08.002960+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:08.948579+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:08.948579+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:09.948558+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:09.948558+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.006289+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.006289+0000 mon.a (mon.0) 278 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012201+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012201+0000 mon.a (mon.0) 279 : cluster [DBG] monmap epoch 3 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012262+0000 mon.a (mon.0) 280 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012262+0000 mon.a (mon.0) 280 : cluster [DBG] fsid c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:10.407 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012282+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-04-19T14:31:04.956727+0000 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012282+0000 mon.a (mon.0) 281 : cluster [DBG] last_changed 2024-04-19T14:31:04.956727+0000 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012310+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012310+0000 mon.a (mon.0) 282 : cluster [DBG] created 2024-04-19T14:28:12.985080+0000 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012334+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012334+0000 mon.a (mon.0) 283 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012359+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012359+0000 mon.a (mon.0) 284 : cluster [DBG] election_strategy: 1 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012385+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012385+0000 mon.a (mon.0) 285 : cluster [DBG] 0: [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] mon.a 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012409+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012409+0000 mon.a (mon.0) 286 : cluster [DBG] 1: [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] mon.c 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012432+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon.b 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.012432+0000 mon.a (mon.0) 287 : cluster [DBG] 2: [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon.b 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.035351+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-04-19T14:31:10.408 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.035351+0000 mon.a (mon.0) 288 : cluster [DBG] fsmap 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.035443+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.035443+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.035758+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.035758+0000 mon.a (mon.0) 290 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.036007+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.036007+0000 mon.a (mon.0) 291 : cluster [INF] overall HEALTH_OK 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:10.043756+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:10.043756+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:10.050220+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:10.050220+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:10.056454+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:10.409 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:10 smithi117 bash[21844]: audit 2024-04-19T14:31:10.056454+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.003383+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:11.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: cluster 2024-04-19T14:31:10.003383+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: cephadm 2024-04-19T14:31:10.100091+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: cephadm 2024-04-19T14:31:10.100091+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.104135+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.104135+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.109090+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.109090+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.110815+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.110815+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: cephadm 2024-04-19T14:31:10.112780+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: cephadm 2024-04-19T14:31:10.112780+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.905694+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.905694+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.948808+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:11.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:11 smithi173 bash[22670]: audit 2024-04-19T14:31:10.948808+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:11.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.003383+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: cluster 2024-04-19T14:31:10.003383+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: cephadm 2024-04-19T14:31:10.100091+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: cephadm 2024-04-19T14:31:10.100091+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.104135+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.104135+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.109090+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.109090+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.110815+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.110815+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: cephadm 2024-04-19T14:31:10.112780+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: cephadm 2024-04-19T14:31:10.112780+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-04-19T14:31:11.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.905694+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.905694+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.948808+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:11.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:11 smithi117 bash[21844]: audit 2024-04-19T14:31:10.948808+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.003383+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: cluster 2024-04-19T14:31:10.003383+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: cephadm 2024-04-19T14:31:10.100091+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: cephadm 2024-04-19T14:31:10.100091+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.104135+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.104135+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.109090+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.109090+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.110815+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.110815+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: cephadm 2024-04-19T14:31:10.112780+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-04-19T14:31:11.431 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: cephadm 2024-04-19T14:31:10.112780+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi130 2024-04-19T14:31:11.432 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.905694+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.432 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.905694+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:11.432 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.948808+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:11.432 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:11 smithi130 bash[22211]: audit 2024-04-19T14:31:10.948808+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:11.755 INFO:teuthology.orchestra.run.smithi173.stdout: 2024-04-19T14:31:11.755 INFO:teuthology.orchestra.run.smithi173.stdout:{"epoch":3,"fsid":"c4ff571a-fe58-11ee-bc92-c7b262605968","modified":"2024-04-19T14:31:04.956727Z","created":"2024-04-19T14:28:12.985080Z","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.117:3300","nonce":0},{"type":"v1","addr":"172.21.15.117:6789","nonce":0}]},"addr":"172.21.15.117:6789/0","public_addr":"172.21.15.117:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:3300","nonce":0},{"type":"v1","addr":"172.21.15.173:6789","nonce":0}]},"addr":"172.21.15.173:6789/0","public_addr":"172.21.15.173:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:3300","nonce":0},{"type":"v1","addr":"172.21.15.130:6789","nonce":0}]},"addr":"172.21.15.130:6789/0","public_addr":"172.21.15.130:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-19T14:31:11.758 INFO:teuthology.orchestra.run.smithi173.stderr:dumped monmap epoch 3 2024-04-19T14:31:12.407 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-19T14:31:12.407 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-19T14:31:12.658 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.640550+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.640550+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.649668+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.649668+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.660933+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.660933+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.757601+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/1590071444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:11.757601+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/1590071444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.207881+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.207881+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.217029+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.659 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.217029+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.236560+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.236560+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.238261+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.238261+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.239720+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.239720+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.523017+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.523017+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.529184+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.529184+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.536582+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.660 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:12 smithi173 bash[22670]: audit 2024-04-19T14:31:12.536582+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.640550+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.640550+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.649668+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.649668+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.660933+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.660933+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.757601+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/1590071444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:11.757601+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/1590071444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.207881+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.207881+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.217029+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.217029+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.236560+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.236560+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.238261+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.238261+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.239720+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.239720+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.523017+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.523017+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.529184+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.529184+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.536582+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.791 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:12 smithi117 bash[21844]: audit 2024-04-19T14:31:12.536582+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.640550+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.640550+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.649668+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.649668+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.660933+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.660933+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.757601+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/1590071444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:11.757601+0000 mon.a (mon.0) 303 : audit [DBG] from='client.? 172.21.15.173:0/1590071444' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.207881+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.207881+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.217029+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.217029+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.236560+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.236560+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.238261+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.238261+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.239720+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.239720+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.523017+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.523017+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.529184+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.529184+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.536582+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:12.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:12 smithi130 bash[22211]: audit 2024-04-19T14:31:12.536582+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:14.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:13 smithi117 bash[21844]: cluster 2024-04-19T14:31:12.003877+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:14.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:13 smithi117 bash[21844]: cluster 2024-04-19T14:31:12.003877+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:14.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:13 smithi117 bash[21844]: cephadm 2024-04-19T14:31:12.235867+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:31:14.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:13 smithi117 bash[21844]: cephadm 2024-04-19T14:31:12.235867+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:31:14.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:13 smithi117 bash[21844]: cephadm 2024-04-19T14:31:12.241219+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-04-19T14:31:14.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:13 smithi117 bash[21844]: cephadm 2024-04-19T14:31:12.241219+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-04-19T14:31:14.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:13 smithi130 bash[22211]: cluster 2024-04-19T14:31:12.003877+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:14.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:13 smithi130 bash[22211]: cluster 2024-04-19T14:31:12.003877+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:14.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:13 smithi130 bash[22211]: cephadm 2024-04-19T14:31:12.235867+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:31:14.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:13 smithi130 bash[22211]: cephadm 2024-04-19T14:31:12.235867+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:31:14.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:13 smithi130 bash[22211]: cephadm 2024-04-19T14:31:12.241219+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-04-19T14:31:14.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:13 smithi130 bash[22211]: cephadm 2024-04-19T14:31:12.241219+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-04-19T14:31:14.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:13 smithi173 bash[22670]: cluster 2024-04-19T14:31:12.003877+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:14.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:13 smithi173 bash[22670]: cluster 2024-04-19T14:31:12.003877+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:14.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:13 smithi173 bash[22670]: cephadm 2024-04-19T14:31:12.235867+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:31:14.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:13 smithi173 bash[22670]: cephadm 2024-04-19T14:31:12.235867+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:31:14.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:13 smithi173 bash[22670]: cephadm 2024-04-19T14:31:12.241219+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-04-19T14:31:14.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:13 smithi173 bash[22670]: cephadm 2024-04-19T14:31:12.241219+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi173 2024-04-19T14:31:15.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:13.964201+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:13.964201+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:13.972073+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:13.972073+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cluster 2024-04-19T14:31:14.004256+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cluster 2024-04-19T14:31:14.004256+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.010735+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.010735+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.016308+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.016308+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.018172+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.018172+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.020790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:15.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.020790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.021621+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.021621+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.022860+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.022860+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.339093+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.339093+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.339603+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.339603+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.341546+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.341546+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.558147+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.558147+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.562607+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.562607+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.566553+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.566553+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.570614+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.570614+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.575719+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.575719+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.227 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.581116+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.581116+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.587762+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.587762+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.669820+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.669820+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.670296+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.670296+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.671180+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.671180+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.671949+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: audit 2024-04-19T14:31:14.671949+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.673123+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi117 2024-04-19T14:31:15.228 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:14 smithi130 bash[22211]: cephadm 2024-04-19T14:31:14.673123+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi117 2024-04-19T14:31:15.232 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:13.964201+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.232 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:13.964201+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.232 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:13.972073+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.232 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:13.972073+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cluster 2024-04-19T14:31:14.004256+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cluster 2024-04-19T14:31:14.004256+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.010735+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.010735+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.016308+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.016308+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.018172+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.018172+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.020790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.020790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.021621+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.021621+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.022860+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:15.233 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.022860+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.339093+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.339093+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.339603+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.339603+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.341546+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.341546+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.558147+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.558147+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.562607+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.562607+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.566553+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.566553+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.570614+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.234 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.570614+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.575719+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.575719+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.581116+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.581116+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.587762+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.587762+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.669820+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.669820+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.670296+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.670296+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.671180+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.671180+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:15.235 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.671949+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.236 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: audit 2024-04-19T14:31:14.671949+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.236 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.673123+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi117 2024-04-19T14:31:15.236 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:14 smithi117 bash[21844]: cephadm 2024-04-19T14:31:14.673123+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi117 2024-04-19T14:31:15.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:13.964201+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:13.964201+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:13.972073+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:13.972073+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cluster 2024-04-19T14:31:14.004256+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cluster 2024-04-19T14:31:14.004256+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.010735+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.010735+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.016308+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.016308+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.018172+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.018172+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.020790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.020790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:31:15.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.021621+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.021621+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.022860+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.022860+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.339093+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.339093+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.339603+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.339603+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.341546+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.355 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.341546+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.558147+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.558147+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.562607+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.562607+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.566553+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.566553+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.570614+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.570614+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.575719+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.575719+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.581116+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.581116+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.587762+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.587762+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:15.356 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.669820+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.669820+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.670296+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.670296+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.671180+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.671180+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.671949+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: audit 2024-04-19T14:31:14.671949+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.673123+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi117 2024-04-19T14:31:15.357 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:14 smithi173 bash[22670]: cephadm 2024-04-19T14:31:14.673123+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi117 2024-04-19T14:31:17.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:17 smithi173 bash[22670]: cluster 2024-04-19T14:31:16.004659+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:17.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:17 smithi173 bash[22670]: cluster 2024-04-19T14:31:16.004659+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:17.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:17 smithi117 bash[21844]: cluster 2024-04-19T14:31:16.004659+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:17.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:17 smithi117 bash[21844]: cluster 2024-04-19T14:31:16.004659+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:17.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:17 smithi130 bash[22211]: cluster 2024-04-19T14:31:16.004659+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:17.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:17 smithi130 bash[22211]: cluster 2024-04-19T14:31:16.004659+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:18.417 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:31:18.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:18 smithi173 bash[22670]: audit 2024-04-19T14:31:17.506153+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:18 smithi173 bash[22670]: audit 2024-04-19T14:31:17.506153+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:18 smithi173 bash[22670]: audit 2024-04-19T14:31:17.515450+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:18 smithi173 bash[22670]: audit 2024-04-19T14:31:17.515450+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:18 smithi117 bash[21844]: audit 2024-04-19T14:31:17.506153+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:18 smithi117 bash[21844]: audit 2024-04-19T14:31:17.506153+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:18 smithi117 bash[21844]: audit 2024-04-19T14:31:17.515450+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:18 smithi117 bash[21844]: audit 2024-04-19T14:31:17.515450+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:18 smithi130 bash[22211]: audit 2024-04-19T14:31:17.506153+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:18 smithi130 bash[22211]: audit 2024-04-19T14:31:17.506153+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:18 smithi130 bash[22211]: audit 2024-04-19T14:31:17.515450+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:18.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:18 smithi130 bash[22211]: audit 2024-04-19T14:31:17.515450+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:19.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:19 smithi117 bash[21844]: cluster 2024-04-19T14:31:18.005022+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:19.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:19 smithi117 bash[21844]: cluster 2024-04-19T14:31:18.005022+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:19.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:19 smithi173 bash[22670]: cluster 2024-04-19T14:31:18.005022+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:19.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:19 smithi173 bash[22670]: cluster 2024-04-19T14:31:18.005022+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:19.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:19 smithi130 bash[22211]: cluster 2024-04-19T14:31:18.005022+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:19.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:19 smithi130 bash[22211]: cluster 2024-04-19T14:31:18.005022+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.283 INFO:teuthology.orchestra.run.smithi117.stdout:# minimal ceph.conf for c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:21.283 INFO:teuthology.orchestra.run.smithi117.stdout:[global] 2024-04-19T14:31:21.284 INFO:teuthology.orchestra.run.smithi117.stdout: fsid = c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:31:21.284 INFO:teuthology.orchestra.run.smithi117.stdout: mon_host = [v2:172.21.15.117:3300/0,v1:172.21.15.117:6789/0] [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] [v2:172.21.15.173:3300/0,v1:172.21.15.173:6789/0] 2024-04-19T14:31:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:21 smithi117 bash[21844]: cluster 2024-04-19T14:31:20.005408+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:21 smithi117 bash[21844]: cluster 2024-04-19T14:31:20.005408+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:21 smithi117 bash[21844]: audit 2024-04-19T14:31:21.286490+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.117:0/633288059' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:21 smithi117 bash[21844]: audit 2024-04-19T14:31:21.286490+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.117:0/633288059' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:21.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:21 smithi173 bash[22670]: cluster 2024-04-19T14:31:20.005408+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:21 smithi173 bash[22670]: cluster 2024-04-19T14:31:20.005408+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:21 smithi173 bash[22670]: audit 2024-04-19T14:31:21.286490+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.117:0/633288059' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:21.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:21 smithi173 bash[22670]: audit 2024-04-19T14:31:21.286490+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.117:0/633288059' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:21.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:21 smithi130 bash[22211]: cluster 2024-04-19T14:31:20.005408+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:21 smithi130 bash[22211]: cluster 2024-04-19T14:31:20.005408+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:21.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:21 smithi130 bash[22211]: audit 2024-04-19T14:31:21.286490+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.117:0/633288059' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:21.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:21 smithi130 bash[22211]: audit 2024-04-19T14:31:21.286490+0000 mon.a (mon.0) 329 : audit [DBG] from='client.? 172.21.15.117:0/633288059' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:21.980 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-19T14:31:21.980 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:31:21.980 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T14:31:21.994 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:31:21.994 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:22.047 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:31:22.047 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T14:31:22.062 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:31:22.062 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:22.119 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:31:22.119 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T14:31:22.132 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:31:22.132 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:31:22.189 INFO:tasks.cephadm:Adding mgr.a on smithi117 2024-04-19T14:31:22.189 INFO:tasks.cephadm:Adding mgr.b on smithi130 2024-04-19T14:31:22.189 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi117=a;smithi130=b' 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: cluster 2024-04-19T14:31:22.005778+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: cluster 2024-04-19T14:31:22.005778+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: audit 2024-04-19T14:31:23.188895+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: audit 2024-04-19T14:31:23.188895+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: audit 2024-04-19T14:31:23.194725+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: audit 2024-04-19T14:31:23.194725+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: audit 2024-04-19T14:31:23.203516+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:23 smithi173 bash[22670]: audit 2024-04-19T14:31:23.203516+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: cluster 2024-04-19T14:31:22.005778+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:23.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: cluster 2024-04-19T14:31:22.005778+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:23.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: audit 2024-04-19T14:31:23.188895+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: audit 2024-04-19T14:31:23.188895+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: audit 2024-04-19T14:31:23.194725+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: audit 2024-04-19T14:31:23.194725+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: audit 2024-04-19T14:31:23.203516+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:23 smithi117 bash[21844]: audit 2024-04-19T14:31:23.203516+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: cluster 2024-04-19T14:31:22.005778+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: cluster 2024-04-19T14:31:22.005778+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: audit 2024-04-19T14:31:23.188895+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: audit 2024-04-19T14:31:23.188895+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: audit 2024-04-19T14:31:23.194725+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: audit 2024-04-19T14:31:23.194725+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: audit 2024-04-19T14:31:23.203516+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:23.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:23 smithi130 bash[22211]: audit 2024-04-19T14:31:23.203516+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:25.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:25 smithi173 bash[22670]: cluster 2024-04-19T14:31:24.006119+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:25.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:25 smithi173 bash[22670]: cluster 2024-04-19T14:31:24.006119+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:25.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:25 smithi117 bash[21844]: cluster 2024-04-19T14:31:24.006119+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:25.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:25 smithi117 bash[21844]: cluster 2024-04-19T14:31:24.006119+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:25.933 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:31:25.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:25 smithi130 bash[22211]: cluster 2024-04-19T14:31:24.006119+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:25.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:25 smithi130 bash[22211]: cluster 2024-04-19T14:31:24.006119+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:27.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:27 smithi173 bash[22670]: cluster 2024-04-19T14:31:26.006584+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:27.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:27 smithi173 bash[22670]: cluster 2024-04-19T14:31:26.006584+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:27.782 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:27 smithi130 bash[22211]: cluster 2024-04-19T14:31:26.006584+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:27.782 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:27 smithi130 bash[22211]: cluster 2024-04-19T14:31:26.006584+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:27 smithi117 bash[21844]: cluster 2024-04-19T14:31:26.006584+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:27 smithi117 bash[21844]: cluster 2024-04-19T14:31:26.006584+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:28.375 INFO:teuthology.orchestra.run.smithi173.stdout:Scheduled mgr update... 2024-04-19T14:31:28.978 DEBUG:teuthology.orchestra.run.smithi130:mgr.b> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.b.service 2024-04-19T14:31:28.980 INFO:tasks.cephadm:Deploying OSDs... 2024-04-19T14:31:28.980 DEBUG:teuthology.orchestra.run.smithi117:> set -ex 2024-04-19T14:31:28.980 DEBUG:teuthology.orchestra.run.smithi117:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T14:31:28.987 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-19T14:31:28.987 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_1 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-04-19 14:17:04.057561219 +0000 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-04-19 14:17:03.797563538 +0000 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-04-19 14:17:03.797563538 +0000 2024-04-19T14:31:29.036 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-04-19T14:31:29.036 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T14:31:29.090 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-04-19T14:31:29.090 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-04-19T14:31:29.090 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000444523 s, 1.2 MB/s 2024-04-19T14:31:29.091 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T14:31:29.140 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_2 2024-04-19T14:31:29.187 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-04-19 14:17:04.729555225 +0000 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-04-19 14:17:04.285559184 +0000 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-04-19 14:17:04.285559184 +0000 2024-04-19T14:31:29.188 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-04-19T14:31:29.188 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T14:31:29.242 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-04-19T14:31:29.242 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-04-19T14:31:29.242 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000377516 s, 1.4 MB/s 2024-04-19T14:31:29.243 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T14:31:29.292 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_3 2024-04-19T14:31:29.339 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T14:31:29.339 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.340 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-19T14:31:29.340 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.340 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-04-19 14:17:05.209550942 +0000 2024-04-19T14:31:29.340 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-04-19 14:17:04.949553261 +0000 2024-04-19T14:31:29.340 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-04-19 14:17:04.949553261 +0000 2024-04-19T14:31:29.340 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-04-19T14:31:29.340 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T14:31:29.394 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-04-19T14:31:29.394 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-04-19T14:31:29.394 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000428926 s, 1.2 MB/s 2024-04-19T14:31:29.395 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T14:31:29.445 DEBUG:teuthology.orchestra.run.smithi117:> stat /dev/vg_nvme/lv_4 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout:Access: 2024-04-19 14:17:05.449548802 +0000 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout:Modify: 2024-04-19 14:17:05.445548837 +0000 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout:Change: 2024-04-19 14:17:05.445548837 +0000 2024-04-19T14:31:29.491 INFO:teuthology.orchestra.run.smithi117.stdout: Birth: - 2024-04-19T14:31:29.492 DEBUG:teuthology.orchestra.run.smithi117:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T14:31:29.545 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records in 2024-04-19T14:31:29.545 INFO:teuthology.orchestra.run.smithi117.stderr:1+0 records out 2024-04-19T14:31:29.545 INFO:teuthology.orchestra.run.smithi117.stderr:512 bytes copied, 0.000367115 s, 1.4 MB/s 2024-04-19T14:31:29.547 DEBUG:teuthology.orchestra.run.smithi117:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T14:31:29.596 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-19T14:31:29.597 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T14:31:29.603 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-19T14:31:29.603 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2024-04-19T14:31:29.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: cluster 2024-04-19T14:31:28.006973+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:29.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: cluster 2024-04-19T14:31:28.006973+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:29.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.367466+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi117=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.367466+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi117=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: cephadm 2024-04-19T14:31:28.371121+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi117=a;smithi130=b;count:2 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: cephadm 2024-04-19T14:31:28.371121+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi117=a;smithi130=b;count:2 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.377388+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.377388+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.388424+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.388424+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.394236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.394236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.396133+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.396133+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.405138+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.405138+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.409817+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.409817+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.412369+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.412369+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.416769+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.416769+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.418700+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: audit 2024-04-19T14:31:28.418700+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: cephadm 2024-04-19T14:31:28.420670+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi130 2024-04-19T14:31:29.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:29 smithi117 bash[21844]: cephadm 2024-04-19T14:31:28.420670+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi130 2024-04-19T14:31:29.657 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T14:31:29.657 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.657 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-04-19T14:31:29.657 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.657 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-19 14:17:05.069795840 +0000 2024-04-19T14:31:29.657 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-19 14:17:04.829797984 +0000 2024-04-19T14:31:29.658 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-19 14:17:04.829797984 +0000 2024-04-19T14:31:29.658 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-04-19T14:31:29.658 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T14:31:29.707 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: cluster 2024-04-19T14:31:28.006973+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:29.707 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: cluster 2024-04-19T14:31:28.006973+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:29.707 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.367466+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi117=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:29.707 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.367466+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi117=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:29.707 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: cephadm 2024-04-19T14:31:28.371121+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi117=a;smithi130=b;count:2 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: cephadm 2024-04-19T14:31:28.371121+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi117=a;smithi130=b;count:2 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.377388+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.377388+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.388424+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.388424+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.394236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.394236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.396133+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.396133+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.405138+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.405138+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.708 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.409817+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.409817+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.412369+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.412369+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.416769+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.416769+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.418700+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: audit 2024-04-19T14:31:28.418700+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: cephadm 2024-04-19T14:31:28.420670+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi130 2024-04-19T14:31:29.709 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:29 smithi130 bash[22211]: cephadm 2024-04-19T14:31:28.420670+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi130 2024-04-19T14:31:29.710 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-19T14:31:29.710 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-19T14:31:29.710 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.00039447 s, 1.3 MB/s 2024-04-19T14:31:29.710 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T14:31:29.760 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-19 14:17:05.313793661 +0000 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-19 14:17:05.309793697 +0000 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-19 14:17:05.309793697 +0000 2024-04-19T14:31:29.807 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-04-19T14:31:29.807 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: cluster 2024-04-19T14:31:28.006973+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: cluster 2024-04-19T14:31:28.006973+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.367466+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi117=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.367466+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi117=a;smithi130=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: cephadm 2024-04-19T14:31:28.371121+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi117=a;smithi130=b;count:2 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: cephadm 2024-04-19T14:31:28.371121+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi117=a;smithi130=b;count:2 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.377388+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.377388+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.388424+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.388424+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:29.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.394236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.394236+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.396133+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.396133+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.405138+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.405138+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.409817+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.409817+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.412369+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.412369+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.416769+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.416769+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.418700+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: audit 2024-04-19T14:31:28.418700+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:29.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: cephadm 2024-04-19T14:31:28.420670+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi130 2024-04-19T14:31:29.856 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:29 smithi173 bash[22670]: cephadm 2024-04-19T14:31:28.420670+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi130 2024-04-19T14:31:29.861 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-19T14:31:29.861 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-19T14:31:29.861 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000432785 s, 1.2 MB/s 2024-04-19T14:31:29.863 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T14:31:29.912 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-19 14:17:06.045787123 +0000 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-19 14:17:05.789789410 +0000 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-19 14:17:05.789789410 +0000 2024-04-19T14:31:29.960 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-04-19T14:31:29.960 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T14:31:30.013 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-19T14:31:30.013 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-19T14:31:30.013 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000316421 s, 1.6 MB/s 2024-04-19T14:31:30.014 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T14:31:30.064 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-19 14:17:06.541782692 +0000 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-19 14:17:06.281785015 +0000 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-19 14:17:06.281785015 +0000 2024-04-19T14:31:30.111 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2024-04-19T14:31:30.112 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T14:31:30.166 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-19T14:31:30.166 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-19T14:31:30.166 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000365606 s, 1.4 MB/s 2024-04-19T14:31:30.167 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T14:31:30.215 DEBUG:teuthology.orchestra.run.smithi173:> set -ex 2024-04-19T14:31:30.215 DEBUG:teuthology.orchestra.run.smithi173:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T14:31:30.222 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-19T14:31:30.222 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_1 2024-04-19T14:31:30.269 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-04-19 14:16:23.520122776 +0000 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-04-19 14:16:23.264125062 +0000 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-04-19 14:16:23.264125062 +0000 2024-04-19T14:31:30.270 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-04-19T14:31:30.270 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T14:31:30.324 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-04-19T14:31:30.324 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-04-19T14:31:30.324 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.00044563 s, 1.1 MB/s 2024-04-19T14:31:30.325 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T14:31:30.374 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_2 2024-04-19T14:31:30.425 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T14:31:30.425 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:30.426 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-04-19T14:31:30.426 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:30.426 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-04-19 14:16:24.000118489 +0000 2024-04-19T14:31:30.426 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-04-19 14:16:23.760120632 +0000 2024-04-19T14:31:30.426 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-04-19 14:16:23.760120632 +0000 2024-04-19T14:31:30.426 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-04-19T14:31:30.426 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T14:31:30.480 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-04-19T14:31:30.480 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-04-19T14:31:30.480 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000448711 s, 1.1 MB/s 2024-04-19T14:31:30.481 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T14:31:30.531 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_3 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-04-19 14:16:24.508113951 +0000 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-04-19 14:16:24.256116202 +0000 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-04-19 14:16:24.256116202 +0000 2024-04-19T14:31:30.577 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-04-19T14:31:30.578 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T14:31:30.632 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-04-19T14:31:30.632 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-04-19T14:31:30.632 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000393707 s, 1.3 MB/s 2024-04-19T14:31:30.633 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T14:31:30.682 DEBUG:teuthology.orchestra.run.smithi173:> stat /dev/vg_nvme/lv_4 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout:Access: 2024-04-19 14:16:24.992109628 +0000 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout:Modify: 2024-04-19 14:16:24.740111878 +0000 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout:Change: 2024-04-19 14:16:24.740111878 +0000 2024-04-19T14:31:30.729 INFO:teuthology.orchestra.run.smithi173.stdout: Birth: - 2024-04-19T14:31:30.729 DEBUG:teuthology.orchestra.run.smithi173:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T14:31:30.784 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records in 2024-04-19T14:31:30.784 INFO:teuthology.orchestra.run.smithi173.stderr:1+0 records out 2024-04-19T14:31:30.784 INFO:teuthology.orchestra.run.smithi173.stderr:512 bytes copied, 0.000335451 s, 1.5 MB/s 2024-04-19T14:31:30.785 DEBUG:teuthology.orchestra.run.smithi173:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T14:31:30.839 INFO:tasks.cephadm:Deploying osd.0 on smithi117 with /dev/vg_nvme/lv_4... 2024-04-19T14:31:30.839 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T14:31:31.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:31:31.224 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:31:31.224 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:31:31.224 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: cluster 2024-04-19T14:31:30.007378+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: cluster 2024-04-19T14:31:30.007378+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: audit 2024-04-19T14:31:31.068535+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: audit 2024-04-19T14:31:31.068535+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: audit 2024-04-19T14:31:31.075757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: audit 2024-04-19T14:31:31.075757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: audit 2024-04-19T14:31:31.084177+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:31 smithi117 bash[21844]: audit 2024-04-19T14:31:31.084177+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: Started Ceph mgr.b for c4ff571a-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: cluster 2024-04-19T14:31:30.007378+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: cluster 2024-04-19T14:31:30.007378+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: audit 2024-04-19T14:31:31.068535+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: audit 2024-04-19T14:31:31.068535+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: audit 2024-04-19T14:31:31.075757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: audit 2024-04-19T14:31:31.075757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: audit 2024-04-19T14:31:31.084177+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:31 smithi130 bash[22211]: audit 2024-04-19T14:31:31.084177+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: cluster 2024-04-19T14:31:30.007378+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: cluster 2024-04-19T14:31:30.007378+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: audit 2024-04-19T14:31:31.068535+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: audit 2024-04-19T14:31:31.068535+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: audit 2024-04-19T14:31:31.075757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: audit 2024-04-19T14:31:31.075757+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: audit 2024-04-19T14:31:31.084177+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:31.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:31 smithi173 bash[22670]: audit 2024-04-19T14:31:31.084177+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.765 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[23342]: debug 2024-04-19T14:31:32.613+0000 7f4b1bca7700 1 -- 172.21.15.130:0/68919739 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b87ef025a0 con 0x55b87fc78c00 2024-04-19T14:31:32.765 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.478850+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.765 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.478850+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.765 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.487853+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.765 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.487853+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.500281+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.500281+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.508705+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.508705+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.610135+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.610135+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.614664+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.614664+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.615827+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.615827+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.766 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.623582+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.623582+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: cephadm 2024-04-19T14:31:31.624228+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: cephadm 2024-04-19T14:31:31.624228+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: cephadm 2024-04-19T14:31:31.721128+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: cephadm 2024-04-19T14:31:31.721128+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.721706+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.721706+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.723320+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.723320+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.724647+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.724647+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: cephadm 2024-04-19T14:31:31.726216+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi117 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: cephadm 2024-04-19T14:31:31.726216+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi117 2024-04-19T14:31:32.767 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.845952+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.768 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.845952+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.768 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.852212+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.768 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.852212+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.768 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.860751+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.768 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[22211]: audit 2024-04-19T14:31:31.860751+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.478850+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.478850+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.487853+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.487853+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.500281+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.500281+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.508705+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.508705+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.610135+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.610135+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.614664+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.614664+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.615827+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.615827+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.623582+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.623582+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: cephadm 2024-04-19T14:31:31.624228+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: cephadm 2024-04-19T14:31:31.624228+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:32.854 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: cephadm 2024-04-19T14:31:31.721128+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: cephadm 2024-04-19T14:31:31.721128+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.721706+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.721706+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.723320+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.723320+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.724647+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.724647+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: cephadm 2024-04-19T14:31:31.726216+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi117 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: cephadm 2024-04-19T14:31:31.726216+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi117 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.845952+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.845952+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.852212+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.852212+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.860751+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.855 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:32 smithi173 bash[22670]: audit 2024-04-19T14:31:31.860751+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.860 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.478850+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.478850+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.487853+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.487853+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.500281+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.500281+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.508705+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.508705+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.610135+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.610135+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.614664+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.614664+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.615827+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.615827+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.623582+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.623582+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: cephadm 2024-04-19T14:31:31.624228+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: cephadm 2024-04-19T14:31:31.624228+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: cephadm 2024-04-19T14:31:31.721128+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: cephadm 2024-04-19T14:31:31.721128+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.721706+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.721706+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.723320+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.723320+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.724647+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.862 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.724647+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: cephadm 2024-04-19T14:31:31.726216+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi117 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: cephadm 2024-04-19T14:31:31.726216+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi117 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.845952+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.845952+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.852212+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.852212+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.860751+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:32.863 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:32 smithi117 bash[21844]: audit 2024-04-19T14:31:31.860751+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:33.223 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:32 smithi130 bash[23342]: debug 2024-04-19T14:31:32.765+0000 7f4b25eb7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:31:34.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:33 smithi117 bash[21844]: cluster 2024-04-19T14:31:32.007780+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:34.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:33 smithi117 bash[21844]: cluster 2024-04-19T14:31:32.007780+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:34.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:33 smithi130 bash[22211]: cluster 2024-04-19T14:31:32.007780+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:34.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:33 smithi130 bash[22211]: cluster 2024-04-19T14:31:32.007780+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:34.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:33 smithi173 bash[22670]: cluster 2024-04-19T14:31:32.007780+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:34.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:33 smithi173 bash[22670]: cluster 2024-04-19T14:31:32.007780+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:34.896 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:34 smithi130 bash[23342]: debug 2024-04-19T14:31:34.533+0000 7f4b25eb7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:31:34.896 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:34 smithi130 bash[23342]: debug 2024-04-19T14:31:34.633+0000 7f4b25eb7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:31:34.896 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:34 smithi130 bash[23342]: debug 2024-04-19T14:31:34.897+0000 7f4b25eb7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: cluster 2024-04-19T14:31:34.008201+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: cluster 2024-04-19T14:31:34.008201+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.093644+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.093644+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.317250+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.317250+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.321191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.321191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.347169+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.347169+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:35.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.349746+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.349746+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.350531+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.350531+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.355866+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: audit 2024-04-19T14:31:34.355866+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: cephadm 2024-04-19T14:31:34.356254+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:35.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[22211]: cephadm 2024-04-19T14:31:34.356254+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: cluster 2024-04-19T14:31:34.008201+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: cluster 2024-04-19T14:31:34.008201+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.093644+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.093644+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.317250+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.317250+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.321191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.321191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.347169+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:35.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.347169+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.349746+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.349746+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.350531+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.350531+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.355866+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: audit 2024-04-19T14:31:34.355866+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: cephadm 2024-04-19T14:31:34.356254+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:35.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:35 smithi173 bash[22670]: cephadm 2024-04-19T14:31:34.356254+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:35.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: cluster 2024-04-19T14:31:34.008201+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:35.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: cluster 2024-04-19T14:31:34.008201+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:35.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.093644+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.093644+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.317250+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.317250+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.321191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.321191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.347169+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.347169+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.349746+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.349746+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.350531+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.350531+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.355866+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: audit 2024-04-19T14:31:34.355866+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: cephadm 2024-04-19T14:31:34.356254+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:35.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:35 smithi117 bash[21844]: cephadm 2024-04-19T14:31:34.356254+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:31:35.551 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:31:36.167 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[23342]: debug 2024-04-19T14:31:35.729+0000 7f4b25eb7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:31:36.167 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[23342]: debug 2024-04-19T14:31:35.849+0000 7f4b25eb7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:31:36.167 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:35 smithi130 bash[23342]: debug 2024-04-19T14:31:35.957+0000 7f4b25eb7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:31:36.442 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:36 smithi130 bash[23342]: debug 2024-04-19T14:31:36.329+0000 7f4b25eb7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:31:36.707 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:36 smithi130 bash[23342]: debug 2024-04-19T14:31:36.441+0000 7f4b25eb7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:31:36.707 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:36 smithi130 bash[23342]: debug 2024-04-19T14:31:36.545+0000 7f4b25eb7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:31:36.973 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:36 smithi130 bash[23342]: debug 2024-04-19T14:31:36.905+0000 7f4b25eb7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:31:37.411 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[23342]: debug 2024-04-19T14:31:37.149+0000 7f4b25eb7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:31:37.412 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[23342]: debug 2024-04-19T14:31:37.413+0000 7f4b25eb7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:31:37.412 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[22211]: cluster 2024-04-19T14:31:36.008659+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:37.412 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[22211]: cluster 2024-04-19T14:31:36.008659+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:37.412 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[22211]: audit 2024-04-19T14:31:36.168690+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:37.412 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[22211]: audit 2024-04-19T14:31:36.168690+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:37.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:37 smithi173 bash[22670]: cluster 2024-04-19T14:31:36.008659+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:37.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:37 smithi173 bash[22670]: cluster 2024-04-19T14:31:36.008659+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:37.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:37 smithi173 bash[22670]: audit 2024-04-19T14:31:36.168690+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:37.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:37 smithi173 bash[22670]: audit 2024-04-19T14:31:36.168690+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:37.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:37 smithi117 bash[21844]: cluster 2024-04-19T14:31:36.008659+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:37.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:37 smithi117 bash[21844]: cluster 2024-04-19T14:31:36.008659+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:37.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:37 smithi117 bash[21844]: audit 2024-04-19T14:31:36.168690+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:37.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:37 smithi117 bash[21844]: audit 2024-04-19T14:31:36.168690+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:37.723 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[23342]: debug 2024-04-19T14:31:37.525+0000 7f4b25eb7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:31:38.202 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:37 smithi130 bash[23342]: debug 2024-04-19T14:31:37.793+0000 7f4b25eb7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:31:38.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:38 smithi130 bash[22211]: audit 2024-04-19T14:31:37.357515+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:38.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:38 smithi130 bash[22211]: audit 2024-04-19T14:31:37.357515+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:38.474 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:38 smithi130 bash[23342]: debug 2024-04-19T14:31:38.201+0000 7f4b25eb7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:31:38.474 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:38 smithi130 bash[23342]: debug 2024-04-19T14:31:38.437+0000 7f4b25eb7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:31:38.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:38 smithi117 bash[21844]: audit 2024-04-19T14:31:37.357515+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:38.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:38 smithi117 bash[21844]: audit 2024-04-19T14:31:37.357515+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:38.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:38 smithi173 bash[22670]: audit 2024-04-19T14:31:37.357515+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:38.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:38 smithi173 bash[22670]: audit 2024-04-19T14:31:37.357515+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:38.901 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:38 smithi130 bash[23342]: debug 2024-04-19T14:31:38.557+0000 7f4b25eb7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:31:38.901 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:38 smithi130 bash[23342]: debug 2024-04-19T14:31:38.801+0000 7f4b25eb7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 10+0 records in 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr:10+0 records out 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0146388 s, 716 MB/s 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr: stderr: 2024-04-19T14:31:39.076 INFO:teuthology.orchestra.run.smithi117.stderr:--> Zapping successful for: 2024-04-19T14:31:39.846 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi117:vg_nvme/lv_4 2024-04-19T14:31:40.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: cluster 2024-04-19T14:31:38.009061+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:40.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: cluster 2024-04-19T14:31:38.009061+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.891231+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.891231+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.897299+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.897299+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.902603+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.902603+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.912580+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.912580+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.916132+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.916132+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.917281+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.917281+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:40.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.924729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:39 smithi117 bash[21844]: audit 2024-04-19T14:31:38.924729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[23342]: debug 2024-04-19T14:31:39.805+0000 7f4b25eb7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[23342]: debug 2024-04-19T14:31:39.921+0000 7f4b25eb7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: cluster 2024-04-19T14:31:38.009061+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: cluster 2024-04-19T14:31:38.009061+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.891231+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.891231+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.897299+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.212 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.897299+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.902603+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.902603+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.912580+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.912580+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.916132+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.916132+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.917281+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.917281+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.924729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:39 smithi130 bash[22211]: audit 2024-04-19T14:31:38.924729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: cluster 2024-04-19T14:31:38.009061+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: cluster 2024-04-19T14:31:38.009061+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.891231+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.891231+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.897299+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.897299+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.902603+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.902603+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.912580+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.912580+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.916132+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.916132+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.917281+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.917281+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.924729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:39 smithi173 bash[22670]: audit 2024-04-19T14:31:38.924729+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:40.473 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:40 smithi130 bash[23342]: debug 2024-04-19T14:31:40.213+0000 7f4b25eb7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:31:40.474 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:40 smithi130 bash[23342]: debug 2024-04-19T14:31:40.325+0000 7f4b25eb7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:31:41.224 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:40 smithi130 bash[23342]: debug 2024-04-19T14:31:40.769+0000 7f4b25eb7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:31:41.224 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:31:40 smithi130 bash[23342]: debug 2024-04-19T14:31:40.885+0000 7f4b25eb7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:31:42.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: cluster 2024-04-19T14:31:40.009357+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:42.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: cluster 2024-04-19T14:31:40.009357+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:42.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: cluster 2024-04-19T14:31:40.909908+0000 mon.a (mon.0) 375 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:31:42.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: cluster 2024-04-19T14:31:40.909908+0000 mon.a (mon.0) 375 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:31:42.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.912541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.912541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.913070+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.913070+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.914215+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.914215+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.914736+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:31:42.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:41 smithi117 bash[21844]: audit 2024-04-19T14:31:40.914736+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: cluster 2024-04-19T14:31:40.009357+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: cluster 2024-04-19T14:31:40.009357+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: cluster 2024-04-19T14:31:40.909908+0000 mon.a (mon.0) 375 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: cluster 2024-04-19T14:31:40.909908+0000 mon.a (mon.0) 375 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.912541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.912541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.913070+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.913070+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.914215+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.914215+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.914736+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:31:42.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:41 smithi130 bash[22211]: audit 2024-04-19T14:31:40.914736+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: cluster 2024-04-19T14:31:40.009357+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: cluster 2024-04-19T14:31:40.009357+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: cluster 2024-04-19T14:31:40.909908+0000 mon.a (mon.0) 375 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: cluster 2024-04-19T14:31:40.909908+0000 mon.a (mon.0) 375 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.912541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.912541+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.913070+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.913070+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.914215+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.914215+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:31:42.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.914736+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:31:42.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:41 smithi173 bash[22670]: audit 2024-04-19T14:31:40.914736+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.130:0/333488336' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: cluster 2024-04-19T14:31:41.914275+0000 mon.a (mon.0) 376 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: cluster 2024-04-19T14:31:41.914275+0000 mon.a (mon.0) 376 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:41.914569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:41.914569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:42.354598+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:42.354598+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.205 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:42.359152+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.206 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:42.359152+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.206 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:42.365402+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.206 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:42 smithi173 bash[22670]: audit 2024-04-19T14:31:42.365402+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: cluster 2024-04-19T14:31:41.914275+0000 mon.a (mon.0) 376 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: cluster 2024-04-19T14:31:41.914275+0000 mon.a (mon.0) 376 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:41.914569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:41.914569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:42.354598+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:42.354598+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:42.359152+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:42.359152+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:42.365402+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:42 smithi130 bash[22211]: audit 2024-04-19T14:31:42.365402+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: cluster 2024-04-19T14:31:41.914275+0000 mon.a (mon.0) 376 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: cluster 2024-04-19T14:31:41.914275+0000 mon.a (mon.0) 376 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:41.914569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:41.914569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:42.354598+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:42.354598+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:42.359152+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:42.359152+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:42.365402+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:43.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:42 smithi117 bash[21844]: audit 2024-04-19T14:31:42.365402+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:44.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:43 smithi173 bash[22670]: cluster 2024-04-19T14:31:42.009757+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:44.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:43 smithi173 bash[22670]: cluster 2024-04-19T14:31:42.009757+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:43 smithi130 bash[22211]: cluster 2024-04-19T14:31:42.009757+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:43 smithi130 bash[22211]: cluster 2024-04-19T14:31:42.009757+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:44.326 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:31:44.344 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:43 smithi117 bash[21844]: cluster 2024-04-19T14:31:42.009757+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:44.344 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:43 smithi117 bash[21844]: cluster 2024-04-19T14:31:42.009757+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:46.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:45 smithi117 bash[21844]: cluster 2024-04-19T14:31:44.010139+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:46.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:45 smithi117 bash[21844]: cluster 2024-04-19T14:31:44.010139+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:45 smithi130 bash[22211]: cluster 2024-04-19T14:31:44.010139+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:45 smithi130 bash[22211]: cluster 2024-04-19T14:31:44.010139+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:46.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:45 smithi173 bash[22670]: cluster 2024-04-19T14:31:44.010139+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:46.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:45 smithi173 bash[22670]: cluster 2024-04-19T14:31:44.010139+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: cluster 2024-04-19T14:31:46.010513+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: cluster 2024-04-19T14:31:46.010513+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: audit 2024-04-19T14:31:47.059865+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: audit 2024-04-19T14:31:47.059865+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: audit 2024-04-19T14:31:47.064285+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: audit 2024-04-19T14:31:47.064285+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: audit 2024-04-19T14:31:47.065623+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:48.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:47 smithi130 bash[22211]: audit 2024-04-19T14:31:47.065623+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:48.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: cluster 2024-04-19T14:31:46.010513+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: cluster 2024-04-19T14:31:46.010513+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: audit 2024-04-19T14:31:47.059865+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:48.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: audit 2024-04-19T14:31:47.059865+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:48.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: audit 2024-04-19T14:31:47.064285+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:48.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: audit 2024-04-19T14:31:47.064285+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:48.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: audit 2024-04-19T14:31:47.065623+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:48.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:47 smithi173 bash[22670]: audit 2024-04-19T14:31:47.065623+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:48.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: cluster 2024-04-19T14:31:46.010513+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: cluster 2024-04-19T14:31:46.010513+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: audit 2024-04-19T14:31:47.059865+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: audit 2024-04-19T14:31:47.059865+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: audit 2024-04-19T14:31:47.064285+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: audit 2024-04-19T14:31:47.064285+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: audit 2024-04-19T14:31:47.065623+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:48.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:47 smithi117 bash[21844]: audit 2024-04-19T14:31:47.065623+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:49.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:48 smithi130 bash[22211]: audit 2024-04-19T14:31:47.052541+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:49.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:48 smithi130 bash[22211]: audit 2024-04-19T14:31:47.052541+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:49.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:48 smithi173 bash[22670]: audit 2024-04-19T14:31:47.052541+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:49.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:48 smithi173 bash[22670]: audit 2024-04-19T14:31:47.052541+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:49.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:48 smithi117 bash[21844]: audit 2024-04-19T14:31:47.052541+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:49.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:48 smithi117 bash[21844]: audit 2024-04-19T14:31:47.052541+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi117:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:50.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:49 smithi130 bash[22211]: cluster 2024-04-19T14:31:48.010914+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:50.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:49 smithi130 bash[22211]: cluster 2024-04-19T14:31:48.010914+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:50.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:49 smithi173 bash[22670]: cluster 2024-04-19T14:31:48.010914+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:50.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:49 smithi173 bash[22670]: cluster 2024-04-19T14:31:48.010914+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:50.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:49 smithi117 bash[21844]: cluster 2024-04-19T14:31:48.010914+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:50.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:49 smithi117 bash[21844]: cluster 2024-04-19T14:31:48.010914+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: cluster 2024-04-19T14:31:50.011222+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: cluster 2024-04-19T14:31:50.011222+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: audit 2024-04-19T14:31:51.280699+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: audit 2024-04-19T14:31:51.280699+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: audit 2024-04-19T14:31:51.288879+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: audit 2024-04-19T14:31:51.288879+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: audit 2024-04-19T14:31:51.299071+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:51 smithi130 bash[22211]: audit 2024-04-19T14:31:51.299071+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: cluster 2024-04-19T14:31:50.011222+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: cluster 2024-04-19T14:31:50.011222+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: audit 2024-04-19T14:31:51.280699+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: audit 2024-04-19T14:31:51.280699+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: audit 2024-04-19T14:31:51.288879+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: audit 2024-04-19T14:31:51.288879+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: audit 2024-04-19T14:31:51.299071+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:51 smithi173 bash[22670]: audit 2024-04-19T14:31:51.299071+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: cluster 2024-04-19T14:31:50.011222+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: cluster 2024-04-19T14:31:50.011222+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: audit 2024-04-19T14:31:51.280699+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: audit 2024-04-19T14:31:51.280699+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: audit 2024-04-19T14:31:51.288879+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: audit 2024-04-19T14:31:51.288879+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: audit 2024-04-19T14:31:51.299071+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:52.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:51 smithi117 bash[21844]: audit 2024-04-19T14:31:51.299071+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:31:53.098 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:52 smithi117 bash[21844]: cluster 2024-04-19T14:31:52.011517+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:53.098 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:52 smithi117 bash[21844]: cluster 2024-04-19T14:31:52.011517+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:53.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:52 smithi130 bash[22211]: cluster 2024-04-19T14:31:52.011517+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:53.246 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:52 smithi130 bash[22211]: cluster 2024-04-19T14:31:52.011517+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:52 smithi173 bash[22670]: cluster 2024-04-19T14:31:52.011517+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:52 smithi173 bash[22670]: cluster 2024-04-19T14:31:52.011517+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:55.347 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:55 smithi117 bash[21844]: cluster 2024-04-19T14:31:54.011947+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:55.348 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:55 smithi117 bash[21844]: cluster 2024-04-19T14:31:54.011947+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:55.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:55 smithi173 bash[22670]: cluster 2024-04-19T14:31:54.011947+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:55.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:55 smithi173 bash[22670]: cluster 2024-04-19T14:31:54.011947+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:55.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:55 smithi130 bash[22211]: cluster 2024-04-19T14:31:54.011947+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:55.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:55 smithi130 bash[22211]: cluster 2024-04-19T14:31:54.011947+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:56.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: audit 2024-04-19T14:31:55.517855+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]: dispatch 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: audit 2024-04-19T14:31:55.517855+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]: dispatch 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: audit 2024-04-19T14:31:55.522294+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]': finished 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: audit 2024-04-19T14:31:55.522294+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]': finished 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: cluster 2024-04-19T14:31:55.527184+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: cluster 2024-04-19T14:31:55.527184+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: audit 2024-04-19T14:31:55.527436+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:31:56.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:56 smithi173 bash[22670]: audit 2024-04-19T14:31:55.527436+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:31:56.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: audit 2024-04-19T14:31:55.517855+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]: dispatch 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: audit 2024-04-19T14:31:55.517855+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]: dispatch 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: audit 2024-04-19T14:31:55.522294+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]': finished 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: audit 2024-04-19T14:31:55.522294+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]': finished 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: cluster 2024-04-19T14:31:55.527184+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: cluster 2024-04-19T14:31:55.527184+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: audit 2024-04-19T14:31:55.527436+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:31:56.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:56 smithi117 bash[21844]: audit 2024-04-19T14:31:55.527436+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:31:56.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: audit 2024-04-19T14:31:55.517855+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]: dispatch 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: audit 2024-04-19T14:31:55.517855+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]: dispatch 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: audit 2024-04-19T14:31:55.522294+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]': finished 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: audit 2024-04-19T14:31:55.522294+0000 mon.a (mon.0) 388 : audit [INF] from='client.? 172.21.15.117:0/335587351' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dde0bee5-4bb0-4964-96c0-4f0f7d71486a"}]': finished 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: cluster 2024-04-19T14:31:55.527184+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: cluster 2024-04-19T14:31:55.527184+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: audit 2024-04-19T14:31:55.527436+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:31:56.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:56 smithi130 bash[22211]: audit 2024-04-19T14:31:55.527436+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:31:57.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:57 smithi173 bash[22670]: cluster 2024-04-19T14:31:56.012259+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:57.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:57 smithi173 bash[22670]: cluster 2024-04-19T14:31:56.012259+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:57.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:57 smithi173 bash[22670]: audit 2024-04-19T14:31:56.387764+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.117:0/3189683737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:57.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:57 smithi173 bash[22670]: audit 2024-04-19T14:31:56.387764+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.117:0/3189683737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:57.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:57 smithi117 bash[21844]: cluster 2024-04-19T14:31:56.012259+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:57.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:57 smithi117 bash[21844]: cluster 2024-04-19T14:31:56.012259+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:57.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:57 smithi117 bash[21844]: audit 2024-04-19T14:31:56.387764+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.117:0/3189683737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:57.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:57 smithi117 bash[21844]: audit 2024-04-19T14:31:56.387764+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.117:0/3189683737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:57.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:57 smithi130 bash[22211]: cluster 2024-04-19T14:31:56.012259+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:57.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:57 smithi130 bash[22211]: cluster 2024-04-19T14:31:56.012259+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:57.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:57 smithi130 bash[22211]: audit 2024-04-19T14:31:56.387764+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.117:0/3189683737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:57.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:57 smithi130 bash[22211]: audit 2024-04-19T14:31:56.387764+0000 mon.a (mon.0) 391 : audit [DBG] from='client.? 172.21.15.117:0/3189683737' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:59.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:59 smithi117 bash[21844]: cluster 2024-04-19T14:31:58.012662+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:59.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:31:59 smithi117 bash[21844]: cluster 2024-04-19T14:31:58.012662+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:59.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:59 smithi173 bash[22670]: cluster 2024-04-19T14:31:58.012662+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:59.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:31:59 smithi173 bash[22670]: cluster 2024-04-19T14:31:58.012662+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:59.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:59 smithi130 bash[22211]: cluster 2024-04-19T14:31:58.012662+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:31:59.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:31:59 smithi130 bash[22211]: cluster 2024-04-19T14:31:58.012662+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:00 smithi117 bash[21844]: audit 2024-04-19T14:31:59.111237+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:00 smithi117 bash[21844]: audit 2024-04-19T14:31:59.111237+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:00 smithi117 bash[21844]: audit 2024-04-19T14:31:59.120988+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:00 smithi117 bash[21844]: audit 2024-04-19T14:31:59.120988+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:00 smithi117 bash[21844]: audit 2024-04-19T14:31:59.132571+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:00 smithi117 bash[21844]: audit 2024-04-19T14:31:59.132571+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:00 smithi130 bash[22211]: audit 2024-04-19T14:31:59.111237+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:00 smithi130 bash[22211]: audit 2024-04-19T14:31:59.111237+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:00 smithi130 bash[22211]: audit 2024-04-19T14:31:59.120988+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:00 smithi130 bash[22211]: audit 2024-04-19T14:31:59.120988+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:00 smithi130 bash[22211]: audit 2024-04-19T14:31:59.132571+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:00 smithi130 bash[22211]: audit 2024-04-19T14:31:59.132571+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:00 smithi173 bash[22670]: audit 2024-04-19T14:31:59.111237+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:00 smithi173 bash[22670]: audit 2024-04-19T14:31:59.111237+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:00 smithi173 bash[22670]: audit 2024-04-19T14:31:59.120988+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:00 smithi173 bash[22670]: audit 2024-04-19T14:31:59.120988+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:00 smithi173 bash[22670]: audit 2024-04-19T14:31:59.132571+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:00.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:00 smithi173 bash[22670]: audit 2024-04-19T14:31:59.132571+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:01.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:01 smithi117 bash[21844]: cluster 2024-04-19T14:32:00.013002+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:01.396 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:01 smithi117 bash[21844]: cluster 2024-04-19T14:32:00.013002+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:01.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:01 smithi130 bash[22211]: cluster 2024-04-19T14:32:00.013002+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:01.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:01 smithi130 bash[22211]: cluster 2024-04-19T14:32:00.013002+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:01 smithi173 bash[22670]: cluster 2024-04-19T14:32:00.013002+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:01 smithi173 bash[22670]: cluster 2024-04-19T14:32:00.013002+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:02.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:02 smithi117 bash[21844]: audit 2024-04-19T14:32:01.523532+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:02 smithi117 bash[21844]: audit 2024-04-19T14:32:01.523532+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:02 smithi117 bash[21844]: audit 2024-04-19T14:32:01.531917+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:02 smithi117 bash[21844]: audit 2024-04-19T14:32:01.531917+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:02 smithi117 bash[21844]: audit 2024-04-19T14:32:01.542363+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:02 smithi117 bash[21844]: audit 2024-04-19T14:32:01.542363+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:02 smithi173 bash[22670]: audit 2024-04-19T14:32:01.523532+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:02 smithi173 bash[22670]: audit 2024-04-19T14:32:01.523532+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:02 smithi173 bash[22670]: audit 2024-04-19T14:32:01.531917+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:02 smithi173 bash[22670]: audit 2024-04-19T14:32:01.531917+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:02 smithi173 bash[22670]: audit 2024-04-19T14:32:01.542363+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:02 smithi173 bash[22670]: audit 2024-04-19T14:32:01.542363+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:02 smithi130 bash[22211]: audit 2024-04-19T14:32:01.523532+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:02 smithi130 bash[22211]: audit 2024-04-19T14:32:01.523532+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:02 smithi130 bash[22211]: audit 2024-04-19T14:32:01.531917+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:02 smithi130 bash[22211]: audit 2024-04-19T14:32:01.531917+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:02 smithi130 bash[22211]: audit 2024-04-19T14:32:01.542363+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:02.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:02 smithi130 bash[22211]: audit 2024-04-19T14:32:01.542363+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:03 smithi173 bash[22670]: cluster 2024-04-19T14:32:02.013434+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:03 smithi173 bash[22670]: cluster 2024-04-19T14:32:02.013434+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:03.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:03 smithi117 bash[21844]: cluster 2024-04-19T14:32:02.013434+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:03.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:03 smithi117 bash[21844]: cluster 2024-04-19T14:32:02.013434+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:03.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:03 smithi130 bash[22211]: cluster 2024-04-19T14:32:02.013434+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:03.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:03 smithi130 bash[22211]: cluster 2024-04-19T14:32:02.013434+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:05.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:05 smithi173 bash[22670]: cluster 2024-04-19T14:32:04.013904+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:05.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:05 smithi173 bash[22670]: cluster 2024-04-19T14:32:04.013904+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:05.864 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:05 smithi117 bash[21844]: cluster 2024-04-19T14:32:04.013904+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:05.864 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:05 smithi117 bash[21844]: cluster 2024-04-19T14:32:04.013904+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:05.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:05 smithi130 bash[22211]: cluster 2024-04-19T14:32:04.013904+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:05.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:05 smithi130 bash[22211]: cluster 2024-04-19T14:32:04.013904+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:07.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:07 smithi173 bash[22670]: cluster 2024-04-19T14:32:06.014413+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:07.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:07 smithi173 bash[22670]: cluster 2024-04-19T14:32:06.014413+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:07.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:07 smithi117 bash[21844]: cluster 2024-04-19T14:32:06.014413+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:07.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:07 smithi117 bash[21844]: cluster 2024-04-19T14:32:06.014413+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:07.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:07 smithi130 bash[22211]: cluster 2024-04-19T14:32:06.014413+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:07.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:07 smithi130 bash[22211]: cluster 2024-04-19T14:32:06.014413+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:08.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:08 smithi173 bash[22670]: audit 2024-04-19T14:32:07.764900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:32:08.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:08 smithi173 bash[22670]: audit 2024-04-19T14:32:07.764900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:32:08.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:08 smithi173 bash[22670]: audit 2024-04-19T14:32:07.766791+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:08.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:08 smithi173 bash[22670]: audit 2024-04-19T14:32:07.766791+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:08.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:08 smithi173 bash[22670]: cephadm 2024-04-19T14:32:07.768443+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-04-19T14:32:08.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:08 smithi173 bash[22670]: cephadm 2024-04-19T14:32:07.768443+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-04-19T14:32:08.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:08 smithi117 bash[21844]: audit 2024-04-19T14:32:07.764900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:32:08.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:08 smithi117 bash[21844]: audit 2024-04-19T14:32:07.764900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:32:08.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:08 smithi117 bash[21844]: audit 2024-04-19T14:32:07.766791+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:08.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:08 smithi117 bash[21844]: audit 2024-04-19T14:32:07.766791+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:08.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:08 smithi117 bash[21844]: cephadm 2024-04-19T14:32:07.768443+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-04-19T14:32:08.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:08 smithi117 bash[21844]: cephadm 2024-04-19T14:32:07.768443+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-04-19T14:32:08.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:08 smithi130 bash[22211]: audit 2024-04-19T14:32:07.764900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:32:08.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:08 smithi130 bash[22211]: audit 2024-04-19T14:32:07.764900+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:32:08.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:08 smithi130 bash[22211]: audit 2024-04-19T14:32:07.766791+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:08.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:08 smithi130 bash[22211]: audit 2024-04-19T14:32:07.766791+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:08.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:08 smithi130 bash[22211]: cephadm 2024-04-19T14:32:07.768443+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-04-19T14:32:08.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:08 smithi130 bash[22211]: cephadm 2024-04-19T14:32:07.768443+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi117 2024-04-19T14:32:09.827 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:09 smithi117 bash[21844]: cluster 2024-04-19T14:32:08.014793+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:09.827 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:09 smithi117 bash[21844]: cluster 2024-04-19T14:32:08.014793+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:09.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:09 smithi173 bash[22670]: cluster 2024-04-19T14:32:08.014793+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:09.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:09 smithi173 bash[22670]: cluster 2024-04-19T14:32:08.014793+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:09.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:09 smithi130 bash[22211]: cluster 2024-04-19T14:32:08.014793+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:09.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:09 smithi130 bash[22211]: cluster 2024-04-19T14:32:08.014793+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: cluster 2024-04-19T14:32:10.015060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: cluster 2024-04-19T14:32:10.015060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: audit 2024-04-19T14:32:11.497252+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: audit 2024-04-19T14:32:11.497252+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: audit 2024-04-19T14:32:11.503557+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: audit 2024-04-19T14:32:11.503557+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: audit 2024-04-19T14:32:11.510087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:11 smithi173 bash[22670]: audit 2024-04-19T14:32:11.510087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.879 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: cluster 2024-04-19T14:32:10.015060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.879 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: cluster 2024-04-19T14:32:10.015060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.879 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: audit 2024-04-19T14:32:11.497252+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.879 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: audit 2024-04-19T14:32:11.497252+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.879 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: audit 2024-04-19T14:32:11.503557+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.880 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: audit 2024-04-19T14:32:11.503557+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.880 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: audit 2024-04-19T14:32:11.510087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.880 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 bash[21844]: audit 2024-04-19T14:32:11.510087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.880 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:11 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:32:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: cluster 2024-04-19T14:32:10.015060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: cluster 2024-04-19T14:32:10.015060+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: audit 2024-04-19T14:32:11.497252+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: audit 2024-04-19T14:32:11.497252+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: audit 2024-04-19T14:32:11.503557+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: audit 2024-04-19T14:32:11.503557+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: audit 2024-04-19T14:32:11.510087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:11 smithi130 bash[22211]: audit 2024-04-19T14:32:11.510087+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:12 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:32:12.153 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:32:11 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:32:12.153 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:32:12 smithi117 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: cluster 2024-04-19T14:32:12.015351+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: cluster 2024-04-19T14:32:12.015351+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.261566+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.261566+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.266395+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.266395+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.275228+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.275228+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.279462+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.279462+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.280451+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:13.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.280451+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:13.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.286927+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:13 smithi117 bash[21844]: audit 2024-04-19T14:32:12.286927+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: cluster 2024-04-19T14:32:12.015351+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: cluster 2024-04-19T14:32:12.015351+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.261566+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.261566+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.266395+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.266395+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.275228+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.275228+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.279462+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.279462+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.280451+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.280451+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.286927+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:13 smithi173 bash[22670]: audit 2024-04-19T14:32:12.286927+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.640 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: cluster 2024-04-19T14:32:12.015351+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:13.640 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: cluster 2024-04-19T14:32:12.015351+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.261566+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.261566+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.266395+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.266395+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.275228+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.275228+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.279462+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.279462+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.280451+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.280451+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.286927+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:13.641 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:13 smithi130 bash[22211]: audit 2024-04-19T14:32:12.286927+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:15.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:15 smithi117 bash[21844]: cluster 2024-04-19T14:32:14.015685+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:15.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:15 smithi117 bash[21844]: cluster 2024-04-19T14:32:14.015685+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:15.522 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:15 smithi130 bash[22211]: cluster 2024-04-19T14:32:14.015685+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:15.522 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:15 smithi130 bash[22211]: cluster 2024-04-19T14:32:14.015685+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:15 smithi173 bash[22670]: cluster 2024-04-19T14:32:14.015685+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:15 smithi173 bash[22670]: cluster 2024-04-19T14:32:14.015685+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:17 smithi173 bash[22670]: cluster 2024-04-19T14:32:16.016097+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:17 smithi173 bash[22670]: cluster 2024-04-19T14:32:16.016097+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:17 smithi117 bash[21844]: cluster 2024-04-19T14:32:16.016097+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:17 smithi117 bash[21844]: cluster 2024-04-19T14:32:16.016097+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:17 smithi130 bash[22211]: cluster 2024-04-19T14:32:16.016097+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:17 smithi130 bash[22211]: cluster 2024-04-19T14:32:16.016097+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:19 smithi117 bash[21844]: cluster 2024-04-19T14:32:18.016496+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:19 smithi117 bash[21844]: cluster 2024-04-19T14:32:18.016496+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:19 smithi117 bash[21844]: audit 2024-04-19T14:32:18.752804+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:32:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:19 smithi117 bash[21844]: audit 2024-04-19T14:32:18.752804+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:32:19.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:19 smithi173 bash[22670]: cluster 2024-04-19T14:32:18.016496+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:19 smithi173 bash[22670]: cluster 2024-04-19T14:32:18.016496+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:19 smithi173 bash[22670]: audit 2024-04-19T14:32:18.752804+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:32:19.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:19 smithi173 bash[22670]: audit 2024-04-19T14:32:18.752804+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:32:19.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:19 smithi130 bash[22211]: cluster 2024-04-19T14:32:18.016496+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:19 smithi130 bash[22211]: cluster 2024-04-19T14:32:18.016496+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:19.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:19 smithi130 bash[22211]: audit 2024-04-19T14:32:18.752804+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:32:19.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:19 smithi130 bash[22211]: audit 2024-04-19T14:32:18.752804+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:32:20.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.281569+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:32:20.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.281569+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: cluster 2024-04-19T14:32:19.287652+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: cluster 2024-04-19T14:32:19.287652+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.288229+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.288229+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.288866+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.288866+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.322859+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.322859+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.332592+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.332592+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.342770+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:20 smithi173 bash[22670]: audit 2024-04-19T14:32:19.342770+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.281569+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.281569+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: cluster 2024-04-19T14:32:19.287652+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: cluster 2024-04-19T14:32:19.287652+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.288229+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.288229+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.288866+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.288866+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.322859+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.322859+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.332592+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.332592+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.342770+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:20 smithi117 bash[21844]: audit 2024-04-19T14:32:19.342770+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.281569+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.281569+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: cluster 2024-04-19T14:32:19.287652+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: cluster 2024-04-19T14:32:19.287652+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.288229+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.288229+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]: dispatch 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.288866+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.288866+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.322859+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.322859+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.332592+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.332592+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.342770+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:20.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:20 smithi130 bash[22211]: audit 2024-04-19T14:32:19.342770+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:21.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: cluster 2024-04-19T14:32:20.016891+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:21.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: cluster 2024-04-19T14:32:20.016891+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:21.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: audit 2024-04-19T14:32:20.284114+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-04-19T14:32:21.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: audit 2024-04-19T14:32:20.284114+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-04-19T14:32:21.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: cluster 2024-04-19T14:32:20.289820+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:32:21.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: cluster 2024-04-19T14:32:20.289820+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:32:21.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: audit 2024-04-19T14:32:20.291405+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: audit 2024-04-19T14:32:20.291405+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: audit 2024-04-19T14:32:20.300018+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:21 smithi173 bash[22670]: audit 2024-04-19T14:32:20.300018+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: cluster 2024-04-19T14:32:20.016891+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: cluster 2024-04-19T14:32:20.016891+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: audit 2024-04-19T14:32:20.284114+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: audit 2024-04-19T14:32:20.284114+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: cluster 2024-04-19T14:32:20.289820+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: cluster 2024-04-19T14:32:20.289820+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: audit 2024-04-19T14:32:20.291405+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: audit 2024-04-19T14:32:20.291405+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: audit 2024-04-19T14:32:20.300018+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:21 smithi117 bash[21844]: audit 2024-04-19T14:32:20.300018+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: cluster 2024-04-19T14:32:20.016891+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:21.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: cluster 2024-04-19T14:32:20.016891+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:21.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: audit 2024-04-19T14:32:20.284114+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-04-19T14:32:21.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: audit 2024-04-19T14:32:20.284114+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi117", "root=default"]}]': finished 2024-04-19T14:32:21.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: cluster 2024-04-19T14:32:20.289820+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:32:21.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: cluster 2024-04-19T14:32:20.289820+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:32:21.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: audit 2024-04-19T14:32:20.291405+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: audit 2024-04-19T14:32:20.291405+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: audit 2024-04-19T14:32:20.300018+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:21.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:21 smithi130 bash[22211]: audit 2024-04-19T14:32:20.300018+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:19.798739+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:32:22.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:19.798739+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:32:22.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:19.798862+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:32:22.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:19.798862+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:32:22.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.298256+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.298256+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:21.350030+0000 mon.a (mon.0) 422 : cluster [INF] osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673] boot 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:21.350030+0000 mon.a (mon.0) 422 : cluster [INF] osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673] boot 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:21.350064+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:21.350064+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.350380+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.350380+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.739715+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.739715+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.745665+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.745665+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cephadm 2024-04-19T14:32:21.748739+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi117 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cephadm 2024-04-19T14:32:21.748739+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi117 2024-04-19T14:32:22.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.756065+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.756065+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.758970+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.758970+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.764488+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.764488+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.766095+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.766095+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:21.769776+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: cluster 2024-04-19T14:32:21.769776+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.776578+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:22 smithi117 bash[21844]: audit 2024-04-19T14:32:21.776578+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:19.798739+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:19.798739+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:19.798862+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:19.798862+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.298256+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.298256+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:21.350030+0000 mon.a (mon.0) 422 : cluster [INF] osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673] boot 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:21.350030+0000 mon.a (mon.0) 422 : cluster [INF] osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673] boot 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:21.350064+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:21.350064+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.350380+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.350380+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.739715+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.739715+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.745665+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.745665+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cephadm 2024-04-19T14:32:21.748739+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi117 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cephadm 2024-04-19T14:32:21.748739+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi117 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.756065+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.756065+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.758970+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.758970+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.764488+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.764488+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.766095+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.766095+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:22.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:21.769776+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:22.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: cluster 2024-04-19T14:32:21.769776+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:22.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.776578+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:22 smithi173 bash[22670]: audit 2024-04-19T14:32:21.776578+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:19.798739+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:19.798739+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:19.798862+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:19.798862+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.298256+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.298256+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:21.350030+0000 mon.a (mon.0) 422 : cluster [INF] osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673] boot 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:21.350030+0000 mon.a (mon.0) 422 : cluster [INF] osd.0 [v2:172.21.15.117:6802/1099732673,v1:172.21.15.117:6803/1099732673] boot 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:21.350064+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:32:22.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:21.350064+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.350380+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.350380+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.739715+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.739715+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.745665+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.745665+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cephadm 2024-04-19T14:32:21.748739+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi117 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cephadm 2024-04-19T14:32:21.748739+0000 mgr.a (mgr.14152) 146 : cephadm [INF] Detected new or changed devices on smithi117 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.756065+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.756065+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.758970+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.758970+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.764488+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.764488+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.766095+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:22.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.766095+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:22.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:21.769776+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:22.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: cluster 2024-04-19T14:32:21.769776+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:32:22.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.776578+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:22.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:22 smithi130 bash[22211]: audit 2024-04-19T14:32:21.776578+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:23.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:23 smithi117 bash[21844]: cluster 2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:32:23.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:23 smithi117 bash[21844]: cluster 2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:32:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:23 smithi117 bash[21844]: cluster 2024-04-19T14:32:22.765727+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:32:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:23 smithi117 bash[21844]: cluster 2024-04-19T14:32:22.765727+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:32:23.549 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:23 smithi173 bash[22670]: cluster 2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:32:23.549 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:23 smithi173 bash[22670]: cluster 2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:32:23.549 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:23 smithi173 bash[22670]: cluster 2024-04-19T14:32:22.765727+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:32:23.549 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:23 smithi173 bash[22670]: cluster 2024-04-19T14:32:22.765727+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:32:23.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:23 smithi130 bash[22211]: cluster 2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:32:23.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:23 smithi130 bash[22211]: cluster 2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:32:23.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:23 smithi130 bash[22211]: cluster 2024-04-19T14:32:22.765727+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:32:23.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:23 smithi130 bash[22211]: cluster 2024-04-19T14:32:22.765727+0000 mon.a (mon.0) 433 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:32:24.413 INFO:teuthology.orchestra.run.smithi117.stdout:Created osd(s) 0 on host 'smithi117' 2024-04-19T14:32:24.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:24 smithi173 bash[22670]: cluster 2024-04-19T14:32:23.770146+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:24.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:24 smithi173 bash[22670]: cluster 2024-04-19T14:32:23.770146+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:24.642 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:24 smithi117 bash[21844]: cluster 2024-04-19T14:32:23.770146+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:24.642 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:24 smithi117 bash[21844]: cluster 2024-04-19T14:32:23.770146+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:24.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:24 smithi130 bash[22211]: cluster 2024-04-19T14:32:23.770146+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:24.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:24 smithi130 bash[22211]: cluster 2024-04-19T14:32:23.770146+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.114 DEBUG:teuthology.orchestra.run.smithi117:osd.0> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.0.service 2024-04-19T14:32:25.116 INFO:tasks.cephadm:Deploying osd.1 on smithi130 with /dev/vg_nvme/lv_4... 2024-04-19T14:32:25.117 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.384785+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.384785+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.393234+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.393234+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.401273+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.401273+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.407528+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.407528+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.409389+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.409389+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:25.653 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.410986+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.410986+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: cluster 2024-04-19T14:32:24.414088+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: cluster 2024-04-19T14:32:24.414088+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: cluster 2024-04-19T14:32:24.414392+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: cluster 2024-04-19T14:32:24.414392+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.421399+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:25 smithi173 bash[22670]: audit 2024-04-19T14:32:24.421399+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.384785+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.384785+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.393234+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.393234+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.401273+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.401273+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.407528+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.407528+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.409389+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.409389+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.410986+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.410986+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: cluster 2024-04-19T14:32:24.414088+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: cluster 2024-04-19T14:32:24.414088+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: cluster 2024-04-19T14:32:24.414392+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: cluster 2024-04-19T14:32:24.414392+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.421399+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:25 smithi117 bash[21844]: audit 2024-04-19T14:32:24.421399+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.384785+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.384785+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.393234+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.393234+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.401273+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.401273+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.407528+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.407528+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.409389+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.409389+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.410986+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:25.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.410986+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:25.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: cluster 2024-04-19T14:32:24.414088+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: cluster 2024-04-19T14:32:24.414088+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: cluster 2024-04-19T14:32:24.414392+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: cluster 2024-04-19T14:32:24.414392+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:25.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.421399+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:25.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:25 smithi130 bash[22211]: audit 2024-04-19T14:32:24.421399+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: cluster 2024-04-19T14:32:26.414974+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: cluster 2024-04-19T14:32:26.414974+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.264001+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.264001+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.269553+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.269553+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.276059+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.276059+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.293815+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.293815+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.296716+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.296716+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:27.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.297532+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:27.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.297532+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:27.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.304042+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:27 smithi130 bash[22211]: audit 2024-04-19T14:32:27.304042+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: cluster 2024-04-19T14:32:26.414974+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:27.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: cluster 2024-04-19T14:32:26.414974+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:27.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.264001+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.264001+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.269553+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.269553+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.276059+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.276059+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.293815+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.293815+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.296716+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.296716+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.297532+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.297532+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.304042+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:27 smithi173 bash[22670]: audit 2024-04-19T14:32:27.304042+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: cluster 2024-04-19T14:32:26.414974+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: cluster 2024-04-19T14:32:26.414974+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.264001+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.264001+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.269553+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.269553+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.276059+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.276059+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.293815+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.293815+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:27.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.296716+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:27.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.296716+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:27.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.297532+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:27.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.297532+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:27.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.304042+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:27.905 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:27 smithi117 bash[21844]: audit 2024-04-19T14:32:27.304042+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:28.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:28 smithi130 bash[22211]: cluster 2024-04-19T14:32:27.299229+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:28.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:28 smithi130 bash[22211]: cluster 2024-04-19T14:32:27.299229+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:28.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:28 smithi130 bash[22211]: cluster 2024-04-19T14:32:28.273677+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:32:28.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:28 smithi130 bash[22211]: cluster 2024-04-19T14:32:28.273677+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:32:28.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:28 smithi130 bash[22211]: cluster 2024-04-19T14:32:28.273725+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-19T14:32:28.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:28 smithi130 bash[22211]: cluster 2024-04-19T14:32:28.273725+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-19T14:32:28.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:28 smithi173 bash[22670]: cluster 2024-04-19T14:32:27.299229+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:28.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:28 smithi173 bash[22670]: cluster 2024-04-19T14:32:27.299229+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:28.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:28 smithi173 bash[22670]: cluster 2024-04-19T14:32:28.273677+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:32:28.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:28 smithi173 bash[22670]: cluster 2024-04-19T14:32:28.273677+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:32:28.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:28 smithi173 bash[22670]: cluster 2024-04-19T14:32:28.273725+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-19T14:32:28.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:28 smithi173 bash[22670]: cluster 2024-04-19T14:32:28.273725+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-19T14:32:28.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:28 smithi117 bash[21844]: cluster 2024-04-19T14:32:27.299229+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:28.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:28 smithi117 bash[21844]: cluster 2024-04-19T14:32:27.299229+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:28.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:28 smithi117 bash[21844]: cluster 2024-04-19T14:32:28.273677+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:32:28.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:28 smithi117 bash[21844]: cluster 2024-04-19T14:32:28.273677+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:32:28.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:28 smithi117 bash[21844]: cluster 2024-04-19T14:32:28.273725+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-19T14:32:28.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:28 smithi117 bash[21844]: cluster 2024-04-19T14:32:28.273725+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-04-19T14:32:29.829 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T14:32:30.739 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:30 smithi130 bash[22211]: cluster 2024-04-19T14:32:29.299734+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:30.739 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:30 smithi130 bash[22211]: cluster 2024-04-19T14:32:29.299734+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:30.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:30 smithi173 bash[22670]: cluster 2024-04-19T14:32:29.299734+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:30.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:30 smithi173 bash[22670]: cluster 2024-04-19T14:32:29.299734+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:30.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:30 smithi117 bash[21844]: cluster 2024-04-19T14:32:29.299734+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:30.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:30 smithi117 bash[21844]: cluster 2024-04-19T14:32:29.299734+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:32.585 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T14:32:32.585 INFO:teuthology.orchestra.run.smithi130.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T14:32:32.585 INFO:teuthology.orchestra.run.smithi130.stderr: stderr: 10+0 records in 2024-04-19T14:32:32.585 INFO:teuthology.orchestra.run.smithi130.stderr:10+0 records out 2024-04-19T14:32:32.585 INFO:teuthology.orchestra.run.smithi130.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013836 s, 758 MB/s 2024-04-19T14:32:32.585 INFO:teuthology.orchestra.run.smithi130.stderr:--> Zapping successful for: 2024-04-19T14:32:32.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: cluster 2024-04-19T14:32:31.300315+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:32.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: cluster 2024-04-19T14:32:31.300315+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:32.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: audit 2024-04-19T14:32:31.707282+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:32.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: audit 2024-04-19T14:32:31.707282+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:32.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: audit 2024-04-19T14:32:31.715397+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:32.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: audit 2024-04-19T14:32:31.715397+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:32.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: audit 2024-04-19T14:32:31.725456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:32.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:32 smithi130 bash[22211]: audit 2024-04-19T14:32:31.725456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: cluster 2024-04-19T14:32:31.300315+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: cluster 2024-04-19T14:32:31.300315+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: audit 2024-04-19T14:32:31.707282+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: audit 2024-04-19T14:32:31.707282+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: audit 2024-04-19T14:32:31.715397+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: audit 2024-04-19T14:32:31.715397+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: audit 2024-04-19T14:32:31.725456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:32 smithi173 bash[22670]: audit 2024-04-19T14:32:31.725456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: cluster 2024-04-19T14:32:31.300315+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: cluster 2024-04-19T14:32:31.300315+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: audit 2024-04-19T14:32:31.707282+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: audit 2024-04-19T14:32:31.707282+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: audit 2024-04-19T14:32:31.715397+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: audit 2024-04-19T14:32:31.715397+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: audit 2024-04-19T14:32:31.725456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:32 smithi117 bash[21844]: audit 2024-04-19T14:32:31.725456+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:33.458 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi130:vg_nvme/lv_4 2024-04-19T14:32:34.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:34 smithi130 bash[22211]: cluster 2024-04-19T14:32:33.300914+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:34.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:34 smithi130 bash[22211]: cluster 2024-04-19T14:32:33.300914+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:35.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:34 smithi173 bash[22670]: cluster 2024-04-19T14:32:33.300914+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:35.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:34 smithi173 bash[22670]: cluster 2024-04-19T14:32:33.300914+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:35.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:34 smithi117 bash[21844]: cluster 2024-04-19T14:32:33.300914+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:35.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:34 smithi117 bash[21844]: cluster 2024-04-19T14:32:33.300914+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:36.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:36 smithi130 bash[22211]: cluster 2024-04-19T14:32:35.301447+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:36.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:36 smithi130 bash[22211]: cluster 2024-04-19T14:32:35.301447+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:37.002 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:36 smithi117 bash[21844]: cluster 2024-04-19T14:32:35.301447+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:37.002 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:36 smithi117 bash[21844]: cluster 2024-04-19T14:32:35.301447+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:37.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:36 smithi173 bash[22670]: cluster 2024-04-19T14:32:35.301447+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:37.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:36 smithi173 bash[22670]: cluster 2024-04-19T14:32:35.301447+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:38.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:38 smithi130 bash[22211]: cluster 2024-04-19T14:32:37.302026+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:38.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:38 smithi130 bash[22211]: cluster 2024-04-19T14:32:37.302026+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:39.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:38 smithi173 bash[22670]: cluster 2024-04-19T14:32:37.302026+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:39.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:38 smithi173 bash[22670]: cluster 2024-04-19T14:32:37.302026+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:39.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:38 smithi117 bash[21844]: cluster 2024-04-19T14:32:37.302026+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:39.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:38 smithi117 bash[21844]: cluster 2024-04-19T14:32:37.302026+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:39.568 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: cluster 2024-04-19T14:32:39.302431+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: cluster 2024-04-19T14:32:39.302431+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: audit 2024-04-19T14:32:39.530009+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: audit 2024-04-19T14:32:39.530009+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: audit 2024-04-19T14:32:39.538491+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: audit 2024-04-19T14:32:39.538491+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: audit 2024-04-19T14:32:39.549146+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:40 smithi173 bash[22670]: audit 2024-04-19T14:32:39.549146+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: cluster 2024-04-19T14:32:39.302431+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:40.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: cluster 2024-04-19T14:32:39.302431+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:40.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: audit 2024-04-19T14:32:39.530009+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: audit 2024-04-19T14:32:39.530009+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: audit 2024-04-19T14:32:39.538491+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: audit 2024-04-19T14:32:39.538491+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: audit 2024-04-19T14:32:39.549146+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:40 smithi117 bash[21844]: audit 2024-04-19T14:32:39.549146+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.930 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: cluster 2024-04-19T14:32:39.302431+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:40.930 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: cluster 2024-04-19T14:32:39.302431+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:40.930 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: audit 2024-04-19T14:32:39.530009+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.930 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: audit 2024-04-19T14:32:39.530009+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.930 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: audit 2024-04-19T14:32:39.538491+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.931 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: audit 2024-04-19T14:32:39.538491+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.931 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: audit 2024-04-19T14:32:39.549146+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:40.931 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:40 smithi130 bash[22211]: audit 2024-04-19T14:32:39.549146+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: cluster 2024-04-19T14:32:41.302879+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: cluster 2024-04-19T14:32:41.302879+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.942925+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.942925+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.950324+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.950324+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.956963+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:32:42.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.956963+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:32:42.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.958753+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:42.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:42 smithi173 bash[22670]: audit 2024-04-19T14:32:41.958753+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:42.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: cluster 2024-04-19T14:32:41.302879+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:42.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: cluster 2024-04-19T14:32:41.302879+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.942925+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.942925+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.950324+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.950324+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.956963+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.956963+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.958753+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:42.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:42 smithi117 bash[21844]: audit 2024-04-19T14:32:41.958753+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:42.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: cluster 2024-04-19T14:32:41.302879+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:42.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: cluster 2024-04-19T14:32:41.302879+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:42.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.942925+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:32:42.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.942925+0000 mgr.a (mgr.14152) 160 : audit [DBG] from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi130:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:32:42.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.950324+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:32:42.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.950324+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:32:42.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.956963+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:32:42.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.956963+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:32:42.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.958753+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:42.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:42 smithi130 bash[22211]: audit 2024-04-19T14:32:41.958753+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:44.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:44 smithi173 bash[22670]: cluster 2024-04-19T14:32:43.303369+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:44.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:44 smithi173 bash[22670]: cluster 2024-04-19T14:32:43.303369+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:44.857 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:44 smithi117 bash[21844]: cluster 2024-04-19T14:32:43.303369+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:44.857 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:44 smithi117 bash[21844]: cluster 2024-04-19T14:32:43.303369+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:44.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:44 smithi130 bash[22211]: cluster 2024-04-19T14:32:43.303369+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:44.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:44 smithi130 bash[22211]: cluster 2024-04-19T14:32:43.303369+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:46.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:45 smithi173 bash[22670]: audit 2024-04-19T14:32:44.849911+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:45 smithi173 bash[22670]: audit 2024-04-19T14:32:44.849911+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:45 smithi173 bash[22670]: audit 2024-04-19T14:32:44.854682+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:45 smithi173 bash[22670]: audit 2024-04-19T14:32:44.854682+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:45 smithi173 bash[22670]: audit 2024-04-19T14:32:44.860087+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:45 smithi173 bash[22670]: audit 2024-04-19T14:32:44.860087+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:45 smithi117 bash[21844]: audit 2024-04-19T14:32:44.849911+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:45 smithi117 bash[21844]: audit 2024-04-19T14:32:44.849911+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:45 smithi117 bash[21844]: audit 2024-04-19T14:32:44.854682+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:45 smithi117 bash[21844]: audit 2024-04-19T14:32:44.854682+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:45 smithi117 bash[21844]: audit 2024-04-19T14:32:44.860087+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:45 smithi117 bash[21844]: audit 2024-04-19T14:32:44.860087+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:45 smithi130 bash[22211]: audit 2024-04-19T14:32:44.849911+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:45 smithi130 bash[22211]: audit 2024-04-19T14:32:44.849911+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:45 smithi130 bash[22211]: audit 2024-04-19T14:32:44.854682+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:45 smithi130 bash[22211]: audit 2024-04-19T14:32:44.854682+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:45 smithi130 bash[22211]: audit 2024-04-19T14:32:44.860087+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:45 smithi130 bash[22211]: audit 2024-04-19T14:32:44.860087+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:47.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:46 smithi117 bash[21844]: cluster 2024-04-19T14:32:45.303839+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:47.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:46 smithi117 bash[21844]: cluster 2024-04-19T14:32:45.303839+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:47.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:46 smithi130 bash[22211]: cluster 2024-04-19T14:32:45.303839+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:47.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:46 smithi130 bash[22211]: cluster 2024-04-19T14:32:45.303839+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:46 smithi173 bash[22670]: cluster 2024-04-19T14:32:45.303839+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:47.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:46 smithi173 bash[22670]: cluster 2024-04-19T14:32:45.303839+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:49.119 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:48 smithi130 bash[22211]: cluster 2024-04-19T14:32:47.304280+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:49.120 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:48 smithi130 bash[22211]: cluster 2024-04-19T14:32:47.304280+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:49.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:48 smithi117 bash[21844]: cluster 2024-04-19T14:32:47.304280+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:49.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:48 smithi117 bash[21844]: cluster 2024-04-19T14:32:47.304280+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:49.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:48 smithi173 bash[22670]: cluster 2024-04-19T14:32:47.304280+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:49.197 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:48 smithi173 bash[22670]: cluster 2024-04-19T14:32:47.304280+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: cluster 2024-04-19T14:32:49.304715+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: cluster 2024-04-19T14:32:49.304715+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.052213+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/3525140979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.052213+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/3525140979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.053107+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.053107+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.056256+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]': finished 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.056256+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]': finished 2024-04-19T14:32:51.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: cluster 2024-04-19T14:32:50.061454+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:32:51.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: cluster 2024-04-19T14:32:50.061454+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:32:51.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.062009+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:32:51.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.062009+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:32:51.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.729386+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3529882017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:32:51.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:50 smithi117 bash[21844]: audit 2024-04-19T14:32:50.729386+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3529882017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:32:51.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: cluster 2024-04-19T14:32:49.304715+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: cluster 2024-04-19T14:32:49.304715+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.052213+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/3525140979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.052213+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/3525140979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.053107+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.053107+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.056256+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]': finished 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.056256+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]': finished 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: cluster 2024-04-19T14:32:50.061454+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: cluster 2024-04-19T14:32:50.061454+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.062009+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.062009+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.729386+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3529882017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:32:51.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:50 smithi130 bash[22211]: audit 2024-04-19T14:32:50.729386+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3529882017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: cluster 2024-04-19T14:32:49.304715+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: cluster 2024-04-19T14:32:49.304715+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.052213+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/3525140979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.052213+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.130:0/3525140979' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.053107+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.053107+0000 mon.a (mon.0) 462 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]: dispatch 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.056256+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]': finished 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.056256+0000 mon.a (mon.0) 463 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c76699a2-72f8-450b-a389-915005e47b30"}]': finished 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: cluster 2024-04-19T14:32:50.061454+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:32:51.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: cluster 2024-04-19T14:32:50.061454+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:32:51.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.062009+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:32:51.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.062009+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:32:51.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.729386+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3529882017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:32:51.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:50 smithi173 bash[22670]: audit 2024-04-19T14:32:50.729386+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.130:0/3529882017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:32:53.196 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: cluster 2024-04-19T14:32:51.305161+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:53.196 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: cluster 2024-04-19T14:32:51.305161+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:53.196 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: audit 2024-04-19T14:32:51.924696+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.196 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: audit 2024-04-19T14:32:51.924696+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.196 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: audit 2024-04-19T14:32:51.932981+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.196 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: audit 2024-04-19T14:32:51.932981+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.197 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: audit 2024-04-19T14:32:51.942838+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.197 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:52 smithi130 bash[22211]: audit 2024-04-19T14:32:51.942838+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: cluster 2024-04-19T14:32:51.305161+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: cluster 2024-04-19T14:32:51.305161+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: audit 2024-04-19T14:32:51.924696+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: audit 2024-04-19T14:32:51.924696+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: audit 2024-04-19T14:32:51.932981+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: audit 2024-04-19T14:32:51.932981+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: audit 2024-04-19T14:32:51.942838+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:52 smithi173 bash[22670]: audit 2024-04-19T14:32:51.942838+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: cluster 2024-04-19T14:32:51.305161+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:53.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: cluster 2024-04-19T14:32:51.305161+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:53.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: audit 2024-04-19T14:32:51.924696+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: audit 2024-04-19T14:32:51.924696+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: audit 2024-04-19T14:32:51.932981+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: audit 2024-04-19T14:32:51.932981+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: audit 2024-04-19T14:32:51.942838+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:53.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:52 smithi117 bash[21844]: audit 2024-04-19T14:32:51.942838+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:32:55.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:54 smithi130 bash[22211]: cluster 2024-04-19T14:32:53.305636+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:55.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:54 smithi130 bash[22211]: cluster 2024-04-19T14:32:53.305636+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:55.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:54 smithi173 bash[22670]: cluster 2024-04-19T14:32:53.305636+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:55.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:54 smithi173 bash[22670]: cluster 2024-04-19T14:32:53.305636+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:55.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:54 smithi117 bash[21844]: cluster 2024-04-19T14:32:53.305636+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:55.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:54 smithi117 bash[21844]: cluster 2024-04-19T14:32:53.305636+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:56.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:56 smithi130 bash[22211]: cluster 2024-04-19T14:32:55.306112+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:56.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:56 smithi130 bash[22211]: cluster 2024-04-19T14:32:55.306112+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:57.218 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:56 smithi117 bash[21844]: cluster 2024-04-19T14:32:55.306112+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:57.218 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:56 smithi117 bash[21844]: cluster 2024-04-19T14:32:55.306112+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:57.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:56 smithi173 bash[22670]: cluster 2024-04-19T14:32:55.306112+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:57.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:56 smithi173 bash[22670]: cluster 2024-04-19T14:32:55.306112+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:59.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:58 smithi130 bash[22211]: cluster 2024-04-19T14:32:57.306423+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:59.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:32:58 smithi130 bash[22211]: cluster 2024-04-19T14:32:57.306423+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:59.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:58 smithi173 bash[22670]: cluster 2024-04-19T14:32:57.306423+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:59.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:32:58 smithi173 bash[22670]: cluster 2024-04-19T14:32:57.306423+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:59.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:58 smithi117 bash[21844]: cluster 2024-04-19T14:32:57.306423+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:32:59.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:32:58 smithi117 bash[21844]: cluster 2024-04-19T14:32:57.306423+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: cluster 2024-04-19T14:32:59.306814+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: cluster 2024-04-19T14:32:59.306814+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: audit 2024-04-19T14:32:59.747431+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: audit 2024-04-19T14:32:59.747431+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: audit 2024-04-19T14:32:59.755989+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: audit 2024-04-19T14:32:59.755989+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: cephadm 2024-04-19T14:32:59.759267+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi130 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: cephadm 2024-04-19T14:32:59.759267+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi130 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: audit 2024-04-19T14:32:59.766595+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:00.779 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:00 smithi130 bash[22211]: audit 2024-04-19T14:32:59.766595+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: cluster 2024-04-19T14:32:59.306814+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: cluster 2024-04-19T14:32:59.306814+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: audit 2024-04-19T14:32:59.747431+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: audit 2024-04-19T14:32:59.747431+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: audit 2024-04-19T14:32:59.755989+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: audit 2024-04-19T14:32:59.755989+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: cephadm 2024-04-19T14:32:59.759267+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi130 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: cephadm 2024-04-19T14:32:59.759267+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi130 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: audit 2024-04-19T14:32:59.766595+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:00 smithi173 bash[22670]: audit 2024-04-19T14:32:59.766595+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: cluster 2024-04-19T14:32:59.306814+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:01.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: cluster 2024-04-19T14:32:59.306814+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: audit 2024-04-19T14:32:59.747431+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: audit 2024-04-19T14:32:59.747431+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: audit 2024-04-19T14:32:59.755989+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: audit 2024-04-19T14:32:59.755989+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: cephadm 2024-04-19T14:32:59.759267+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi130 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: cephadm 2024-04-19T14:32:59.759267+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi130 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: audit 2024-04-19T14:32:59.766595+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:01.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:00 smithi117 bash[21844]: audit 2024-04-19T14:32:59.766595+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:03.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:02 smithi173 bash[22670]: cluster 2024-04-19T14:33:01.307228+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:03.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:02 smithi173 bash[22670]: cluster 2024-04-19T14:33:01.307228+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:03.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:02 smithi117 bash[21844]: cluster 2024-04-19T14:33:01.307228+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:03.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:02 smithi117 bash[21844]: cluster 2024-04-19T14:33:01.307228+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:03.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:02 smithi130 bash[22211]: cluster 2024-04-19T14:33:01.307228+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:03.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:02 smithi130 bash[22211]: cluster 2024-04-19T14:33:01.307228+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:03 smithi173 bash[22670]: audit 2024-04-19T14:33:02.926864+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:33:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:03 smithi173 bash[22670]: audit 2024-04-19T14:33:02.926864+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:33:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:03 smithi173 bash[22670]: audit 2024-04-19T14:33:02.928638+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:03 smithi173 bash[22670]: audit 2024-04-19T14:33:02.928638+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:03 smithi173 bash[22670]: cephadm 2024-04-19T14:33:02.930284+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi130 2024-04-19T14:33:03.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:03 smithi173 bash[22670]: cephadm 2024-04-19T14:33:02.930284+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi130 2024-04-19T14:33:04.099 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:03 smithi130 bash[22211]: audit 2024-04-19T14:33:02.926864+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:33:04.099 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:03 smithi130 bash[22211]: audit 2024-04-19T14:33:02.926864+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:33:04.099 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:03 smithi130 bash[22211]: audit 2024-04-19T14:33:02.928638+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:04.099 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:03 smithi130 bash[22211]: audit 2024-04-19T14:33:02.928638+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:04.100 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:03 smithi130 bash[22211]: cephadm 2024-04-19T14:33:02.930284+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi130 2024-04-19T14:33:04.100 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:03 smithi130 bash[22211]: cephadm 2024-04-19T14:33:02.930284+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi130 2024-04-19T14:33:04.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:03 smithi117 bash[21844]: audit 2024-04-19T14:33:02.926864+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:33:04.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:03 smithi117 bash[21844]: audit 2024-04-19T14:33:02.926864+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:33:04.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:03 smithi117 bash[21844]: audit 2024-04-19T14:33:02.928638+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:04.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:03 smithi117 bash[21844]: audit 2024-04-19T14:33:02.928638+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:04.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:03 smithi117 bash[21844]: cephadm 2024-04-19T14:33:02.930284+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi130 2024-04-19T14:33:04.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:03 smithi117 bash[21844]: cephadm 2024-04-19T14:33:02.930284+0000 mgr.a (mgr.14152) 172 : cephadm [INF] Deploying daemon osd.1 on smithi130 2024-04-19T14:33:04.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:04 smithi173 bash[22670]: cluster 2024-04-19T14:33:03.307551+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:04.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:04 smithi173 bash[22670]: cluster 2024-04-19T14:33:03.307551+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:05.075 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:04 smithi117 bash[21844]: cluster 2024-04-19T14:33:03.307551+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:05.075 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:04 smithi117 bash[21844]: cluster 2024-04-19T14:33:03.307551+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:05.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:04 smithi130 bash[22211]: cluster 2024-04-19T14:33:03.307551+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:05.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:04 smithi130 bash[22211]: cluster 2024-04-19T14:33:03.307551+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:06.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: audit 2024-04-19T14:33:05.061703+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: audit 2024-04-19T14:33:05.061703+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: audit 2024-04-19T14:33:05.068663+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: audit 2024-04-19T14:33:05.068663+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: audit 2024-04-19T14:33:05.076852+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: audit 2024-04-19T14:33:05.076852+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: cluster 2024-04-19T14:33:05.307996+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:06.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:06 smithi173 bash[22670]: cluster 2024-04-19T14:33:05.307996+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: audit 2024-04-19T14:33:05.061703+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: audit 2024-04-19T14:33:05.061703+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: audit 2024-04-19T14:33:05.068663+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: audit 2024-04-19T14:33:05.068663+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: audit 2024-04-19T14:33:05.076852+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: audit 2024-04-19T14:33:05.076852+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: cluster 2024-04-19T14:33:05.307996+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:06.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:06 smithi117 bash[21844]: cluster 2024-04-19T14:33:05.307996+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: audit 2024-04-19T14:33:05.061703+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: audit 2024-04-19T14:33:05.061703+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: audit 2024-04-19T14:33:05.068663+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: audit 2024-04-19T14:33:05.068663+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: audit 2024-04-19T14:33:05.076852+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: audit 2024-04-19T14:33:05.076852+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: cluster 2024-04-19T14:33:05.307996+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:06.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 bash[22211]: cluster 2024-04-19T14:33:05.307996+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:07.047 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:33:06 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:33:07.047 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:06 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:33:07.307 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:07 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:33:07.307 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:33:07 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: cluster 2024-04-19T14:33:07.308495+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: cluster 2024-04-19T14:33:07.308495+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.315236+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.315236+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.323865+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.323865+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.331659+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:08.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.331659+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:08.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.339360+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:08.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.339360+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:08.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.341417+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:08.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.341417+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:08.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.352044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:08 smithi173 bash[22670]: audit 2024-04-19T14:33:07.352044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.625 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: cluster 2024-04-19T14:33:07.308495+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:08.625 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: cluster 2024-04-19T14:33:07.308495+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:08.625 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.315236+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.625 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.315236+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.323865+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.323865+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.331659+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.331659+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.339360+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.339360+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.341417+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.341417+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.352044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.626 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:08 smithi130 bash[22211]: audit 2024-04-19T14:33:07.352044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: cluster 2024-04-19T14:33:07.308495+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: cluster 2024-04-19T14:33:07.308495+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.315236+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.315236+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.323865+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.323865+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.331659+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.331659+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.339360+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.339360+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.341417+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:08.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.341417+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:08.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.352044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:08.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:08 smithi117 bash[21844]: audit 2024-04-19T14:33:07.352044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:10.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:10 smithi173 bash[22670]: cluster 2024-04-19T14:33:09.308967+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:10.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:10 smithi173 bash[22670]: cluster 2024-04-19T14:33:09.308967+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:10.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:10 smithi117 bash[21844]: cluster 2024-04-19T14:33:09.308967+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:10.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:10 smithi117 bash[21844]: cluster 2024-04-19T14:33:09.308967+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:10.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:10 smithi130 bash[22211]: cluster 2024-04-19T14:33:09.308967+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:10.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:10 smithi130 bash[22211]: cluster 2024-04-19T14:33:09.308967+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: cluster 2024-04-19T14:33:11.309518+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: cluster 2024-04-19T14:33:11.309518+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: audit 2024-04-19T14:33:12.141384+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: audit 2024-04-19T14:33:12.141384+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: audit 2024-04-19T14:33:12.149968+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: audit 2024-04-19T14:33:12.149968+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: audit 2024-04-19T14:33:12.160368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:12 smithi173 bash[22670]: audit 2024-04-19T14:33:12.160368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: cluster 2024-04-19T14:33:11.309518+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: cluster 2024-04-19T14:33:11.309518+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: audit 2024-04-19T14:33:12.141384+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: audit 2024-04-19T14:33:12.141384+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: audit 2024-04-19T14:33:12.149968+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: audit 2024-04-19T14:33:12.149968+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: audit 2024-04-19T14:33:12.160368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:12 smithi117 bash[21844]: audit 2024-04-19T14:33:12.160368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: cluster 2024-04-19T14:33:11.309518+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: cluster 2024-04-19T14:33:11.309518+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: audit 2024-04-19T14:33:12.141384+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: audit 2024-04-19T14:33:12.141384+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: audit 2024-04-19T14:33:12.149968+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: audit 2024-04-19T14:33:12.149968+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: audit 2024-04-19T14:33:12.160368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:12 smithi130 bash[22211]: audit 2024-04-19T14:33:12.160368+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:14.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:14 smithi173 bash[22670]: cluster 2024-04-19T14:33:13.309997+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:14.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:14 smithi173 bash[22670]: cluster 2024-04-19T14:33:13.309997+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:14.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:14 smithi173 bash[22670]: audit 2024-04-19T14:33:13.442923+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:14 smithi173 bash[22670]: audit 2024-04-19T14:33:13.442923+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:14 smithi173 bash[22670]: audit 2024-04-19T14:33:13.444041+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:14 smithi173 bash[22670]: audit 2024-04-19T14:33:13.444041+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:14 smithi117 bash[21844]: cluster 2024-04-19T14:33:13.309997+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:14 smithi117 bash[21844]: cluster 2024-04-19T14:33:13.309997+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:14 smithi117 bash[21844]: audit 2024-04-19T14:33:13.442923+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:14 smithi117 bash[21844]: audit 2024-04-19T14:33:13.442923+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:14 smithi117 bash[21844]: audit 2024-04-19T14:33:13.444041+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:14 smithi117 bash[21844]: audit 2024-04-19T14:33:13.444041+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:14 smithi130 bash[22211]: cluster 2024-04-19T14:33:13.309997+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:14 smithi130 bash[22211]: cluster 2024-04-19T14:33:13.309997+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:14 smithi130 bash[22211]: audit 2024-04-19T14:33:13.442923+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:14 smithi130 bash[22211]: audit 2024-04-19T14:33:13.442923+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:14 smithi130 bash[22211]: audit 2024-04-19T14:33:13.444041+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:14 smithi130 bash[22211]: audit 2024-04-19T14:33:13.444041+0000 mon.a (mon.0) 486 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:33:15.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.325919+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T14:33:15.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.325919+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T14:33:15.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: cluster 2024-04-19T14:33:14.331211+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:33:15.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: cluster 2024-04-19T14:33:14.331211+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:33:15.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.332128+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:15.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.332128+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:15.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.334649+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.334649+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.343827+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:15 smithi130 bash[22211]: audit 2024-04-19T14:33:14.343827+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.325919+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T14:33:15.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.325919+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: cluster 2024-04-19T14:33:14.331211+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: cluster 2024-04-19T14:33:14.331211+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.332128+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.332128+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.334649+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.334649+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.343827+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:15 smithi173 bash[22670]: audit 2024-04-19T14:33:14.343827+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.628 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.325919+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.325919+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: cluster 2024-04-19T14:33:14.331211+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: cluster 2024-04-19T14:33:14.331211+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.332128+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.332128+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.334649+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.334649+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.343827+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:15.629 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:15 smithi117 bash[21844]: audit 2024-04-19T14:33:14.343827+0000 mon.a (mon.0) 490 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2024-04-19T14:33:16.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: cluster 2024-04-19T14:33:15.310544+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: cluster 2024-04-19T14:33:15.310544+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.343223+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.343223+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: cluster 2024-04-19T14:33:15.350460+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: cluster 2024-04-19T14:33:15.350460+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.351073+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.351073+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.356838+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.356838+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.847785+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:33:16.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:16 smithi173 bash[22670]: audit 2024-04-19T14:33:15.847785+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: cluster 2024-04-19T14:33:15.310544+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: cluster 2024-04-19T14:33:15.310544+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.343223+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.343223+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: cluster 2024-04-19T14:33:15.350460+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: cluster 2024-04-19T14:33:15.350460+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:33:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.351073+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.351073+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.356838+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.356838+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.847785+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:33:16.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:16 smithi117 bash[21844]: audit 2024-04-19T14:33:15.847785+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: cluster 2024-04-19T14:33:15.310544+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: cluster 2024-04-19T14:33:15.310544+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.343223+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.343223+0000 mon.a (mon.0) 491 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: cluster 2024-04-19T14:33:15.350460+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: cluster 2024-04-19T14:33:15.350460+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.351073+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.351073+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.356838+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.356838+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:16.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.847785+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:33:16.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:16 smithi130 bash[22211]: audit 2024-04-19T14:33:15.847785+0000 mon.a (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:33:17.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:14.409120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:14.409120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:14.409245+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:14.409245+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: audit 2024-04-19T14:33:16.357309+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: audit 2024-04-19T14:33:16.357309+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:16.853685+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213] boot 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:16.853685+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213] boot 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:16.853800+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: cluster 2024-04-19T14:33:16.853800+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: audit 2024-04-19T14:33:16.854078+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:17 smithi173 bash[22670]: audit 2024-04-19T14:33:16.854078+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:14.409120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:33:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:14.409120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:33:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:14.409245+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:33:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:14.409245+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:33:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: audit 2024-04-19T14:33:16.357309+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: audit 2024-04-19T14:33:16.357309+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:16.853685+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213] boot 2024-04-19T14:33:17.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:16.853685+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213] boot 2024-04-19T14:33:17.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:16.853800+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:33:17.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: cluster 2024-04-19T14:33:16.853800+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:33:17.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: audit 2024-04-19T14:33:16.854078+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:17 smithi117 bash[21844]: audit 2024-04-19T14:33:16.854078+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:14.409120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:14.409120+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:14.409245+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:14.409245+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: audit 2024-04-19T14:33:16.357309+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: audit 2024-04-19T14:33:16.357309+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:16.853685+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213] boot 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:16.853685+0000 mon.a (mon.0) 497 : cluster [INF] osd.1 [v2:172.21.15.130:6800/4144636213,v1:172.21.15.130:6801/4144636213] boot 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:16.853800+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: cluster 2024-04-19T14:33:16.853800+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: audit 2024-04-19T14:33:16.854078+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:17.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:17 smithi130 bash[22211]: audit 2024-04-19T14:33:16.854078+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:33:19.107 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:18 smithi130 bash[22211]: cluster 2024-04-19T14:33:17.310972+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:19.107 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:18 smithi130 bash[22211]: cluster 2024-04-19T14:33:17.310972+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:19.108 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:18 smithi130 bash[22211]: cluster 2024-04-19T14:33:18.353305+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:33:19.108 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:18 smithi130 bash[22211]: cluster 2024-04-19T14:33:18.353305+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:33:19.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:18 smithi117 bash[21844]: cluster 2024-04-19T14:33:17.310972+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:19.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:18 smithi117 bash[21844]: cluster 2024-04-19T14:33:17.310972+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:19.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:18 smithi117 bash[21844]: cluster 2024-04-19T14:33:18.353305+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:33:19.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:18 smithi117 bash[21844]: cluster 2024-04-19T14:33:18.353305+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:33:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:18 smithi173 bash[22670]: cluster 2024-04-19T14:33:17.310972+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:18 smithi173 bash[22670]: cluster 2024-04-19T14:33:17.310972+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:33:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:18 smithi173 bash[22670]: cluster 2024-04-19T14:33:18.353305+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:33:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:18 smithi173 bash[22670]: cluster 2024-04-19T14:33:18.353305+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:33:20.317 INFO:teuthology.orchestra.run.smithi130.stdout:Created osd(s) 1 on host 'smithi130' 2024-04-19T14:33:20.878 DEBUG:teuthology.orchestra.run.smithi130:osd.1> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.1.service 2024-04-19T14:33:20.881 INFO:tasks.cephadm:Deploying osd.2 on smithi173 with /dev/vg_nvme/lv_4... 2024-04-19T14:33:20.881 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: cluster 2024-04-19T14:33:19.311460+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: cluster 2024-04-19T14:33:19.311460+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.912720+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.912720+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.921561+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.921561+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.932016+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.932016+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.935200+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.935200+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.940669+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.940669+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.942379+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.942379+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: cluster 2024-04-19T14:33:19.946203+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: cluster 2024-04-19T14:33:19.946203+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.952803+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:19.952803+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.289574+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.289574+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.298588+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.298588+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.325716+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.325716+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.332072+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.332072+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.333823+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.333823+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.335379+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.335379+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.346575+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.226 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:20 smithi130 bash[22211]: audit 2024-04-19T14:33:20.346575+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: cluster 2024-04-19T14:33:19.311460+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: cluster 2024-04-19T14:33:19.311460+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.912720+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.912720+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.921561+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.921561+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.932016+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.932016+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.935200+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.935200+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.940669+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.940669+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.942379+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.942379+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: cluster 2024-04-19T14:33:19.946203+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: cluster 2024-04-19T14:33:19.946203+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.952803+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:19.952803+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.289574+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.289574+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.298588+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.298588+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.325716+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.325716+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.332072+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:33:21.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.332072+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:33:21.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.333823+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.333823+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.335379+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.335379+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.346575+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.354 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:20 smithi173 bash[22670]: audit 2024-04-19T14:33:20.346575+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: cluster 2024-04-19T14:33:19.311460+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: cluster 2024-04-19T14:33:19.311460+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.912720+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.912720+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.921561+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.921561+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.932016+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.932016+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.935200+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.935200+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.940669+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.940669+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.942379+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.942379+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: cluster 2024-04-19T14:33:19.946203+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: cluster 2024-04-19T14:33:19.946203+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.952803+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:19.952803+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.289574+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.289574+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.298588+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.298588+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.325716+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.325716+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.332072+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.332072+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.333823+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.333823+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.335379+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.335379+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:21.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.346575+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:21.406 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:20 smithi117 bash[21844]: audit 2024-04-19T14:33:20.346575+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:21 smithi117 bash[21844]: cluster 2024-04-19T14:33:20.338656+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:21 smithi117 bash[21844]: cluster 2024-04-19T14:33:20.338656+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:21 smithi117 bash[21844]: cluster 2024-04-19T14:33:20.338970+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:21 smithi117 bash[21844]: cluster 2024-04-19T14:33:20.338970+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:21 smithi117 bash[21844]: cluster 2024-04-19T14:33:20.928389+0000 mon.a (mon.0) 515 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:33:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:21 smithi117 bash[21844]: cluster 2024-04-19T14:33:20.928389+0000 mon.a (mon.0) 515 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:33:22.168 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:21 smithi130 bash[22211]: cluster 2024-04-19T14:33:20.338656+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.168 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:21 smithi130 bash[22211]: cluster 2024-04-19T14:33:20.338656+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.168 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:21 smithi130 bash[22211]: cluster 2024-04-19T14:33:20.338970+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.168 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:21 smithi130 bash[22211]: cluster 2024-04-19T14:33:20.338970+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.168 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:21 smithi130 bash[22211]: cluster 2024-04-19T14:33:20.928389+0000 mon.a (mon.0) 515 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:33:22.168 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:21 smithi130 bash[22211]: cluster 2024-04-19T14:33:20.928389+0000 mon.a (mon.0) 515 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:33:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:21 smithi173 bash[22670]: cluster 2024-04-19T14:33:20.338656+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:21 smithi173 bash[22670]: cluster 2024-04-19T14:33:20.338656+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:21 smithi173 bash[22670]: cluster 2024-04-19T14:33:20.338970+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:21 smithi173 bash[22670]: cluster 2024-04-19T14:33:20.338970+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:21 smithi173 bash[22670]: cluster 2024-04-19T14:33:20.928389+0000 mon.a (mon.0) 515 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:33:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:21 smithi173 bash[22670]: cluster 2024-04-19T14:33:20.928389+0000 mon.a (mon.0) 515 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:33:23.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.148943+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.148943+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.158564+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.158564+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.169061+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.169061+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.170535+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.170535+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.176276+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.176276+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.178041+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.178041+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: cluster 2024-04-19T14:33:22.181380+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: cluster 2024-04-19T14:33:22.181380+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.187725+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:23 smithi117 bash[21844]: audit 2024-04-19T14:33:22.187725+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.148943+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.148943+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.158564+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.158564+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.169061+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.169061+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.170535+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.170535+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:23.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.176276+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.176276+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.178041+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.178041+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: cluster 2024-04-19T14:33:22.181380+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: cluster 2024-04-19T14:33:22.181380+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.187725+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:23 smithi130 bash[22211]: audit 2024-04-19T14:33:22.187725+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.148943+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.148943+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.158564+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.158564+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.169061+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.169061+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.170535+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.170535+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.176276+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.176276+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.178041+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.178041+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: cluster 2024-04-19T14:33:22.181380+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: cluster 2024-04-19T14:33:22.181380+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.187725+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:23.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:23 smithi173 bash[22670]: audit 2024-04-19T14:33:22.187725+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:24.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:24 smithi117 bash[21844]: cluster 2024-04-19T14:33:23.165509+0000 mon.a (mon.0) 523 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:33:24.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:24 smithi117 bash[21844]: cluster 2024-04-19T14:33:23.165509+0000 mon.a (mon.0) 523 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:33:24.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:24 smithi117 bash[21844]: cluster 2024-04-19T14:33:23.165559+0000 mon.a (mon.0) 524 : cluster [INF] Cluster is now healthy 2024-04-19T14:33:24.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:24 smithi117 bash[21844]: cluster 2024-04-19T14:33:23.165559+0000 mon.a (mon.0) 524 : cluster [INF] Cluster is now healthy 2024-04-19T14:33:24.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:24 smithi130 bash[22211]: cluster 2024-04-19T14:33:23.165509+0000 mon.a (mon.0) 523 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:33:24.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:24 smithi130 bash[22211]: cluster 2024-04-19T14:33:23.165509+0000 mon.a (mon.0) 523 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:33:24.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:24 smithi130 bash[22211]: cluster 2024-04-19T14:33:23.165559+0000 mon.a (mon.0) 524 : cluster [INF] Cluster is now healthy 2024-04-19T14:33:24.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:24 smithi130 bash[22211]: cluster 2024-04-19T14:33:23.165559+0000 mon.a (mon.0) 524 : cluster [INF] Cluster is now healthy 2024-04-19T14:33:24.587 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:33:24.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:24 smithi173 bash[22670]: cluster 2024-04-19T14:33:23.165509+0000 mon.a (mon.0) 523 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:33:24.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:24 smithi173 bash[22670]: cluster 2024-04-19T14:33:23.165509+0000 mon.a (mon.0) 523 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi130 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:33:24.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:24 smithi173 bash[22670]: cluster 2024-04-19T14:33:23.165559+0000 mon.a (mon.0) 524 : cluster [INF] Cluster is now healthy 2024-04-19T14:33:24.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:24 smithi173 bash[22670]: cluster 2024-04-19T14:33:23.165559+0000 mon.a (mon.0) 524 : cluster [INF] Cluster is now healthy 2024-04-19T14:33:25.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:25 smithi173 bash[22670]: cluster 2024-04-19T14:33:24.181863+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:25.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:25 smithi173 bash[22670]: cluster 2024-04-19T14:33:24.181863+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:25.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:25 smithi130 bash[22211]: cluster 2024-04-19T14:33:24.181863+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:25.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:25 smithi130 bash[22211]: cluster 2024-04-19T14:33:24.181863+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:25.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:25 smithi117 bash[21844]: cluster 2024-04-19T14:33:24.181863+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:25.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:25 smithi117 bash[21844]: cluster 2024-04-19T14:33:24.181863+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:26.499 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:26 smithi173 bash[22670]: audit 2024-04-19T14:33:25.284393+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.499 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:26 smithi173 bash[22670]: audit 2024-04-19T14:33:25.284393+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.500 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:26 smithi173 bash[22670]: audit 2024-04-19T14:33:25.294057+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.500 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:26 smithi173 bash[22670]: audit 2024-04-19T14:33:25.294057+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.500 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:26 smithi173 bash[22670]: audit 2024-04-19T14:33:25.304139+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.500 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:26 smithi173 bash[22670]: audit 2024-04-19T14:33:25.304139+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:26 smithi117 bash[21844]: audit 2024-04-19T14:33:25.284393+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:26 smithi117 bash[21844]: audit 2024-04-19T14:33:25.284393+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:26 smithi117 bash[21844]: audit 2024-04-19T14:33:25.294057+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:26 smithi117 bash[21844]: audit 2024-04-19T14:33:25.294057+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:26 smithi117 bash[21844]: audit 2024-04-19T14:33:25.304139+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:26 smithi117 bash[21844]: audit 2024-04-19T14:33:25.304139+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:26 smithi130 bash[22211]: audit 2024-04-19T14:33:25.284393+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:26 smithi130 bash[22211]: audit 2024-04-19T14:33:25.284393+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:26 smithi130 bash[22211]: audit 2024-04-19T14:33:25.294057+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:26 smithi130 bash[22211]: audit 2024-04-19T14:33:25.294057+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:26 smithi130 bash[22211]: audit 2024-04-19T14:33:25.304139+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:26.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:26 smithi130 bash[22211]: audit 2024-04-19T14:33:25.304139+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:27.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:27 smithi173 bash[22670]: cluster 2024-04-19T14:33:26.182331+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:27.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:27 smithi173 bash[22670]: cluster 2024-04-19T14:33:26.182331+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:27.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:27 smithi117 bash[21844]: cluster 2024-04-19T14:33:26.182331+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:27.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:27 smithi117 bash[21844]: cluster 2024-04-19T14:33:26.182331+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:27.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:27 smithi130 bash[22211]: cluster 2024-04-19T14:33:26.182331+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:27.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:27 smithi130 bash[22211]: cluster 2024-04-19T14:33:26.182331+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:27.780 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T14:33:27.780 INFO:teuthology.orchestra.run.smithi173.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T14:33:27.780 INFO:teuthology.orchestra.run.smithi173.stderr: stderr: 10+0 records in 2024-04-19T14:33:27.780 INFO:teuthology.orchestra.run.smithi173.stderr:10+0 records out 2024-04-19T14:33:27.780 INFO:teuthology.orchestra.run.smithi173.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0129857 s, 807 MB/s 2024-04-19T14:33:27.780 INFO:teuthology.orchestra.run.smithi173.stderr:--> Zapping successful for: 2024-04-19T14:33:28.796 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi173:vg_nvme/lv_4 2024-04-19T14:33:29.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:29 smithi173 bash[22670]: cluster 2024-04-19T14:33:28.182813+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:29.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:29 smithi173 bash[22670]: cluster 2024-04-19T14:33:28.182813+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:29.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:29 smithi117 bash[21844]: cluster 2024-04-19T14:33:28.182813+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:29.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:29 smithi117 bash[21844]: cluster 2024-04-19T14:33:28.182813+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:29.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:29 smithi130 bash[22211]: cluster 2024-04-19T14:33:28.182813+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:29 smithi130 bash[22211]: cluster 2024-04-19T14:33:28.182813+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:31.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:31 smithi173 bash[22670]: cluster 2024-04-19T14:33:30.183361+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:31.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:31 smithi173 bash[22670]: cluster 2024-04-19T14:33:30.183361+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:31.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:31 smithi117 bash[21844]: cluster 2024-04-19T14:33:30.183361+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:31.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:31 smithi117 bash[21844]: cluster 2024-04-19T14:33:30.183361+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:31.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:31 smithi130 bash[22211]: cluster 2024-04-19T14:33:30.183361+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:31.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:31 smithi130 bash[22211]: cluster 2024-04-19T14:33:30.183361+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.317 INFO:teuthology.orchestra.run.smithi173.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:33:33.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: cluster 2024-04-19T14:33:32.183961+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: cluster 2024-04-19T14:33:32.183961+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: audit 2024-04-19T14:33:32.367726+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: audit 2024-04-19T14:33:32.367726+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: audit 2024-04-19T14:33:32.377143+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: audit 2024-04-19T14:33:32.377143+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: audit 2024-04-19T14:33:32.388719+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:33 smithi173 bash[22670]: audit 2024-04-19T14:33:32.388719+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: cluster 2024-04-19T14:33:32.183961+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: cluster 2024-04-19T14:33:32.183961+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: audit 2024-04-19T14:33:32.367726+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: audit 2024-04-19T14:33:32.367726+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: audit 2024-04-19T14:33:32.377143+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: audit 2024-04-19T14:33:32.377143+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: audit 2024-04-19T14:33:32.388719+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:33 smithi117 bash[21844]: audit 2024-04-19T14:33:32.388719+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: cluster 2024-04-19T14:33:32.183961+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: cluster 2024-04-19T14:33:32.183961+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: audit 2024-04-19T14:33:32.367726+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: audit 2024-04-19T14:33:32.367726+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: audit 2024-04-19T14:33:32.377143+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: audit 2024-04-19T14:33:32.377143+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: audit 2024-04-19T14:33:32.388719+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:33.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:33 smithi130 bash[22211]: audit 2024-04-19T14:33:32.388719+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:35.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:35 smithi117 bash[21844]: cluster 2024-04-19T14:33:34.184519+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:35.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:35 smithi117 bash[21844]: cluster 2024-04-19T14:33:34.184519+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:35.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:35 smithi130 bash[22211]: cluster 2024-04-19T14:33:34.184519+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:35.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:35 smithi130 bash[22211]: cluster 2024-04-19T14:33:34.184519+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:35.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:35 smithi173 bash[22670]: cluster 2024-04-19T14:33:34.184519+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:35.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:35 smithi173 bash[22670]: cluster 2024-04-19T14:33:34.184519+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.791154+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.791154+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.798651+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.798651+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.805298+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.805298+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.806954+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:36 smithi117 bash[21844]: audit 2024-04-19T14:33:35.806954+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.791154+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.791154+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.798651+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.798651+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.805298+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.805298+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.806954+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:36 smithi130 bash[22211]: audit 2024-04-19T14:33:35.806954+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.791154+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.791154+0000 mgr.a (mgr.14152) 192 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi173:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.798651+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.798651+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.805298+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.805298+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.806954+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:36 smithi173 bash[22670]: audit 2024-04-19T14:33:35.806954+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:37.651 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:37 smithi130 bash[22211]: cluster 2024-04-19T14:33:36.185009+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:37.651 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:37 smithi130 bash[22211]: cluster 2024-04-19T14:33:36.185009+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:37.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:37 smithi117 bash[21844]: cluster 2024-04-19T14:33:36.185009+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:37.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:37 smithi117 bash[21844]: cluster 2024-04-19T14:33:36.185009+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:37.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:37 smithi173 bash[22670]: cluster 2024-04-19T14:33:36.185009+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:37.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:37 smithi173 bash[22670]: cluster 2024-04-19T14:33:36.185009+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:39.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:39 smithi117 bash[21844]: cluster 2024-04-19T14:33:38.185516+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:39.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:39 smithi117 bash[21844]: cluster 2024-04-19T14:33:38.185516+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:39.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:39 smithi130 bash[22211]: cluster 2024-04-19T14:33:38.185516+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:39.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:39 smithi130 bash[22211]: cluster 2024-04-19T14:33:38.185516+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:39.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:39 smithi173 bash[22670]: cluster 2024-04-19T14:33:38.185516+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:39.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:39 smithi173 bash[22670]: cluster 2024-04-19T14:33:38.185516+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: cluster 2024-04-19T14:33:40.185967+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: cluster 2024-04-19T14:33:40.185967+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: audit 2024-04-19T14:33:40.758199+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: audit 2024-04-19T14:33:40.758199+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: audit 2024-04-19T14:33:40.769342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: audit 2024-04-19T14:33:40.769342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: audit 2024-04-19T14:33:40.780973+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:41 smithi173 bash[22670]: audit 2024-04-19T14:33:40.780973+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: cluster 2024-04-19T14:33:40.185967+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: cluster 2024-04-19T14:33:40.185967+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: audit 2024-04-19T14:33:40.758199+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: audit 2024-04-19T14:33:40.758199+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: audit 2024-04-19T14:33:40.769342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: audit 2024-04-19T14:33:40.769342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: audit 2024-04-19T14:33:40.780973+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:41 smithi117 bash[21844]: audit 2024-04-19T14:33:40.780973+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: cluster 2024-04-19T14:33:40.185967+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: cluster 2024-04-19T14:33:40.185967+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: audit 2024-04-19T14:33:40.758199+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: audit 2024-04-19T14:33:40.758199+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: audit 2024-04-19T14:33:40.769342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: audit 2024-04-19T14:33:40.769342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: audit 2024-04-19T14:33:40.780973+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:42.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:41 smithi130 bash[22211]: audit 2024-04-19T14:33:40.780973+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: cluster 2024-04-19T14:33:42.186527+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: cluster 2024-04-19T14:33:42.186527+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.699168+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.699168+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.699251+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.173:0/3118533879' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.699251+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.173:0/3118533879' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.702319+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]': finished 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.702319+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]': finished 2024-04-19T14:33:44.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: cluster 2024-04-19T14:33:43.709037+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:33:44.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: cluster 2024-04-19T14:33:43.709037+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:33:44.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.709426+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:33:44.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:43 smithi173 bash[22670]: audit 2024-04-19T14:33:43.709426+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: cluster 2024-04-19T14:33:42.186527+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: cluster 2024-04-19T14:33:42.186527+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.699168+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.699168+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.699251+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.173:0/3118533879' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.699251+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.173:0/3118533879' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.702319+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]': finished 2024-04-19T14:33:44.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.702319+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]': finished 2024-04-19T14:33:44.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: cluster 2024-04-19T14:33:43.709037+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:33:44.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: cluster 2024-04-19T14:33:43.709037+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:33:44.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.709426+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:33:44.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:43 smithi117 bash[21844]: audit 2024-04-19T14:33:43.709426+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: cluster 2024-04-19T14:33:42.186527+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: cluster 2024-04-19T14:33:42.186527+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.699168+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.699168+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.699251+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.173:0/3118533879' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.699251+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.173:0/3118533879' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]: dispatch 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.702319+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]': finished 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.702319+0000 mon.a (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8ba06844-c06e-4c8e-bfed-6d48b6c555a0"}]': finished 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: cluster 2024-04-19T14:33:43.709037+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: cluster 2024-04-19T14:33:43.709037+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:33:44.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.709426+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:33:44.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:43 smithi130 bash[22211]: audit 2024-04-19T14:33:43.709426+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:33:45.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:44 smithi173 bash[22670]: audit 2024-04-19T14:33:44.369012+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/930155987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:33:45.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:44 smithi173 bash[22670]: audit 2024-04-19T14:33:44.369012+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/930155987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:33:45.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:44 smithi117 bash[21844]: audit 2024-04-19T14:33:44.369012+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/930155987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:33:45.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:44 smithi117 bash[21844]: audit 2024-04-19T14:33:44.369012+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/930155987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:33:45.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:44 smithi130 bash[22211]: audit 2024-04-19T14:33:44.369012+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/930155987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:33:45.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:44 smithi130 bash[22211]: audit 2024-04-19T14:33:44.369012+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.173:0/930155987' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:33:45.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: cluster 2024-04-19T14:33:44.187093+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:45.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: cluster 2024-04-19T14:33:44.187093+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:45.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: audit 2024-04-19T14:33:45.504860+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:45.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: audit 2024-04-19T14:33:45.504860+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:45.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: audit 2024-04-19T14:33:45.514872+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:45.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: audit 2024-04-19T14:33:45.514872+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:45.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: audit 2024-04-19T14:33:45.525218+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:45.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:45 smithi117 bash[21844]: audit 2024-04-19T14:33:45.525218+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: cluster 2024-04-19T14:33:44.187093+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: cluster 2024-04-19T14:33:44.187093+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: audit 2024-04-19T14:33:45.504860+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: audit 2024-04-19T14:33:45.504860+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: audit 2024-04-19T14:33:45.514872+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: audit 2024-04-19T14:33:45.514872+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: audit 2024-04-19T14:33:45.525218+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:45 smithi173 bash[22670]: audit 2024-04-19T14:33:45.525218+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: cluster 2024-04-19T14:33:44.187093+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: cluster 2024-04-19T14:33:44.187093+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: audit 2024-04-19T14:33:45.504860+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: audit 2024-04-19T14:33:45.504860+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: audit 2024-04-19T14:33:45.514872+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: audit 2024-04-19T14:33:45.514872+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: audit 2024-04-19T14:33:45.525218+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:46.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:45 smithi130 bash[22211]: audit 2024-04-19T14:33:45.525218+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:48.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:47 smithi173 bash[22670]: cluster 2024-04-19T14:33:46.187679+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:48.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:47 smithi173 bash[22670]: cluster 2024-04-19T14:33:46.187679+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:48.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:47 smithi117 bash[21844]: cluster 2024-04-19T14:33:46.187679+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:48.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:47 smithi117 bash[21844]: cluster 2024-04-19T14:33:46.187679+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:48.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:47 smithi130 bash[22211]: cluster 2024-04-19T14:33:46.187679+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:48.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:47 smithi130 bash[22211]: cluster 2024-04-19T14:33:46.187679+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:50.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:49 smithi173 bash[22670]: cluster 2024-04-19T14:33:48.188269+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:50.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:49 smithi173 bash[22670]: cluster 2024-04-19T14:33:48.188269+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:50.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:49 smithi117 bash[21844]: cluster 2024-04-19T14:33:48.188269+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:50.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:49 smithi117 bash[21844]: cluster 2024-04-19T14:33:48.188269+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:50.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:49 smithi130 bash[22211]: cluster 2024-04-19T14:33:48.188269+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:50.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:49 smithi130 bash[22211]: cluster 2024-04-19T14:33:48.188269+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:52.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:51 smithi173 bash[22670]: cluster 2024-04-19T14:33:50.188806+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:52.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:51 smithi173 bash[22670]: cluster 2024-04-19T14:33:50.188806+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:52.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:51 smithi117 bash[21844]: cluster 2024-04-19T14:33:50.188806+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:52.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:51 smithi117 bash[21844]: cluster 2024-04-19T14:33:50.188806+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:52.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:51 smithi130 bash[22211]: cluster 2024-04-19T14:33:50.188806+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:52.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:51 smithi130 bash[22211]: cluster 2024-04-19T14:33:50.188806+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: cluster 2024-04-19T14:33:52.189271+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: cluster 2024-04-19T14:33:52.189271+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: audit 2024-04-19T14:33:52.587756+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: audit 2024-04-19T14:33:52.587756+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: audit 2024-04-19T14:33:52.596379+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: audit 2024-04-19T14:33:52.596379+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: cephadm 2024-04-19T14:33:52.599673+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi173 2024-04-19T14:33:53.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: cephadm 2024-04-19T14:33:52.599673+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi173 2024-04-19T14:33:53.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: audit 2024-04-19T14:33:52.606732+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:53 smithi173 bash[22670]: audit 2024-04-19T14:33:52.606732+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: cluster 2024-04-19T14:33:52.189271+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: cluster 2024-04-19T14:33:52.189271+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: audit 2024-04-19T14:33:52.587756+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: audit 2024-04-19T14:33:52.587756+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: audit 2024-04-19T14:33:52.596379+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: audit 2024-04-19T14:33:52.596379+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: cephadm 2024-04-19T14:33:52.599673+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi173 2024-04-19T14:33:53.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: cephadm 2024-04-19T14:33:52.599673+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi173 2024-04-19T14:33:53.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: audit 2024-04-19T14:33:52.606732+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:53 smithi117 bash[21844]: audit 2024-04-19T14:33:52.606732+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: cluster 2024-04-19T14:33:52.189271+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: cluster 2024-04-19T14:33:52.189271+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: audit 2024-04-19T14:33:52.587756+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: audit 2024-04-19T14:33:52.587756+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: audit 2024-04-19T14:33:52.596379+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: audit 2024-04-19T14:33:52.596379+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: cephadm 2024-04-19T14:33:52.599673+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi173 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: cephadm 2024-04-19T14:33:52.599673+0000 mgr.a (mgr.14152) 202 : cephadm [INF] Detected new or changed devices on smithi173 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: audit 2024-04-19T14:33:52.606732+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:53.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:53 smithi130 bash[22211]: audit 2024-04-19T14:33:52.606732+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:33:55.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:55 smithi173 bash[22670]: cluster 2024-04-19T14:33:54.189761+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:55.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:55 smithi173 bash[22670]: cluster 2024-04-19T14:33:54.189761+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:55.880 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:55 smithi130 bash[22211]: cluster 2024-04-19T14:33:54.189761+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:55.880 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:55 smithi130 bash[22211]: cluster 2024-04-19T14:33:54.189761+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:55.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:55 smithi117 bash[21844]: cluster 2024-04-19T14:33:54.189761+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:55.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:55 smithi117 bash[21844]: cluster 2024-04-19T14:33:54.189761+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:56.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:56 smithi173 bash[22670]: audit 2024-04-19T14:33:56.235009+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:33:56.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:56 smithi173 bash[22670]: audit 2024-04-19T14:33:56.235009+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:33:56.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:56 smithi173 bash[22670]: audit 2024-04-19T14:33:56.236822+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:56.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:56 smithi173 bash[22670]: audit 2024-04-19T14:33:56.236822+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:56.880 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:56 smithi130 bash[22211]: audit 2024-04-19T14:33:56.235009+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:33:56.881 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:56 smithi130 bash[22211]: audit 2024-04-19T14:33:56.235009+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:33:56.881 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:56 smithi130 bash[22211]: audit 2024-04-19T14:33:56.236822+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:56.881 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:56 smithi130 bash[22211]: audit 2024-04-19T14:33:56.236822+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:56.889 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:56 smithi117 bash[21844]: audit 2024-04-19T14:33:56.235009+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:33:56.890 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:56 smithi117 bash[21844]: audit 2024-04-19T14:33:56.235009+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:33:56.890 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:56 smithi117 bash[21844]: audit 2024-04-19T14:33:56.236822+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:56.890 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:56 smithi117 bash[21844]: audit 2024-04-19T14:33:56.236822+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:57.714 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:57 smithi173 bash[22670]: cluster 2024-04-19T14:33:56.190246+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:57.714 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:57 smithi173 bash[22670]: cluster 2024-04-19T14:33:56.190246+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:57.714 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:57 smithi173 bash[22670]: cephadm 2024-04-19T14:33:56.238400+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-04-19T14:33:57.714 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:57 smithi173 bash[22670]: cephadm 2024-04-19T14:33:56.238400+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-04-19T14:33:57.846 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:57 smithi130 bash[22211]: cluster 2024-04-19T14:33:56.190246+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:57.846 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:57 smithi130 bash[22211]: cluster 2024-04-19T14:33:56.190246+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:57.846 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:57 smithi130 bash[22211]: cephadm 2024-04-19T14:33:56.238400+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-04-19T14:33:57.846 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:57 smithi130 bash[22211]: cephadm 2024-04-19T14:33:56.238400+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-04-19T14:33:57.850 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:57 smithi117 bash[21844]: cluster 2024-04-19T14:33:56.190246+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:57.850 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:57 smithi117 bash[21844]: cluster 2024-04-19T14:33:56.190246+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:57.850 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:57 smithi117 bash[21844]: cephadm 2024-04-19T14:33:56.238400+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-04-19T14:33:57.850 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:57 smithi117 bash[21844]: cephadm 2024-04-19T14:33:56.238400+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Deploying daemon osd.2 on smithi173 2024-04-19T14:33:59.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:59 smithi173 bash[22670]: cluster 2024-04-19T14:33:58.190747+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:59.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:59 smithi173 bash[22670]: cluster 2024-04-19T14:33:58.190747+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:59 smithi117 bash[21844]: cluster 2024-04-19T14:33:58.190747+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:59.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:33:59 smithi117 bash[21844]: cluster 2024-04-19T14:33:58.190747+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:59.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:59 smithi130 bash[22211]: cluster 2024-04-19T14:33:58.190747+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:33:59.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:33:59 smithi130 bash[22211]: cluster 2024-04-19T14:33:58.190747+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:00.294 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:33:59 smithi173 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:34:00.295 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:00 smithi173 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:34:01.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: cluster 2024-04-19T14:34:00.191184+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:01.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: cluster 2024-04-19T14:34:00.191184+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:01.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.350149+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.350149+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.359700+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.359700+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.361796+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.361796+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.370808+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.370808+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.372603+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.372603+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.388244+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.388244+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.971052+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.971052+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.981038+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.981038+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.992818+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:01 smithi173 bash[22670]: audit 2024-04-19T14:34:00.992818+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: cluster 2024-04-19T14:34:00.191184+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:01.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: cluster 2024-04-19T14:34:00.191184+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:01.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.350149+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.350149+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.359700+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.359700+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.361796+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.361796+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.370808+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.370808+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.372603+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.372603+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.388244+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.388244+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.971052+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.971052+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.981038+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.981038+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.992818+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:01 smithi117 bash[21844]: audit 2024-04-19T14:34:00.992818+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: cluster 2024-04-19T14:34:00.191184+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: cluster 2024-04-19T14:34:00.191184+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.350149+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.350149+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.359700+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.359700+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.361796+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.361796+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.370808+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.370808+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.372603+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.372603+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.388244+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.388244+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.971052+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.971052+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.981038+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.981038+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.992818+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:01.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:01 smithi130 bash[22211]: audit 2024-04-19T14:34:00.992818+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:03.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:03 smithi173 bash[22670]: cluster 2024-04-19T14:34:02.191652+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:03.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:03 smithi173 bash[22670]: cluster 2024-04-19T14:34:02.191652+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:03.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:03 smithi117 bash[21844]: cluster 2024-04-19T14:34:02.191652+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:03.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:03 smithi117 bash[21844]: cluster 2024-04-19T14:34:02.191652+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:03.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:03 smithi130 bash[22211]: cluster 2024-04-19T14:34:02.191652+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:03.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:03 smithi130 bash[22211]: cluster 2024-04-19T14:34:02.191652+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:05.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:05 smithi117 bash[21844]: cluster 2024-04-19T14:34:04.192140+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:05.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:05 smithi117 bash[21844]: cluster 2024-04-19T14:34:04.192140+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:05.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:05 smithi130 bash[22211]: cluster 2024-04-19T14:34:04.192140+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:05.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:05 smithi130 bash[22211]: cluster 2024-04-19T14:34:04.192140+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:05.853 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:05 smithi173 bash[22670]: cluster 2024-04-19T14:34:04.192140+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:05.856 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:05 smithi173 bash[22670]: cluster 2024-04-19T14:34:04.192140+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:05.721181+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:05.721181+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:05.728543+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:05.728543+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:05.736972+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:05.736972+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:06.517164+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-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:06.517164+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-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:06.517448+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:34:06.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:06 smithi130 bash[22211]: audit 2024-04-19T14:34:06.517448+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:05.721181+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:05.721181+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:05.728543+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:05.728543+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:05.736972+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:05.736972+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:06.517164+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-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:06.517164+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-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:06.517448+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:34:07.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:06 smithi173 bash[22670]: audit 2024-04-19T14:34:06.517448+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:05.721181+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:05.721181+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:05.728543+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:05.728543+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:05.736972+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:05.736972+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:06.517164+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-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:06.517164+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-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:06.517448+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:34:07.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:06 smithi117 bash[21844]: audit 2024-04-19T14:34:06.517448+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:34:08.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: cluster 2024-04-19T14:34:06.192630+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:08.011 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: cluster 2024-04-19T14:34:06.192630+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.743917+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.743917+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: cluster 2024-04-19T14:34:06.748816+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: cluster 2024-04-19T14:34:06.748816+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.749557+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.749557+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.750588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.750588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.750627+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.012 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:07 smithi173 bash[22670]: audit 2024-04-19T14:34:06.750627+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: cluster 2024-04-19T14:34:06.192630+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: cluster 2024-04-19T14:34:06.192630+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.743917+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.743917+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: cluster 2024-04-19T14:34:06.748816+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: cluster 2024-04-19T14:34:06.748816+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:34:08.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.749557+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.749557+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.750588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.750588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.750627+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:07 smithi117 bash[21844]: audit 2024-04-19T14:34:06.750627+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: cluster 2024-04-19T14:34:06.192630+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: cluster 2024-04-19T14:34:06.192630+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.743917+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.743917+0000 mon.a (mon.0) 562 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: cluster 2024-04-19T14:34:06.748816+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: cluster 2024-04-19T14:34:06.748816+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.749557+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.749557+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.750588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.750588+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.750627+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:07 smithi130 bash[22211]: audit 2024-04-19T14:34:06.750627+0000 mon.a (mon.0) 565 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]: dispatch 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:07.746314+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:07.746314+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: cluster 2024-04-19T14:34:07.753460+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: cluster 2024-04-19T14:34:07.753460+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:07.754391+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:07.754391+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:07.764252+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:07.764252+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:08.224096+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:34:08.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:08 smithi173 bash[22670]: audit 2024-04-19T14:34:08.224096+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:07.746314+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:07.746314+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: cluster 2024-04-19T14:34:07.753460+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: cluster 2024-04-19T14:34:07.753460+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:07.754391+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:07.754391+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:07.764252+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:07.764252+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:08.224096+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:34:09.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:08 smithi117 bash[21844]: audit 2024-04-19T14:34:08.224096+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:07.746314+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:07.746314+0000 mon.a (mon.0) 566 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi173", "root=default"]}]': finished 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: cluster 2024-04-19T14:34:07.753460+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: cluster 2024-04-19T14:34:07.753460+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:07.754391+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:07.754391+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:07.764252+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:07.764252+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:08.224096+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:34:09.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:08 smithi130 bash[22211]: audit 2024-04-19T14:34:08.224096+0000 mon.a (mon.0) 570 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:07.545390+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:07.545390+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:07.545506+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:07.545506+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:08.193072+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:08.193072+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: audit 2024-04-19T14:34:08.764445+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: audit 2024-04-19T14:34:08.764445+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:09.228715+0000 mon.a (mon.0) 572 : cluster [INF] osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341] boot 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:09.228715+0000 mon.a (mon.0) 572 : cluster [INF] osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341] boot 2024-04-19T14:34:09.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:09.228832+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:34:09.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: cluster 2024-04-19T14:34:09.228832+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:34:09.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: audit 2024-04-19T14:34:09.229092+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:09.852 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:09 smithi173 bash[22670]: audit 2024-04-19T14:34:09.229092+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:07.545390+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:07.545390+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:07.545506+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:07.545506+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:08.193072+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:08.193072+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:10.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: audit 2024-04-19T14:34:08.764445+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: audit 2024-04-19T14:34:08.764445+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:09.228715+0000 mon.a (mon.0) 572 : cluster [INF] osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341] boot 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:09.228715+0000 mon.a (mon.0) 572 : cluster [INF] osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341] boot 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:09.228832+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: cluster 2024-04-19T14:34:09.228832+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: audit 2024-04-19T14:34:09.229092+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:09 smithi117 bash[21844]: audit 2024-04-19T14:34:09.229092+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:07.545390+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:07.545390+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:07.545506+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:07.545506+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:08.193072+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:08.193072+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: audit 2024-04-19T14:34:08.764445+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: audit 2024-04-19T14:34:08.764445+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:09.228715+0000 mon.a (mon.0) 572 : cluster [INF] osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341] boot 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:09.228715+0000 mon.a (mon.0) 572 : cluster [INF] osd.2 [v2:172.21.15.173:6800/2117877341,v1:172.21.15.173:6801/2117877341] boot 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:09.228832+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: cluster 2024-04-19T14:34:09.228832+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:34:10.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: audit 2024-04-19T14:34:09.229092+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:10.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:09 smithi130 bash[22211]: audit 2024-04-19T14:34:09.229092+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:11.413 INFO:teuthology.orchestra.run.smithi173.stdout:Created osd(s) 2 on host 'smithi173' 2024-04-19T14:34:11.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:11 smithi173 bash[22670]: cluster 2024-04-19T14:34:10.193542+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:11 smithi173 bash[22670]: cluster 2024-04-19T14:34:10.193542+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:11 smithi173 bash[22670]: cluster 2024-04-19T14:34:10.233266+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:34:11.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:11 smithi173 bash[22670]: cluster 2024-04-19T14:34:10.233266+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:34:11.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:11 smithi173 bash[22670]: audit 2024-04-19T14:34:10.273907+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:11.492 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:11 smithi173 bash[22670]: audit 2024-04-19T14:34:10.273907+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:11.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:11 smithi117 bash[21844]: cluster 2024-04-19T14:34:10.193542+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:11 smithi117 bash[21844]: cluster 2024-04-19T14:34:10.193542+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:11 smithi117 bash[21844]: cluster 2024-04-19T14:34:10.233266+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:34:11.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:11 smithi117 bash[21844]: cluster 2024-04-19T14:34:10.233266+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:34:11.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:11 smithi117 bash[21844]: audit 2024-04-19T14:34:10.273907+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:11.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:11 smithi117 bash[21844]: audit 2024-04-19T14:34:10.273907+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:11.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:11 smithi130 bash[22211]: cluster 2024-04-19T14:34:10.193542+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:11 smithi130 bash[22211]: cluster 2024-04-19T14:34:10.193542+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:11 smithi130 bash[22211]: cluster 2024-04-19T14:34:10.233266+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:34:11.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:11 smithi130 bash[22211]: cluster 2024-04-19T14:34:10.233266+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:34:11.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:11 smithi130 bash[22211]: audit 2024-04-19T14:34:10.273907+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:11.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:11 smithi130 bash[22211]: audit 2024-04-19T14:34:10.273907+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.048 DEBUG:teuthology.orchestra.run.smithi173:osd.2> sudo journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.2.service 2024-04-19T14:34:12.051 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-19T14:34:12.051 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-19T14:34:12.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.239047+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:12.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.239047+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:12.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: cluster 2024-04-19T14:34:11.245662+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:34:12.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: cluster 2024-04-19T14:34:11.245662+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:34:12.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.247308+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.247308+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.401545+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.401545+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.410294+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.410294+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.423731+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.423731+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.430059+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.430059+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: cephadm 2024-04-19T14:34:11.431535+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 20337M 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: cephadm 2024-04-19T14:34:11.431535+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 20337M 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.438000+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.438000+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.442174+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:12.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.442174+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:12.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.443830+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:12.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.443830+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:12.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.453826+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.353 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:12 smithi173 bash[22670]: audit 2024-04-19T14:34:11.453826+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.239047+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.239047+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: cluster 2024-04-19T14:34:11.245662+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: cluster 2024-04-19T14:34:11.245662+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.247308+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.247308+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.401545+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.401545+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.410294+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.410294+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.423731+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.423731+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.430059+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.430059+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: cephadm 2024-04-19T14:34:11.431535+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 20337M 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: cephadm 2024-04-19T14:34:11.431535+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 20337M 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.438000+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.438000+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.442174+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.442174+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.443830+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.443830+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.453826+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:12 smithi117 bash[21844]: audit 2024-04-19T14:34:11.453826+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.239047+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.239047+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:12.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: cluster 2024-04-19T14:34:11.245662+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: cluster 2024-04-19T14:34:11.245662+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.247308+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.247308+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.401545+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.401545+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.410294+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.410294+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.423731+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.423731+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.430059+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.430059+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: cephadm 2024-04-19T14:34:11.431535+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 20337M 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: cephadm 2024-04-19T14:34:11.431535+0000 mgr.a (mgr.14152) 213 : cephadm [INF] Adjusting osd_memory_target on smithi173 to 20337M 2024-04-19T14:34:12.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.438000+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.438000+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.442174+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.442174+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.443830+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.443830+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.453826+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:12.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:12 smithi130 bash[22211]: audit 2024-04-19T14:34:11.453826+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.194054+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.194054+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.240648+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.240648+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.243351+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.243351+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:34:13.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.450062+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.450062+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.532355+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.532355+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.625801+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.625801+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.728912+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.728912+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.731767+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.731767+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.789484+0000 mon.a (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.789484+0000 mon.a (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.789971+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.602 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.789971+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.790307+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.790307+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.790598+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.790598+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.796897+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.796897+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.798998+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.603 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.798998+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.799210+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.799210+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.799419+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.799419+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.799423+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.799423+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.851082+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.851082+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.855103+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.855103+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.855615+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.855615+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.856199+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.604 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.856199+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.856480+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.856480+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.856690+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.856690+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.877399+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.877399+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.882535+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.882535+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.884323+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.884323+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.888773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: cluster 2024-04-19T14:34:12.888773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.908875+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.908875+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.915037+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.605 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.915037+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.606 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.921997+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.606 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:13 smithi173 bash[22670]: audit 2024-04-19T14:34:12.921997+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.194054+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.194054+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.240648+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:13.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.240648+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:13.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.243351+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:34:13.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.243351+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.450062+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.450062+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.532355+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.532355+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.625801+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.625801+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.728912+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.728912+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.731767+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.731767+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.789484+0000 mon.a (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.789484+0000 mon.a (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.789971+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.789971+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.790307+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.790307+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.790598+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.790598+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.796897+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.796897+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.798998+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.798998+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.799210+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.799210+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.799419+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.799419+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.799423+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.799423+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.851082+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.851082+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.855103+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.855103+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.855615+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.855615+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.856199+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.856199+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.856480+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.856480+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.856690+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.656 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.856690+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.877399+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.877399+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.882535+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.882535+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.884323+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.884323+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.888773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: cluster 2024-04-19T14:34:12.888773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.908875+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.908875+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.915037+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.915037+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.921997+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.657 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:13 smithi117 bash[21844]: audit 2024-04-19T14:34:12.921997+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.194054+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.194054+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.240648+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:13.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.240648+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:34:13.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.243351+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:34:13.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.243351+0000 mon.a (mon.0) 589 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.450062+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.450062+0000 mon.a (mon.0) 590 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.532355+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.532355+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.625801+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.625801+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.728912+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.728912+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.731767+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.731767+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.789484+0000 mon.a (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.789484+0000 mon.a (mon.0) 595 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.789971+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.789971+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.790307+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.790307+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.790598+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.790598+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.796897+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.796897+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.798998+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.798998+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.725 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.799210+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.799210+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.799419+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.799419+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.799423+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.799423+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.851082+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.851082+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.855103+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.855103+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.855615+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.855615+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.856199+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.726 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.856199+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.856480+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.856480+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.856690+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.856690+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.877399+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.877399+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.882535+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.882535+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.884323+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.884323+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.888773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: cluster 2024-04-19T14:34:12.888773+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.908875+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.908875+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:34:13.727 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.915037+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.728 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.915037+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.728 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.921997+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:13.728 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:13 smithi130 bash[22211]: audit 2024-04-19T14:34:12.921997+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:14.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:14 smithi173 bash[22670]: cluster 2024-04-19T14:34:13.266196+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:14.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:14 smithi173 bash[22670]: cluster 2024-04-19T14:34:13.266196+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:14.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:14 smithi173 bash[22670]: cluster 2024-04-19T14:34:13.851369+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:34:14.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:14 smithi173 bash[22670]: cluster 2024-04-19T14:34:13.851369+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:34:14.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:14 smithi173 bash[22670]: cluster 2024-04-19T14:34:13.851430+0000 mon.a (mon.0) 614 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:34:14.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:14 smithi173 bash[22670]: cluster 2024-04-19T14:34:13.851430+0000 mon.a (mon.0) 614 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:34:14.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:14 smithi117 bash[21844]: cluster 2024-04-19T14:34:13.266196+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:14 smithi117 bash[21844]: cluster 2024-04-19T14:34:13.266196+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:14 smithi117 bash[21844]: cluster 2024-04-19T14:34:13.851369+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:34:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:14 smithi117 bash[21844]: cluster 2024-04-19T14:34:13.851369+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:34:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:14 smithi117 bash[21844]: cluster 2024-04-19T14:34:13.851430+0000 mon.a (mon.0) 614 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:34:14.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:14 smithi117 bash[21844]: cluster 2024-04-19T14:34:13.851430+0000 mon.a (mon.0) 614 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:34:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:14 smithi130 bash[22211]: cluster 2024-04-19T14:34:13.266196+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:14 smithi130 bash[22211]: cluster 2024-04-19T14:34:13.266196+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:14 smithi130 bash[22211]: cluster 2024-04-19T14:34:13.851369+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:34:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:14 smithi130 bash[22211]: cluster 2024-04-19T14:34:13.851369+0000 mon.a (mon.0) 613 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:34:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:14 smithi130 bash[22211]: cluster 2024-04-19T14:34:13.851430+0000 mon.a (mon.0) 614 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:34:14.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:14 smithi130 bash[22211]: cluster 2024-04-19T14:34:13.851430+0000 mon.a (mon.0) 614 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:34:15.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:15 smithi173 bash[22670]: cluster 2024-04-19T14:34:14.889348+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:15.601 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:15 smithi173 bash[22670]: cluster 2024-04-19T14:34:14.889348+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:15.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:15 smithi117 bash[21844]: cluster 2024-04-19T14:34:14.889348+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:15.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:15 smithi117 bash[21844]: cluster 2024-04-19T14:34:14.889348+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:15.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:15 smithi130 bash[22211]: cluster 2024-04-19T14:34:14.889348+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:15.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:15 smithi130 bash[22211]: cluster 2024-04-19T14:34:14.889348+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:16.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:16 smithi130 bash[22211]: cluster 2024-04-19T14:34:15.288952+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:34:16.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:16 smithi130 bash[22211]: cluster 2024-04-19T14:34:15.288952+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:34:16.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:16 smithi173 bash[22670]: cluster 2024-04-19T14:34:15.288952+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:34:16.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:16 smithi173 bash[22670]: cluster 2024-04-19T14:34:15.288952+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:34:16.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:16 smithi117 bash[21844]: cluster 2024-04-19T14:34:15.288952+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:34:16.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:16 smithi117 bash[21844]: cluster 2024-04-19T14:34:15.288952+0000 mon.a (mon.0) 615 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:34:16.775 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:34:17.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:17 smithi173 bash[22670]: cluster 2024-04-19T14:34:16.889879+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:17 smithi173 bash[22670]: cluster 2024-04-19T14:34:16.889879+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:17 smithi117 bash[21844]: cluster 2024-04-19T14:34:16.889879+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:17 smithi117 bash[21844]: cluster 2024-04-19T14:34:16.889879+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:17 smithi130 bash[22211]: cluster 2024-04-19T14:34:16.889879+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:17 smithi130 bash[22211]: cluster 2024-04-19T14:34:16.889879+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.069519+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.069519+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.076977+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.076977+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.082757+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.082757+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.108021+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.108021+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.111010+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:19.334 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.111010+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:19.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.111882+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:19.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.111882+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:19.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: cluster 2024-04-19T14:34:18.113459+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 400 KiB/s wr, 31 op/s 2024-04-19T14:34:19.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: cluster 2024-04-19T14:34:18.113459+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 400 KiB/s wr, 31 op/s 2024-04-19T14:34:19.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.119289+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.335 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:19 smithi130 bash[22211]: audit 2024-04-19T14:34:18.119289+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.069519+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.069519+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.076977+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.076977+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.082757+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.082757+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.108021+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.108021+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.111010+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.111010+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.111882+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.111882+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: cluster 2024-04-19T14:34:18.113459+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 400 KiB/s wr, 31 op/s 2024-04-19T14:34:19.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: cluster 2024-04-19T14:34:18.113459+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 400 KiB/s wr, 31 op/s 2024-04-19T14:34:19.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.119289+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:19 smithi173 bash[22670]: audit 2024-04-19T14:34:18.119289+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.069519+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.069519+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.076977+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.076977+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.082757+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.082757+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.108021+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.108021+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.111010+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.111010+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.111882+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.111882+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: cluster 2024-04-19T14:34:18.113459+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 400 KiB/s wr, 31 op/s 2024-04-19T14:34:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: cluster 2024-04-19T14:34:18.113459+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 11 KiB/s rd, 400 KiB/s wr, 31 op/s 2024-04-19T14:34:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.119289+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:19.404 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:19 smithi117 bash[21844]: audit 2024-04-19T14:34:18.119289+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:20.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:20 smithi173 bash[22670]: cluster 2024-04-19T14:34:19.080630+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:34:20.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:20 smithi173 bash[22670]: cluster 2024-04-19T14:34:19.080630+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:34:20.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:20 smithi173 bash[22670]: cluster 2024-04-19T14:34:19.080680+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-19T14:34:20.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:20 smithi173 bash[22670]: cluster 2024-04-19T14:34:19.080680+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-19T14:34:20.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:20 smithi117 bash[21844]: cluster 2024-04-19T14:34:19.080630+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:34:20.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:20 smithi117 bash[21844]: cluster 2024-04-19T14:34:19.080630+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:34:20.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:20 smithi117 bash[21844]: cluster 2024-04-19T14:34:19.080680+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-19T14:34:20.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:20 smithi117 bash[21844]: cluster 2024-04-19T14:34:19.080680+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-19T14:34:20.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:20 smithi130 bash[22211]: cluster 2024-04-19T14:34:19.080630+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:34:20.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:20 smithi130 bash[22211]: cluster 2024-04-19T14:34:19.080630+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi173 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:34:20.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:20 smithi130 bash[22211]: cluster 2024-04-19T14:34:19.080680+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-19T14:34:20.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:20 smithi130 bash[22211]: cluster 2024-04-19T14:34:19.080680+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-19T14:34:21.138 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:34:21.330 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:21 smithi117 bash[21844]: cluster 2024-04-19T14:34:20.113912+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 289 KiB/s wr, 23 op/s 2024-04-19T14:34:21.330 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:21 smithi117 bash[21844]: cluster 2024-04-19T14:34:20.113912+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 289 KiB/s wr, 23 op/s 2024-04-19T14:34:21.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:21 smithi173 bash[22670]: cluster 2024-04-19T14:34:20.113912+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 289 KiB/s wr, 23 op/s 2024-04-19T14:34:21.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:21 smithi173 bash[22670]: cluster 2024-04-19T14:34:20.113912+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 289 KiB/s wr, 23 op/s 2024-04-19T14:34:21.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:21 smithi130 bash[22211]: cluster 2024-04-19T14:34:20.113912+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 289 KiB/s wr, 23 op/s 2024-04-19T14:34:21.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:21 smithi130 bash[22211]: cluster 2024-04-19T14:34:20.113912+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 7.8 KiB/s rd, 289 KiB/s wr, 23 op/s 2024-04-19T14:34:21.893 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1713537249,"num_in_osds":3,"osd_in_since":1713537223,"num_remapped_pgs":0} 2024-04-19T14:34:21.894 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T14:34:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.143020+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.117:0/2928165279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:34:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.143020+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.117:0/2928165279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:34:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.177992+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.177992+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.184619+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.184619+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.191062+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:22 smithi117 bash[21844]: audit 2024-04-19T14:34:21.191062+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.143020+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.117:0/2928165279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:34:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.143020+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.117:0/2928165279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:34:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.177992+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.177992+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.184619+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.184619+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.191062+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:22 smithi173 bash[22670]: audit 2024-04-19T14:34:21.191062+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.143020+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.117:0/2928165279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.143020+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.117:0/2928165279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.177992+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.177992+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.184619+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.184619+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.191062+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:22.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:22 smithi130 bash[22211]: audit 2024-04-19T14:34:21.191062+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:23 smithi173 bash[22670]: cluster 2024-04-19T14:34:22.114283+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.1 KiB/s rd, 227 KiB/s wr, 18 op/s 2024-04-19T14:34:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:23 smithi173 bash[22670]: cluster 2024-04-19T14:34:22.114283+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.1 KiB/s rd, 227 KiB/s wr, 18 op/s 2024-04-19T14:34:23.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:23 smithi117 bash[21844]: cluster 2024-04-19T14:34:22.114283+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.1 KiB/s rd, 227 KiB/s wr, 18 op/s 2024-04-19T14:34:23.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:23 smithi117 bash[21844]: cluster 2024-04-19T14:34:22.114283+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.1 KiB/s rd, 227 KiB/s wr, 18 op/s 2024-04-19T14:34:23.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:23 smithi130 bash[22211]: cluster 2024-04-19T14:34:22.114283+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.1 KiB/s rd, 227 KiB/s wr, 18 op/s 2024-04-19T14:34:23.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:23 smithi130 bash[22211]: cluster 2024-04-19T14:34:22.114283+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 6.1 KiB/s rd, 227 KiB/s wr, 18 op/s 2024-04-19T14:34:25.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:25 smithi130 bash[22211]: cluster 2024-04-19T14:34:24.114695+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 193 KiB/s wr, 15 op/s 2024-04-19T14:34:25.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:25 smithi130 bash[22211]: cluster 2024-04-19T14:34:24.114695+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 193 KiB/s wr, 15 op/s 2024-04-19T14:34:25.475 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:25 smithi173 bash[22670]: cluster 2024-04-19T14:34:24.114695+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 193 KiB/s wr, 15 op/s 2024-04-19T14:34:25.475 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:25 smithi173 bash[22670]: cluster 2024-04-19T14:34:24.114695+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 193 KiB/s wr, 15 op/s 2024-04-19T14:34:25.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:25 smithi117 bash[21844]: cluster 2024-04-19T14:34:24.114695+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 193 KiB/s wr, 15 op/s 2024-04-19T14:34:25.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:25 smithi117 bash[21844]: cluster 2024-04-19T14:34:24.114695+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.2 KiB/s rd, 193 KiB/s wr, 15 op/s 2024-04-19T14:34:26.110 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:34:27.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:26 smithi117 bash[21844]: audit 2024-04-19T14:34:25.940723+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:26 smithi117 bash[21844]: audit 2024-04-19T14:34:25.940723+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:26 smithi117 bash[21844]: audit 2024-04-19T14:34:25.949895+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:26 smithi117 bash[21844]: audit 2024-04-19T14:34:25.949895+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:26 smithi117 bash[21844]: audit 2024-04-19T14:34:25.960453+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:26 smithi117 bash[21844]: audit 2024-04-19T14:34:25.960453+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:26 smithi130 bash[22211]: audit 2024-04-19T14:34:25.940723+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:26 smithi130 bash[22211]: audit 2024-04-19T14:34:25.940723+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:26 smithi130 bash[22211]: audit 2024-04-19T14:34:25.949895+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:26 smithi130 bash[22211]: audit 2024-04-19T14:34:25.949895+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:26 smithi130 bash[22211]: audit 2024-04-19T14:34:25.960453+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:26 smithi130 bash[22211]: audit 2024-04-19T14:34:25.960453+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:26 smithi173 bash[22670]: audit 2024-04-19T14:34:25.940723+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:26 smithi173 bash[22670]: audit 2024-04-19T14:34:25.940723+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:26 smithi173 bash[22670]: audit 2024-04-19T14:34:25.949895+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:26 smithi173 bash[22670]: audit 2024-04-19T14:34:25.949895+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:26 smithi173 bash[22670]: audit 2024-04-19T14:34:25.960453+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:27.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:26 smithi173 bash[22670]: audit 2024-04-19T14:34:25.960453+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:28.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:27 smithi130 bash[22211]: cluster 2024-04-19T14:34:26.115127+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:28.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:27 smithi130 bash[22211]: cluster 2024-04-19T14:34:26.115127+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:28.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:27 smithi173 bash[22670]: cluster 2024-04-19T14:34:26.115127+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:28.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:27 smithi173 bash[22670]: cluster 2024-04-19T14:34:26.115127+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:28.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:27 smithi117 bash[21844]: cluster 2024-04-19T14:34:26.115127+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:28.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:27 smithi117 bash[21844]: cluster 2024-04-19T14:34:26.115127+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:28.785 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:34:28.785 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":22,"fsid":"c4ff571a-fe58-11ee-bc92-c7b262605968","created":"2024-04-19T14:28:17.371233+0000","modified":"2024-04-19T14:34:13.248379+0000","last_up_change":"2024-04-19T14:34:09.220189+0000","last_in_change":"2024-04-19T14:33:43.700061+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-19T14:34:10.280785+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":"dde0bee5-4bb0-4964-96c0-4f0f7d71486a","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.117:6802","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6803","nonce":1099732673}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6805","nonce":1099732673}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6809","nonce":1099732673}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6807","nonce":1099732673}]},"public_addr":"172.21.15.117:6803/1099732673","cluster_addr":"172.21.15.117:6805/1099732673","heartbeat_back_addr":"172.21.15.117:6809/1099732673","heartbeat_front_addr":"172.21.15.117:6807/1099732673","state":["exists","up"]},{"osd":1,"uuid":"c76699a2-72f8-450b-a389-915005e47b30","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.130:6800","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6801","nonce":4144636213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6803","nonce":4144636213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6807","nonce":4144636213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6805","nonce":4144636213}]},"public_addr":"172.21.15.130:6801/4144636213","cluster_addr":"172.21.15.130:6803/4144636213","heartbeat_back_addr":"172.21.15.130:6807/4144636213","heartbeat_front_addr":"172.21.15.130:6805/4144636213","state":["exists","up"]},{"osd":2,"uuid":"8ba06844-c06e-4c8e-bfed-6d48b6c555a0","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.173:6800","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6801","nonce":2117877341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6803","nonce":2117877341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6807","nonce":2117877341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6805","nonce":2117877341}]},"public_addr":"172.21.15.173:6801/2117877341","cluster_addr":"172.21.15.173:6803/2117877341","heartbeat_back_addr":"172.21.15.173:6807/2117877341","heartbeat_front_addr":"172.21.15.173:6805/2117877341","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:32:19.798868+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:33:14.409251+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:34:07.545511+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.117:0/1013316592":"2024-04-20T14:29:23.972104+0000","172.21.15.117:6801/1882984572":"2024-04-20T14:29:23.972104+0000","172.21.15.117:0/3598204344":"2024-04-20T14:29:23.972104+0000","172.21.15.117:0/595688391":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/245164043":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/895072970":"2024-04-20T14:28:49.324192+0000","172.21.15.117:6801/49701615":"2024-04-20T14:28:49.324192+0000","172.21.15.117:6800/1882984572":"2024-04-20T14:29:23.972104+0000","172.21.15.117:6800/49701615":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/4253012576":"2024-04-20T14:29:23.972104+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-19T14:34:29.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:28 smithi117 bash[21844]: audit 2024-04-19T14:34:28.789104+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.117:0/4115580363' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:29.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:28 smithi117 bash[21844]: audit 2024-04-19T14:34:28.789104+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.117:0/4115580363' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:29.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:28 smithi130 bash[22211]: audit 2024-04-19T14:34:28.789104+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.117:0/4115580363' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:29.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:28 smithi130 bash[22211]: audit 2024-04-19T14:34:28.789104+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.117:0/4115580363' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:29.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:28 smithi173 bash[22670]: audit 2024-04-19T14:34:28.789104+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.117:0/4115580363' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:29.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:28 smithi173 bash[22670]: audit 2024-04-19T14:34:28.789104+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.117:0/4115580363' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:29.540 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-19T14:34:10.280785+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-04-19T14:34:29.540 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-19T14:34:30.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:29 smithi130 bash[22211]: cluster 2024-04-19T14:34:28.115689+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:30.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:29 smithi130 bash[22211]: cluster 2024-04-19T14:34:28.115689+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:30.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:29 smithi173 bash[22670]: cluster 2024-04-19T14:34:28.115689+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:30.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:29 smithi173 bash[22670]: cluster 2024-04-19T14:34:28.115689+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:30.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:29 smithi117 bash[21844]: cluster 2024-04-19T14:34:28.115689+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:30.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:29 smithi117 bash[21844]: cluster 2024-04-19T14:34:28.115689+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 5.0 KiB/s rd, 186 KiB/s wr, 14 op/s 2024-04-19T14:34:31.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:31 smithi173 bash[22670]: cluster 2024-04-19T14:34:30.116234+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:31.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:31 smithi173 bash[22670]: cluster 2024-04-19T14:34:30.116234+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:31.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:31 smithi117 bash[21844]: cluster 2024-04-19T14:34:30.116234+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:31.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:31 smithi117 bash[21844]: cluster 2024-04-19T14:34:30.116234+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:31.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:31 smithi130 bash[22211]: cluster 2024-04-19T14:34:30.116234+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:31.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:31 smithi130 bash[22211]: cluster 2024-04-19T14:34:30.116234+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:33.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:33 smithi130 bash[22211]: cluster 2024-04-19T14:34:32.116759+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:33.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:33 smithi130 bash[22211]: cluster 2024-04-19T14:34:32.116759+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:33.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:33 smithi173 bash[22670]: cluster 2024-04-19T14:34:32.116759+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:33.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:33 smithi173 bash[22670]: cluster 2024-04-19T14:34:32.116759+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:33.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:33 smithi117 bash[21844]: cluster 2024-04-19T14:34:32.116759+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:33.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:33 smithi117 bash[21844]: cluster 2024-04-19T14:34:32.116759+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:34.259 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:34:35.329 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:35 smithi117 bash[21844]: cluster 2024-04-19T14:34:34.117403+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:35.329 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:35 smithi117 bash[21844]: cluster 2024-04-19T14:34:34.117403+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:35.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:35 smithi130 bash[22211]: cluster 2024-04-19T14:34:34.117403+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:35.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:35 smithi130 bash[22211]: cluster 2024-04-19T14:34:34.117403+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:35.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:35 smithi173 bash[22670]: cluster 2024-04-19T14:34:34.117403+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:35.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:35 smithi173 bash[22670]: cluster 2024-04-19T14:34:34.117403+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:36.940 INFO:teuthology.orchestra.run.smithi117.stdout:pg_num: 1 2024-04-19T14:34:37.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:37 smithi117 bash[21844]: cluster 2024-04-19T14:34:36.118011+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:37.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:37 smithi117 bash[21844]: cluster 2024-04-19T14:34:36.118011+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:37.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:37 smithi117 bash[21844]: audit 2024-04-19T14:34:36.944572+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.117:0/2920481363' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:34:37.405 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:37 smithi117 bash[21844]: audit 2024-04-19T14:34:36.944572+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.117:0/2920481363' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:34:37.461 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:37 smithi130 bash[22211]: cluster 2024-04-19T14:34:36.118011+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:37.461 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:37 smithi130 bash[22211]: cluster 2024-04-19T14:34:36.118011+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:37.461 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:37 smithi130 bash[22211]: audit 2024-04-19T14:34:36.944572+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.117:0/2920481363' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:34:37.461 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:37 smithi130 bash[22211]: audit 2024-04-19T14:34:36.944572+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.117:0/2920481363' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:34:37.512 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:37 smithi173 bash[22670]: cluster 2024-04-19T14:34:36.118011+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:37.512 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:37 smithi173 bash[22670]: cluster 2024-04-19T14:34:36.118011+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:37.512 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:37 smithi173 bash[22670]: audit 2024-04-19T14:34:36.944572+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.117:0/2920481363' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:34:37.512 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:37 smithi173 bash[22670]: audit 2024-04-19T14:34:36.944572+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.117:0/2920481363' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:34:37.634 INFO:tasks.cephadm:Setting up client nodes... 2024-04-19T14:34:37.634 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-19T14:34:37.634 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-19T14:34:37.635 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-19T14:34:38.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:38 smithi117 bash[21844]: audit 2024-04-19T14:34:37.664337+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:38 smithi117 bash[21844]: audit 2024-04-19T14:34:37.664337+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:38 smithi117 bash[21844]: audit 2024-04-19T14:34:37.671823+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:38 smithi117 bash[21844]: audit 2024-04-19T14:34:37.671823+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:38 smithi117 bash[21844]: audit 2024-04-19T14:34:37.681931+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:38 smithi117 bash[21844]: audit 2024-04-19T14:34:37.681931+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:38 smithi130 bash[22211]: audit 2024-04-19T14:34:37.664337+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:38 smithi130 bash[22211]: audit 2024-04-19T14:34:37.664337+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:38 smithi130 bash[22211]: audit 2024-04-19T14:34:37.671823+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:38 smithi130 bash[22211]: audit 2024-04-19T14:34:37.671823+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:38 smithi130 bash[22211]: audit 2024-04-19T14:34:37.681931+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:38.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:38 smithi130 bash[22211]: audit 2024-04-19T14:34:37.681931+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:38 smithi173 bash[22670]: audit 2024-04-19T14:34:37.664337+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:38 smithi173 bash[22670]: audit 2024-04-19T14:34:37.664337+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:38 smithi173 bash[22670]: audit 2024-04-19T14:34:37.671823+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:38 smithi173 bash[22670]: audit 2024-04-19T14:34:37.671823+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:38 smithi173 bash[22670]: audit 2024-04-19T14:34:37.681931+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:38 smithi173 bash[22670]: audit 2024-04-19T14:34:37.681931+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:39.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:39 smithi117 bash[21844]: cluster 2024-04-19T14:34:38.118589+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:39.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:39 smithi117 bash[21844]: cluster 2024-04-19T14:34:38.118589+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:39.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:39 smithi130 bash[22211]: cluster 2024-04-19T14:34:38.118589+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:39.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:39 smithi130 bash[22211]: cluster 2024-04-19T14:34:38.118589+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:40.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:39 smithi173 bash[22670]: cluster 2024-04-19T14:34:38.118589+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:40.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:39 smithi173 bash[22670]: cluster 2024-04-19T14:34:38.118589+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:41.965 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: cluster 2024-04-19T14:34:40.119084+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:41.965 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: cluster 2024-04-19T14:34:40.119084+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:41.965 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: audit 2024-04-19T14:34:41.348157+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.965 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: audit 2024-04-19T14:34:41.348157+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.965 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: audit 2024-04-19T14:34:41.356876+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.966 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: audit 2024-04-19T14:34:41.356876+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.966 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: audit 2024-04-19T14:34:41.366508+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.966 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:41 smithi117 bash[21844]: audit 2024-04-19T14:34:41.366508+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: cluster 2024-04-19T14:34:40.119084+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: cluster 2024-04-19T14:34:40.119084+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: audit 2024-04-19T14:34:41.348157+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: audit 2024-04-19T14:34:41.348157+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: audit 2024-04-19T14:34:41.356876+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: audit 2024-04-19T14:34:41.356876+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: audit 2024-04-19T14:34:41.366508+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:41.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:41 smithi130 bash[22211]: audit 2024-04-19T14:34:41.366508+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:42.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: cluster 2024-04-19T14:34:40.119084+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:42.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: cluster 2024-04-19T14:34:40.119084+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:42.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: audit 2024-04-19T14:34:41.348157+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:42.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: audit 2024-04-19T14:34:41.348157+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:42.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: audit 2024-04-19T14:34:41.356876+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:42.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: audit 2024-04-19T14:34:41.356876+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: audit 2024-04-19T14:34:41.366508+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:42.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:41 smithi173 bash[22670]: audit 2024-04-19T14:34:41.366508+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:43.392 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:34:43.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:43 smithi130 bash[22211]: cluster 2024-04-19T14:34:42.119612+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:43 smithi130 bash[22211]: cluster 2024-04-19T14:34:42.119612+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:43 smithi173 bash[22670]: cluster 2024-04-19T14:34:42.119612+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:43 smithi173 bash[22670]: cluster 2024-04-19T14:34:42.119612+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:43 smithi117 bash[21844]: cluster 2024-04-19T14:34:42.119612+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:43 smithi117 bash[21844]: cluster 2024-04-19T14:34:42.119612+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:45.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:45 smithi130 bash[22211]: cluster 2024-04-19T14:34:44.120187+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:45.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:45 smithi130 bash[22211]: cluster 2024-04-19T14:34:44.120187+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:45 smithi173 bash[22670]: cluster 2024-04-19T14:34:44.120187+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:45 smithi173 bash[22670]: cluster 2024-04-19T14:34:44.120187+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.101 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:45 smithi117 bash[21844]: cluster 2024-04-19T14:34:44.120187+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.101 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:45 smithi117 bash[21844]: cluster 2024-04-19T14:34:44.120187+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.272 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:34:47.022 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6800","nonce":1396070609},{"type":"v1","addr":"172.21.15.117:6801","nonce":1396070609}]},"active_addr":"172.21.15.117:6801/1396070609","active_change":"2024-04-19T14:29:23.972349+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.117: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.117:0","nonce":1932405937}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.117:0","nonce":2032215337}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.117:0","nonce":2780501885}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.117:0","nonce":83609380}]}]} 2024-04-19T14:34:47.029 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-19T14:34:47.029 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-19T14:34:47.029 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T14:34:47.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.092651+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.092651+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.098597+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.098597+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.105031+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.105031+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: cluster 2024-04-19T14:34:46.120530+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: cluster 2024-04-19T14:34:46.120530+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.266873+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.117:0/3999918048' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:34:47.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:47 smithi173 bash[22670]: audit 2024-04-19T14:34:46.266873+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.117:0/3999918048' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:34:47.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.092651+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.092651+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.098597+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.098597+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.105031+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.105031+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: cluster 2024-04-19T14:34:46.120530+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: cluster 2024-04-19T14:34:46.120530+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.266873+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.117:0/3999918048' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:34:47.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:47 smithi117 bash[21844]: audit 2024-04-19T14:34:46.266873+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.117:0/3999918048' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:34:47.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.092651+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.092651+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.098597+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.098597+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.105031+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.105031+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: cluster 2024-04-19T14:34:46.120530+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: cluster 2024-04-19T14:34:46.120530+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.266873+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.117:0/3999918048' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:34:47.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:47 smithi130 bash[22211]: audit 2024-04-19T14:34:46.266873+0000 mon.a (mon.0) 643 : audit [DBG] from='client.? 172.21.15.117:0/3999918048' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:34:49.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:49 smithi173 bash[22670]: cluster 2024-04-19T14:34:48.121124+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:49.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:49 smithi173 bash[22670]: cluster 2024-04-19T14:34:48.121124+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:49.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:49 smithi130 bash[22211]: cluster 2024-04-19T14:34:48.121124+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:49.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:49 smithi130 bash[22211]: cluster 2024-04-19T14:34:48.121124+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:49.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:49 smithi117 bash[21844]: cluster 2024-04-19T14:34:48.121124+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:49.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:49 smithi117 bash[21844]: cluster 2024-04-19T14:34:48.121124+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:51 smithi130 bash[22211]: cluster 2024-04-19T14:34:50.121697+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:51 smithi130 bash[22211]: cluster 2024-04-19T14:34:50.121697+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:51 smithi173 bash[22670]: cluster 2024-04-19T14:34:50.121697+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:51 smithi173 bash[22670]: cluster 2024-04-19T14:34:50.121697+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:51 smithi117 bash[21844]: cluster 2024-04-19T14:34:50.121697+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:51 smithi117 bash[21844]: cluster 2024-04-19T14:34:50.121697+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:51.750 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:34:53.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:53 smithi130 bash[22211]: cluster 2024-04-19T14:34:52.122201+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:53.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:53 smithi130 bash[22211]: cluster 2024-04-19T14:34:52.122201+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:53.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:53 smithi173 bash[22670]: cluster 2024-04-19T14:34:52.122201+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:53.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:53 smithi173 bash[22670]: cluster 2024-04-19T14:34:52.122201+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:53.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:53 smithi117 bash[21844]: cluster 2024-04-19T14:34:52.122201+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:53.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:53 smithi117 bash[21844]: cluster 2024-04-19T14:34:52.122201+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:54.558 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:34:54.559 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":22,"fsid":"c4ff571a-fe58-11ee-bc92-c7b262605968","created":"2024-04-19T14:28:17.371233+0000","modified":"2024-04-19T14:34:13.248379+0000","last_up_change":"2024-04-19T14:34:09.220189+0000","last_in_change":"2024-04-19T14:33:43.700061+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-19T14:34:10.280785+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":"dde0bee5-4bb0-4964-96c0-4f0f7d71486a","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.117:6802","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6803","nonce":1099732673}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6805","nonce":1099732673}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6809","nonce":1099732673}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6807","nonce":1099732673}]},"public_addr":"172.21.15.117:6803/1099732673","cluster_addr":"172.21.15.117:6805/1099732673","heartbeat_back_addr":"172.21.15.117:6809/1099732673","heartbeat_front_addr":"172.21.15.117:6807/1099732673","state":["exists","up"]},{"osd":1,"uuid":"c76699a2-72f8-450b-a389-915005e47b30","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.130:6800","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6801","nonce":4144636213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6803","nonce":4144636213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6807","nonce":4144636213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6805","nonce":4144636213}]},"public_addr":"172.21.15.130:6801/4144636213","cluster_addr":"172.21.15.130:6803/4144636213","heartbeat_back_addr":"172.21.15.130:6807/4144636213","heartbeat_front_addr":"172.21.15.130:6805/4144636213","state":["exists","up"]},{"osd":2,"uuid":"8ba06844-c06e-4c8e-bfed-6d48b6c555a0","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.173:6800","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6801","nonce":2117877341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6803","nonce":2117877341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6807","nonce":2117877341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6805","nonce":2117877341}]},"public_addr":"172.21.15.173:6801/2117877341","cluster_addr":"172.21.15.173:6803/2117877341","heartbeat_back_addr":"172.21.15.173:6807/2117877341","heartbeat_front_addr":"172.21.15.173:6805/2117877341","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:32:19.798868+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:33:14.409251+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:34:07.545511+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.117:0/1013316592":"2024-04-20T14:29:23.972104+0000","172.21.15.117:6801/1882984572":"2024-04-20T14:29:23.972104+0000","172.21.15.117:0/3598204344":"2024-04-20T14:29:23.972104+0000","172.21.15.117:0/595688391":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/245164043":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/895072970":"2024-04-20T14:28:49.324192+0000","172.21.15.117:6801/49701615":"2024-04-20T14:28:49.324192+0000","172.21.15.117:6800/1882984572":"2024-04-20T14:29:23.972104+0000","172.21.15.117:6800/49701615":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/4253012576":"2024-04-20T14:29:23.972104+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-19T14:34:55.291 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-19T14:34:55.291 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T14:34:55.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:55 smithi130 bash[22211]: cluster 2024-04-19T14:34:54.122761+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:55.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:55 smithi130 bash[22211]: cluster 2024-04-19T14:34:54.122761+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:55.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:55 smithi130 bash[22211]: audit 2024-04-19T14:34:54.562177+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.117:0/4156833997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:55.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:55 smithi130 bash[22211]: audit 2024-04-19T14:34:54.562177+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.117:0/4156833997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:55.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:55 smithi173 bash[22670]: cluster 2024-04-19T14:34:54.122761+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:55.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:55 smithi173 bash[22670]: cluster 2024-04-19T14:34:54.122761+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:55.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:55 smithi173 bash[22670]: audit 2024-04-19T14:34:54.562177+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.117:0/4156833997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:55.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:55 smithi173 bash[22670]: audit 2024-04-19T14:34:54.562177+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.117:0/4156833997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:55.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:55 smithi117 bash[21844]: cluster 2024-04-19T14:34:54.122761+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:55.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:55 smithi117 bash[21844]: cluster 2024-04-19T14:34:54.122761+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:55.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:55 smithi117 bash[21844]: audit 2024-04-19T14:34:54.562177+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.117:0/4156833997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:55.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:55 smithi117 bash[21844]: audit 2024-04-19T14:34:54.562177+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.117:0/4156833997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:34:57.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:57 smithi130 bash[22211]: cluster 2024-04-19T14:34:56.123260+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:57.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:57 smithi130 bash[22211]: cluster 2024-04-19T14:34:56.123260+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:57.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:57 smithi173 bash[22670]: cluster 2024-04-19T14:34:56.123260+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:57.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:57 smithi173 bash[22670]: cluster 2024-04-19T14:34:56.123260+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:57.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:57 smithi117 bash[21844]: cluster 2024-04-19T14:34:56.123260+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:57.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:57 smithi117 bash[21844]: cluster 2024-04-19T14:34:56.123260+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:59.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:58 smithi117 bash[21844]: audit 2024-04-19T14:34:57.882402+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:58 smithi117 bash[21844]: audit 2024-04-19T14:34:57.882402+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:58 smithi117 bash[21844]: audit 2024-04-19T14:34:57.891361+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:58 smithi117 bash[21844]: audit 2024-04-19T14:34:57.891361+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:58 smithi117 bash[21844]: audit 2024-04-19T14:34:57.901665+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:58 smithi117 bash[21844]: audit 2024-04-19T14:34:57.901665+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:58 smithi130 bash[22211]: audit 2024-04-19T14:34:57.882402+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:58 smithi130 bash[22211]: audit 2024-04-19T14:34:57.882402+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:58 smithi130 bash[22211]: audit 2024-04-19T14:34:57.891361+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:58 smithi130 bash[22211]: audit 2024-04-19T14:34:57.891361+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:58 smithi130 bash[22211]: audit 2024-04-19T14:34:57.901665+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:58 smithi130 bash[22211]: audit 2024-04-19T14:34:57.901665+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:58 smithi173 bash[22670]: audit 2024-04-19T14:34:57.882402+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:58 smithi173 bash[22670]: audit 2024-04-19T14:34:57.882402+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:58 smithi173 bash[22670]: audit 2024-04-19T14:34:57.891361+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:58 smithi173 bash[22670]: audit 2024-04-19T14:34:57.891361+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:58 smithi173 bash[22670]: audit 2024-04-19T14:34:57.901665+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:34:59.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:58 smithi173 bash[22670]: audit 2024-04-19T14:34:57.901665+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:00.014 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:00.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:59 smithi117 bash[21844]: cluster 2024-04-19T14:34:58.123836+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:00.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:34:59 smithi117 bash[21844]: cluster 2024-04-19T14:34:58.123836+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:00.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:59 smithi130 bash[22211]: cluster 2024-04-19T14:34:58.123836+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:00.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:34:59 smithi130 bash[22211]: cluster 2024-04-19T14:34:58.123836+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:00.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:59 smithi173 bash[22670]: cluster 2024-04-19T14:34:58.123836+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:00.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:34:59 smithi173 bash[22670]: cluster 2024-04-19T14:34:58.123836+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: cluster 2024-04-19T14:35:00.124314+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: cluster 2024-04-19T14:35:00.124314+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: audit 2024-04-19T14:35:01.558757+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: audit 2024-04-19T14:35:01.558757+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: audit 2024-04-19T14:35:01.565026+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: audit 2024-04-19T14:35:01.565026+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: audit 2024-04-19T14:35:01.572873+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:01 smithi173 bash[22670]: audit 2024-04-19T14:35:01.572873+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: cluster 2024-04-19T14:35:00.124314+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: cluster 2024-04-19T14:35:00.124314+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: audit 2024-04-19T14:35:01.558757+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: audit 2024-04-19T14:35:01.558757+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: audit 2024-04-19T14:35:01.565026+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: audit 2024-04-19T14:35:01.565026+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: audit 2024-04-19T14:35:01.572873+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:01 smithi117 bash[21844]: audit 2024-04-19T14:35:01.572873+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: cluster 2024-04-19T14:35:00.124314+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: cluster 2024-04-19T14:35:00.124314+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: audit 2024-04-19T14:35:01.558757+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: audit 2024-04-19T14:35:01.558757+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: audit 2024-04-19T14:35:01.565026+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: audit 2024-04-19T14:35:01.565026+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: audit 2024-04-19T14:35:01.572873+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:02.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:01 smithi130 bash[22211]: audit 2024-04-19T14:35:01.572873+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:04.122 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:35:04.123 INFO:teuthology.orchestra.run.smithi117.stdout:{"epoch":22,"fsid":"c4ff571a-fe58-11ee-bc92-c7b262605968","created":"2024-04-19T14:28:17.371233+0000","modified":"2024-04-19T14:34:13.248379+0000","last_up_change":"2024-04-19T14:34:09.220189+0000","last_in_change":"2024-04-19T14:33:43.700061+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-19T14:34:10.280785+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":"dde0bee5-4bb0-4964-96c0-4f0f7d71486a","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.117:6802","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6803","nonce":1099732673}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6804","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6805","nonce":1099732673}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6808","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6809","nonce":1099732673}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.117:6806","nonce":1099732673},{"type":"v1","addr":"172.21.15.117:6807","nonce":1099732673}]},"public_addr":"172.21.15.117:6803/1099732673","cluster_addr":"172.21.15.117:6805/1099732673","heartbeat_back_addr":"172.21.15.117:6809/1099732673","heartbeat_front_addr":"172.21.15.117:6807/1099732673","state":["exists","up"]},{"osd":1,"uuid":"c76699a2-72f8-450b-a389-915005e47b30","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.130:6800","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6801","nonce":4144636213}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6803","nonce":4144636213}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6807","nonce":4144636213}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":4144636213},{"type":"v1","addr":"172.21.15.130:6805","nonce":4144636213}]},"public_addr":"172.21.15.130:6801/4144636213","cluster_addr":"172.21.15.130:6803/4144636213","heartbeat_back_addr":"172.21.15.130:6807/4144636213","heartbeat_front_addr":"172.21.15.130:6805/4144636213","state":["exists","up"]},{"osd":2,"uuid":"8ba06844-c06e-4c8e-bfed-6d48b6c555a0","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.173:6800","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6801","nonce":2117877341}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6802","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6803","nonce":2117877341}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6806","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6807","nonce":2117877341}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.173:6804","nonce":2117877341},{"type":"v1","addr":"172.21.15.173:6805","nonce":2117877341}]},"public_addr":"172.21.15.173:6801/2117877341","cluster_addr":"172.21.15.173:6803/2117877341","heartbeat_back_addr":"172.21.15.173:6807/2117877341","heartbeat_front_addr":"172.21.15.173:6805/2117877341","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:32:19.798868+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:33:14.409251+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:34:07.545511+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.117:0/1013316592":"2024-04-20T14:29:23.972104+0000","172.21.15.117:6801/1882984572":"2024-04-20T14:29:23.972104+0000","172.21.15.117:0/3598204344":"2024-04-20T14:29:23.972104+0000","172.21.15.117:0/595688391":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/245164043":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/895072970":"2024-04-20T14:28:49.324192+0000","172.21.15.117:6801/49701615":"2024-04-20T14:28:49.324192+0000","172.21.15.117:6800/1882984572":"2024-04-20T14:29:23.972104+0000","172.21.15.117:6800/49701615":"2024-04-20T14:28:49.324192+0000","172.21.15.117:0/4253012576":"2024-04-20T14:29:23.972104+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-19T14:35:04.136 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:03 smithi117 bash[21844]: cluster 2024-04-19T14:35:02.124827+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.136 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:03 smithi117 bash[21844]: cluster 2024-04-19T14:35:02.124827+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:03 smithi130 bash[22211]: cluster 2024-04-19T14:35:02.124827+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:03 smithi130 bash[22211]: cluster 2024-04-19T14:35:02.124827+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:03 smithi173 bash[22670]: cluster 2024-04-19T14:35:02.124827+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:03 smithi173 bash[22670]: cluster 2024-04-19T14:35:02.124827+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.899 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-19T14:35:04.899 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-19T14:35:04.900 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-19T14:35:05.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:04 smithi117 bash[21844]: audit 2024-04-19T14:35:04.126790+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.117:0/2220881568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:35:05.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:04 smithi117 bash[21844]: audit 2024-04-19T14:35:04.126790+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.117:0/2220881568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:35:05.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:04 smithi130 bash[22211]: audit 2024-04-19T14:35:04.126790+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.117:0/2220881568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:35:05.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:04 smithi130 bash[22211]: audit 2024-04-19T14:35:04.126790+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.117:0/2220881568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:35:05.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:04 smithi173 bash[22670]: audit 2024-04-19T14:35:04.126790+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.117:0/2220881568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:35:05.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:04 smithi173 bash[22670]: audit 2024-04-19T14:35:04.126790+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.117:0/2220881568' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:35:06.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:05 smithi130 bash[22211]: cluster 2024-04-19T14:35:04.125177+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:05 smithi130 bash[22211]: cluster 2024-04-19T14:35:04.125177+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.308 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:05 smithi117 bash[21844]: cluster 2024-04-19T14:35:04.125177+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.308 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:05 smithi117 bash[21844]: cluster 2024-04-19T14:35:04.125177+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:05 smithi173 bash[22670]: cluster 2024-04-19T14:35:04.125177+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:05 smithi173 bash[22670]: cluster 2024-04-19T14:35:04.125177+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.486 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: cluster 2024-04-19T14:35:06.125639+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.486 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: cluster 2024-04-19T14:35:06.125639+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.486 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: audit 2024-04-19T14:35:06.291124+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.486 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: audit 2024-04-19T14:35:06.291124+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.487 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: audit 2024-04-19T14:35:06.300441+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.487 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: audit 2024-04-19T14:35:06.300441+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.487 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: audit 2024-04-19T14:35:06.310754+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.487 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:07 smithi173 bash[22670]: audit 2024-04-19T14:35:06.310754+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: cluster 2024-04-19T14:35:06.125639+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: cluster 2024-04-19T14:35:06.125639+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: audit 2024-04-19T14:35:06.291124+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: audit 2024-04-19T14:35:06.291124+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: audit 2024-04-19T14:35:06.300441+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: audit 2024-04-19T14:35:06.300441+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: audit 2024-04-19T14:35:06.310754+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:07 smithi117 bash[21844]: audit 2024-04-19T14:35:06.310754+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: cluster 2024-04-19T14:35:06.125639+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: cluster 2024-04-19T14:35:06.125639+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:07.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: audit 2024-04-19T14:35:06.291124+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: audit 2024-04-19T14:35:06.291124+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: audit 2024-04-19T14:35:06.300441+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: audit 2024-04-19T14:35:06.300441+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: audit 2024-04-19T14:35:06.310754+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:07.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:07 smithi130 bash[22211]: audit 2024-04-19T14:35:06.310754+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:09.347 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:09 smithi173 bash[22670]: cluster 2024-04-19T14:35:08.126187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:09.347 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:09 smithi173 bash[22670]: cluster 2024-04-19T14:35:08.126187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:09.387 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:09.388 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:09.388 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:09.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:09 smithi117 bash[21844]: cluster 2024-04-19T14:35:08.126187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:09.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:09 smithi117 bash[21844]: cluster 2024-04-19T14:35:08.126187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:09.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:09 smithi130 bash[22211]: cluster 2024-04-19T14:35:08.126187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:09.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:09 smithi130 bash[22211]: cluster 2024-04-19T14:35:08.126187+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:11.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:11 smithi117 bash[21844]: cluster 2024-04-19T14:35:10.126630+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:11.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:11 smithi117 bash[21844]: cluster 2024-04-19T14:35:10.126630+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:11.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:11 smithi130 bash[22211]: cluster 2024-04-19T14:35:10.126630+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:11.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:11 smithi130 bash[22211]: cluster 2024-04-19T14:35:10.126630+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:11.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:11 smithi173 bash[22670]: cluster 2024-04-19T14:35:10.126630+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:11.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:11 smithi173 bash[22670]: cluster 2024-04-19T14:35:10.126630+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:13.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:13 smithi117 bash[21844]: cluster 2024-04-19T14:35:12.127103+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:13.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:13 smithi117 bash[21844]: cluster 2024-04-19T14:35:12.127103+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:13.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:13 smithi130 bash[22211]: cluster 2024-04-19T14:35:12.127103+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:13.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:13 smithi130 bash[22211]: cluster 2024-04-19T14:35:12.127103+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:13.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:13 smithi173 bash[22670]: cluster 2024-04-19T14:35:12.127103+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:13.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:13 smithi173 bash[22670]: cluster 2024-04-19T14:35:12.127103+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:15.462 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:15 smithi117 bash[21844]: cluster 2024-04-19T14:35:14.127733+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:15.462 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:15 smithi117 bash[21844]: cluster 2024-04-19T14:35:14.127733+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:15.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:15 smithi130 bash[22211]: cluster 2024-04-19T14:35:14.127733+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:15.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:15 smithi130 bash[22211]: cluster 2024-04-19T14:35:14.127733+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:15.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:15 smithi173 bash[22670]: cluster 2024-04-19T14:35:14.127733+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:15.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:15 smithi173 bash[22670]: cluster 2024-04-19T14:35:14.127733+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.092 INFO:teuthology.orchestra.run.smithi117.stdout:77309411344 2024-04-19T14:35:16.093 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-19T14:35:16.324 INFO:teuthology.orchestra.run.smithi117.stdout:34359738406 2024-04-19T14:35:16.325 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-19T14:35:16.398 INFO:teuthology.orchestra.run.smithi117.stdout:55834574875 2024-04-19T14:35:16.398 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-19T14:35:17.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:17 smithi130 bash[22211]: cluster 2024-04-19T14:35:16.128189+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:17.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:17 smithi130 bash[22211]: cluster 2024-04-19T14:35:16.128189+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:17.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:17 smithi173 bash[22670]: cluster 2024-04-19T14:35:16.128189+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:17.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:17 smithi173 bash[22670]: cluster 2024-04-19T14:35:16.128189+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:17.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:17 smithi117 bash[21844]: cluster 2024-04-19T14:35:16.128189+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:17.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:17 smithi117 bash[21844]: cluster 2024-04-19T14:35:16.128189+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.096168+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.096168+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.104771+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.104771+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.115283+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.115283+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: cluster 2024-04-19T14:35:18.128719+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: cluster 2024-04-19T14:35:18.128719+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.203470+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.203470+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.209329+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.209329+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.211129+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.211129+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.221178+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:19 smithi173 bash[22670]: audit 2024-04-19T14:35:18.221178+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.096168+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.402 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.096168+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.104771+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.104771+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.115283+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.115283+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: cluster 2024-04-19T14:35:18.128719+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: cluster 2024-04-19T14:35:18.128719+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.203470+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.203470+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.209329+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.209329+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.211129+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.211129+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.221178+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.403 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:19 smithi117 bash[21844]: audit 2024-04-19T14:35:18.221178+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.096168+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.096168+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.104771+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.104771+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.115283+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.115283+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: cluster 2024-04-19T14:35:18.128719+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: cluster 2024-04-19T14:35:18.128719+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.203470+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.203470+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.209329+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.209329+0000 mon.a (mon.0) 659 : audit [DBG] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.211129+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.211129+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:19.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.221178+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:19.474 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:19 smithi130 bash[22211]: audit 2024-04-19T14:35:18.221178+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:20.820 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:20.820 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:20.821 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:21.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:21 smithi130 bash[22211]: cluster 2024-04-19T14:35:20.129251+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:21.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:21 smithi130 bash[22211]: cluster 2024-04-19T14:35:20.129251+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:21.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:21 smithi173 bash[22670]: cluster 2024-04-19T14:35:20.129251+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:21.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:21 smithi173 bash[22670]: cluster 2024-04-19T14:35:20.129251+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:21.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:21 smithi117 bash[21844]: cluster 2024-04-19T14:35:20.129251+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:21.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:21 smithi117 bash[21844]: cluster 2024-04-19T14:35:20.129251+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:22 smithi117 bash[21844]: audit 2024-04-19T14:35:21.765555+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:22.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:22 smithi117 bash[21844]: audit 2024-04-19T14:35:21.765555+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:22.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:22 smithi117 bash[21844]: audit 2024-04-19T14:35:21.774510+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:22.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:22 smithi117 bash[21844]: audit 2024-04-19T14:35:21.774510+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:22.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:22 smithi117 bash[21844]: audit 2024-04-19T14:35:21.784511+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:22.861 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:22 smithi117 bash[21844]: audit 2024-04-19T14:35:21.784511+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:22 smithi173 bash[22670]: audit 2024-04-19T14:35:21.765555+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:22 smithi173 bash[22670]: audit 2024-04-19T14:35:21.765555+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:22 smithi173 bash[22670]: audit 2024-04-19T14:35:21.774510+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:22 smithi173 bash[22670]: audit 2024-04-19T14:35:21.774510+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:22 smithi173 bash[22670]: audit 2024-04-19T14:35:21.784511+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:22 smithi173 bash[22670]: audit 2024-04-19T14:35:21.784511+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:22 smithi130 bash[22211]: audit 2024-04-19T14:35:21.765555+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:22 smithi130 bash[22211]: audit 2024-04-19T14:35:21.765555+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:22 smithi130 bash[22211]: audit 2024-04-19T14:35:21.774510+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:22 smithi130 bash[22211]: audit 2024-04-19T14:35:21.774510+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:22 smithi130 bash[22211]: audit 2024-04-19T14:35:21.784511+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:22 smithi130 bash[22211]: audit 2024-04-19T14:35:21.784511+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:23.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:23 smithi117 bash[21844]: cluster 2024-04-19T14:35:22.129798+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:23.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:23 smithi117 bash[21844]: cluster 2024-04-19T14:35:22.129798+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:23 smithi173 bash[22670]: cluster 2024-04-19T14:35:22.129798+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:23 smithi173 bash[22670]: cluster 2024-04-19T14:35:22.129798+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:23 smithi130 bash[22211]: cluster 2024-04-19T14:35:22.129798+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:23 smithi130 bash[22211]: cluster 2024-04-19T14:35:22.129798+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:25 smithi173 bash[22670]: cluster 2024-04-19T14:35:24.130347+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:25 smithi173 bash[22670]: cluster 2024-04-19T14:35:24.130347+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:25 smithi117 bash[21844]: cluster 2024-04-19T14:35:24.130347+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:25 smithi117 bash[21844]: cluster 2024-04-19T14:35:24.130347+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:25 smithi130 bash[22211]: cluster 2024-04-19T14:35:24.130347+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:25 smithi130 bash[22211]: cluster 2024-04-19T14:35:24.130347+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.993 INFO:teuthology.orchestra.run.smithi117.stdout:77309411347 2024-04-19T14:35:27.076 INFO:teuthology.orchestra.run.smithi117.stdout:55834574877 2024-04-19T14:35:27.135 INFO:teuthology.orchestra.run.smithi117.stdout:34359738408 2024-04-19T14:35:27.794 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: cluster 2024-04-19T14:35:26.130870+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:27.794 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: cluster 2024-04-19T14:35:26.130870+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:27.794 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.508337+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.508337+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.515860+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.515860+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.524268+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.524268+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.998594+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.117:0/1019114089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:26.998594+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.117:0/1019114089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:27.082064+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.117:0/823823024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:27.082064+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.117:0/823823024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:27.140323+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.117:0/3333905020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:35:27.795 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:27 smithi173 bash[22670]: audit 2024-04-19T14:35:27.140323+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.117:0/3333905020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:35:27.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: cluster 2024-04-19T14:35:26.130870+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:27.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: cluster 2024-04-19T14:35:26.130870+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.508337+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.508337+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.515860+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.515860+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.524268+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.524268+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.998594+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.117:0/1019114089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:26.998594+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.117:0/1019114089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:27.082064+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.117:0/823823024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:27.082064+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.117:0/823823024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:27.140323+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.117:0/3333905020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:35:27.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:27 smithi117 bash[21844]: audit 2024-04-19T14:35:27.140323+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.117:0/3333905020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:35:27.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: cluster 2024-04-19T14:35:26.130870+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:27.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: cluster 2024-04-19T14:35:26.130870+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:27.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.508337+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.508337+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.515860+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.515860+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.524268+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.524268+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.998594+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.117:0/1019114089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:26.998594+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.117:0/1019114089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:35:27.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:27.082064+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.117:0/823823024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:35:27.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:27.082064+0000 mon.a (mon.0) 669 : audit [DBG] from='client.? 172.21.15.117:0/823823024' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:35:27.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:27.140323+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.117:0/3333905020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:35:27.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:27 smithi130 bash[22211]: audit 2024-04-19T14:35:27.140323+0000 mon.a (mon.0) 670 : audit [DBG] from='client.? 172.21.15.117:0/3333905020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:35:28.514 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411347 for osd.2 2024-04-19T14:35:28.514 DEBUG:teuthology.parallel:result is None 2024-04-19T14:35:28.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738406 got 34359738408 for osd.0 2024-04-19T14:35:28.744 DEBUG:teuthology.parallel:result is None 2024-04-19T14:35:28.783 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-04-19T14:35:28.783 DEBUG:teuthology.parallel:result is None 2024-04-19T14:35:28.783 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-19T14:35:28.783 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-19T14:35:29.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:29 smithi173 bash[22670]: cluster 2024-04-19T14:35:28.131272+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:29.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:29 smithi173 bash[22670]: cluster 2024-04-19T14:35:28.131272+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:29.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:29 smithi117 bash[21844]: cluster 2024-04-19T14:35:28.131272+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:29.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:29 smithi117 bash[21844]: cluster 2024-04-19T14:35:28.131272+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:29.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:29 smithi130 bash[22211]: cluster 2024-04-19T14:35:28.131272+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:29.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:29 smithi130 bash[22211]: cluster 2024-04-19T14:35:28.131272+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:31.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:31 smithi173 bash[22670]: cluster 2024-04-19T14:35:30.131781+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:31.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:31 smithi173 bash[22670]: cluster 2024-04-19T14:35:30.131781+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:31.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:31 smithi117 bash[21844]: cluster 2024-04-19T14:35:30.131781+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:31.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:31 smithi117 bash[21844]: cluster 2024-04-19T14:35:30.131781+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:31.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:31 smithi130 bash[22211]: cluster 2024-04-19T14:35:30.131781+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:31.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:31 smithi130 bash[22211]: cluster 2024-04-19T14:35:30.131781+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:33.263 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:33.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:33 smithi117 bash[21844]: cluster 2024-04-19T14:35:32.132307+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:33.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:33 smithi117 bash[21844]: cluster 2024-04-19T14:35:32.132307+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:33.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:33 smithi173 bash[22670]: cluster 2024-04-19T14:35:32.132307+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:33.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:33 smithi173 bash[22670]: cluster 2024-04-19T14:35:32.132307+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:33.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:33 smithi130 bash[22211]: cluster 2024-04-19T14:35:32.132307+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:33.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:33 smithi130 bash[22211]: cluster 2024-04-19T14:35:32.132307+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:35.775 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:35 smithi117 bash[21844]: cluster 2024-04-19T14:35:34.132882+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:35.775 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:35 smithi117 bash[21844]: cluster 2024-04-19T14:35:34.132882+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:35.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:35 smithi173 bash[22670]: cluster 2024-04-19T14:35:34.132882+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:35.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:35 smithi173 bash[22670]: cluster 2024-04-19T14:35:34.132882+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:35.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:35 smithi130 bash[22211]: cluster 2024-04-19T14:35:34.132882+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:35.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:35 smithi130 bash[22211]: cluster 2024-04-19T14:35:34.132882+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.134 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:35:36.137 INFO:teuthology.orchestra.run.smithi117.stderr:dumped all 2024-04-19T14:35:36.846 INFO:teuthology.orchestra.run.smithi117.stdout:{"pg_ready":true,"pg_map":{"version":204,"stamp":"2024-04-19T14:35:36.133190+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.003088"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-19T14:34:13.266298+0000","last_change":"2024-04-19T14:34:12.249964+0000","last_active":"2024-04-19T14:34:13.266298+0000","last_peered":"2024-04-19T14:34:13.266298+0000","last_clean":"2024-04-19T14:34:13.266298+0000","last_became_active":"2024-04-19T14:34:12.247089+0000","last_became_peered":"2024-04-19T14:34:12.247089+0000","last_unstale":"2024-04-19T14:34:13.266298+0000","last_undegraded":"2024-04-19T14:34:13.266298+0000","last_fullsized":"2024-04-19T14:34:13.266298+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-04-19T14:34:11.226587+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-19T14:34:11.226587+0000","last_clean_scrub_stamp":"2024-04-19T14:34:11.226587+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-20T16:07:33.242070+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"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":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"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":[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":31944,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713208,"statfs":{"total":95995035648,"available":95962324992,"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-04-19T14:35:36.847 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-19T14:35:37.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:37 smithi173 bash[22670]: cluster 2024-04-19T14:35:36.133410+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:37.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:37 smithi173 bash[22670]: cluster 2024-04-19T14:35:36.133410+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:37.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:37 smithi173 bash[22670]: audit 2024-04-19T14:35:36.138852+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:37.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:37 smithi173 bash[22670]: audit 2024-04-19T14:35:36.138852+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:37.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:37 smithi117 bash[21844]: cluster 2024-04-19T14:35:36.133410+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:37.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:37 smithi117 bash[21844]: cluster 2024-04-19T14:35:36.133410+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:37.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:37 smithi117 bash[21844]: audit 2024-04-19T14:35:36.138852+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:37.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:37 smithi117 bash[21844]: audit 2024-04-19T14:35:36.138852+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:37.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:37 smithi130 bash[22211]: cluster 2024-04-19T14:35:36.133410+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:37.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:37 smithi130 bash[22211]: cluster 2024-04-19T14:35:36.133410+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:37.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:37 smithi130 bash[22211]: audit 2024-04-19T14:35:36.138852+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:37.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:37 smithi130 bash[22211]: audit 2024-04-19T14:35:36.138852+0000 mgr.a (mgr.14152) 258 : audit [DBG] from='client.14328 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: cluster 2024-04-19T14:35:38.133959+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: cluster 2024-04-19T14:35:38.133959+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: audit 2024-04-19T14:35:38.318212+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: audit 2024-04-19T14:35:38.318212+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: audit 2024-04-19T14:35:38.326602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: audit 2024-04-19T14:35:38.326602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: audit 2024-04-19T14:35:38.336907+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:39 smithi130 bash[22211]: audit 2024-04-19T14:35:38.336907+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: cluster 2024-04-19T14:35:38.133959+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:39.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: cluster 2024-04-19T14:35:38.133959+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:39.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: audit 2024-04-19T14:35:38.318212+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: audit 2024-04-19T14:35:38.318212+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: audit 2024-04-19T14:35:38.326602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: audit 2024-04-19T14:35:38.326602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: audit 2024-04-19T14:35:38.336907+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.600 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:39 smithi173 bash[22670]: audit 2024-04-19T14:35:38.336907+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: cluster 2024-04-19T14:35:38.133959+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: cluster 2024-04-19T14:35:38.133959+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: audit 2024-04-19T14:35:38.318212+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: audit 2024-04-19T14:35:38.318212+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: audit 2024-04-19T14:35:38.326602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: audit 2024-04-19T14:35:38.326602+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: audit 2024-04-19T14:35:38.336907+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:39.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:39 smithi117 bash[21844]: audit 2024-04-19T14:35:38.336907+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:41.570 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:41.578 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:41 smithi130 bash[22211]: cluster 2024-04-19T14:35:40.134606+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:41.578 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:41 smithi130 bash[22211]: cluster 2024-04-19T14:35:40.134606+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:41.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:41 smithi173 bash[22670]: cluster 2024-04-19T14:35:40.134606+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:41.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:41 smithi173 bash[22670]: cluster 2024-04-19T14:35:40.134606+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:41.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:41 smithi117 bash[21844]: cluster 2024-04-19T14:35:40.134606+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:41.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:41 smithi117 bash[21844]: cluster 2024-04-19T14:35:40.134606+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:43.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: audit 2024-04-19T14:35:41.984134+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: audit 2024-04-19T14:35:41.984134+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: audit 2024-04-19T14:35:41.992973+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: audit 2024-04-19T14:35:41.992973+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: audit 2024-04-19T14:35:42.003156+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: audit 2024-04-19T14:35:42.003156+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: cluster 2024-04-19T14:35:42.135240+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:43.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:42 smithi117 bash[21844]: cluster 2024-04-19T14:35:42.135240+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:43.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: audit 2024-04-19T14:35:41.984134+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: audit 2024-04-19T14:35:41.984134+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: audit 2024-04-19T14:35:41.992973+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: audit 2024-04-19T14:35:41.992973+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: audit 2024-04-19T14:35:42.003156+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: audit 2024-04-19T14:35:42.003156+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: cluster 2024-04-19T14:35:42.135240+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:43.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:42 smithi173 bash[22670]: cluster 2024-04-19T14:35:42.135240+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: audit 2024-04-19T14:35:41.984134+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: audit 2024-04-19T14:35:41.984134+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: audit 2024-04-19T14:35:41.992973+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: audit 2024-04-19T14:35:41.992973+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: audit 2024-04-19T14:35:42.003156+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: audit 2024-04-19T14:35:42.003156+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: cluster 2024-04-19T14:35:42.135240+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:43.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:42 smithi130 bash[22211]: cluster 2024-04-19T14:35:42.135240+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:45.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:45 smithi130 bash[22211]: cluster 2024-04-19T14:35:44.135664+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:45.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:45 smithi130 bash[22211]: cluster 2024-04-19T14:35:44.135664+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:45.497 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:35:45.500 INFO:teuthology.orchestra.run.smithi117.stderr:dumped all 2024-04-19T14:35:45.511 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:45 smithi117 bash[21844]: cluster 2024-04-19T14:35:44.135664+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:45.511 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:45 smithi117 bash[21844]: cluster 2024-04-19T14:35:44.135664+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:45.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:45 smithi173 bash[22670]: cluster 2024-04-19T14:35:44.135664+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:45.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:45 smithi173 bash[22670]: cluster 2024-04-19T14:35:44.135664+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:46 smithi130 bash[22211]: audit 2024-04-19T14:35:45.502654+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:46.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:46 smithi130 bash[22211]: audit 2024-04-19T14:35:45.502654+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:46.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:46 smithi173 bash[22670]: audit 2024-04-19T14:35:45.502654+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:46.599 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:46 smithi173 bash[22670]: audit 2024-04-19T14:35:45.502654+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:46.651 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:46 smithi117 bash[21844]: audit 2024-04-19T14:35:45.502654+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:46.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:46 smithi117 bash[21844]: audit 2024-04-19T14:35:45.502654+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14334 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:35:46.734 INFO:teuthology.orchestra.run.smithi117.stdout:{"pg_ready":true,"pg_map":{"version":208,"stamp":"2024-04-19T14:35:44.135496+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"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.003421"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-19T14:34:13.266298+0000","last_change":"2024-04-19T14:34:12.249964+0000","last_active":"2024-04-19T14:34:13.266298+0000","last_peered":"2024-04-19T14:34:13.266298+0000","last_clean":"2024-04-19T14:34:13.266298+0000","last_became_active":"2024-04-19T14:34:12.247089+0000","last_became_peered":"2024-04-19T14:34:12.247089+0000","last_unstale":"2024-04-19T14:34:13.266298+0000","last_undegraded":"2024-04-19T14:34:13.266298+0000","last_fullsized":"2024-04-19T14:34:13.266298+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-04-19T14:34:11.226587+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-19T14:34:11.226587+0000","last_clean_scrub_stamp":"2024-04-19T14:34:11.226587+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-20T16:07:33.242070+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28408,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716744,"statfs":{"total":95995035648,"available":95965945856,"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":34359738412,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27784,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717368,"statfs":{"total":95995035648,"available":95966584832,"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":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574881,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31944,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713208,"statfs":{"total":95995035648,"available":95962324992,"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-04-19T14:35:46.735 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-19T14:35:46.735 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-19T14:35:46.735 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-19T14:35:46.735 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-19T14:35:47.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: cluster 2024-04-19T14:35:46.135980+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:47.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: cluster 2024-04-19T14:35:46.135980+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:47.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: audit 2024-04-19T14:35:46.714827+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: audit 2024-04-19T14:35:46.714827+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: audit 2024-04-19T14:35:46.723355+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: audit 2024-04-19T14:35:46.723355+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: audit 2024-04-19T14:35:46.730654+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:47 smithi173 bash[22670]: audit 2024-04-19T14:35:46.730654+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: cluster 2024-04-19T14:35:46.135980+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: cluster 2024-04-19T14:35:46.135980+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: audit 2024-04-19T14:35:46.714827+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: audit 2024-04-19T14:35:46.714827+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: audit 2024-04-19T14:35:46.723355+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: audit 2024-04-19T14:35:46.723355+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: audit 2024-04-19T14:35:46.730654+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:47.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:47 smithi130 bash[22211]: audit 2024-04-19T14:35:46.730654+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:48.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: cluster 2024-04-19T14:35:46.135980+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: cluster 2024-04-19T14:35:46.135980+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: audit 2024-04-19T14:35:46.714827+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:48.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: audit 2024-04-19T14:35:46.714827+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:48.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: audit 2024-04-19T14:35:46.723355+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:48.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: audit 2024-04-19T14:35:46.723355+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:48.163 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: audit 2024-04-19T14:35:46.730654+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:48.164 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:47 smithi117 bash[21844]: audit 2024-04-19T14:35:46.730654+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:49.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:49 smithi130 bash[22211]: cluster 2024-04-19T14:35:48.136481+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:49.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:49 smithi130 bash[22211]: cluster 2024-04-19T14:35:48.136481+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:49 smithi173 bash[22670]: cluster 2024-04-19T14:35:48.136481+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:49 smithi173 bash[22670]: cluster 2024-04-19T14:35:48.136481+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:49 smithi117 bash[21844]: cluster 2024-04-19T14:35:48.136481+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:49 smithi117 bash[21844]: cluster 2024-04-19T14:35:48.136481+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.778 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:51.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:51 smithi130 bash[22211]: cluster 2024-04-19T14:35:50.137006+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:51.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:51 smithi130 bash[22211]: cluster 2024-04-19T14:35:50.137006+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.003 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:51 smithi117 bash[21844]: cluster 2024-04-19T14:35:50.137006+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.003 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:51 smithi117 bash[21844]: cluster 2024-04-19T14:35:50.137006+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:51 smithi173 bash[22670]: cluster 2024-04-19T14:35:50.137006+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:51 smithi173 bash[22670]: cluster 2024-04-19T14:35:50.137006+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:53.678 INFO:teuthology.orchestra.run.smithi117.stdout: 2024-04-19T14:35:53.678 INFO:teuthology.orchestra.run.smithi117.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-19T14:35:53.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:53 smithi130 bash[22211]: cluster 2024-04-19T14:35:52.137527+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:53.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:53 smithi130 bash[22211]: cluster 2024-04-19T14:35:52.137527+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:53.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:53 smithi130 bash[22211]: audit 2024-04-19T14:35:53.683399+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.117:0/3884689720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:35:53.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:53 smithi130 bash[22211]: audit 2024-04-19T14:35:53.683399+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.117:0/3884689720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:35:54.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:53 smithi173 bash[22670]: cluster 2024-04-19T14:35:52.137527+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:53 smithi173 bash[22670]: cluster 2024-04-19T14:35:52.137527+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:53 smithi173 bash[22670]: audit 2024-04-19T14:35:53.683399+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.117:0/3884689720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:35:54.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:53 smithi173 bash[22670]: audit 2024-04-19T14:35:53.683399+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.117:0/3884689720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:35:54.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:53 smithi117 bash[21844]: cluster 2024-04-19T14:35:52.137527+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:53 smithi117 bash[21844]: cluster 2024-04-19T14:35:52.137527+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:53 smithi117 bash[21844]: audit 2024-04-19T14:35:53.683399+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.117:0/3884689720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:35:54.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:53 smithi117 bash[21844]: audit 2024-04-19T14:35:53.683399+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.117:0/3884689720' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:35:54.363 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-19T14:35:54.364 INFO:tasks.cephadm:Setup complete, yielding 2024-04-19T14:35:54.364 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-19T14:35:54.374 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-04-19T14:35:54.374 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- bash -c 'ceph mgr module enable rgw' 2024-04-19T14:35:56.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:55 smithi173 bash[22670]: cluster 2024-04-19T14:35:54.138094+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:55 smithi173 bash[22670]: cluster 2024-04-19T14:35:54.138094+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:55 smithi117 bash[21844]: cluster 2024-04-19T14:35:54.138094+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:55 smithi117 bash[21844]: cluster 2024-04-19T14:35:54.138094+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:55 smithi130 bash[22211]: cluster 2024-04-19T14:35:54.138094+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:55 smithi130 bash[22211]: cluster 2024-04-19T14:35:54.138094+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:57 smithi173 bash[22670]: cluster 2024-04-19T14:35:56.138666+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:57 smithi173 bash[22670]: cluster 2024-04-19T14:35:56.138666+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.151 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:57 smithi117 bash[21844]: cluster 2024-04-19T14:35:56.138666+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:57 smithi117 bash[21844]: cluster 2024-04-19T14:35:56.138666+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:57 smithi130 bash[22211]: cluster 2024-04-19T14:35:56.138666+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:57 smithi130 bash[22211]: cluster 2024-04-19T14:35:56.138666+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.090 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:35:59.785 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: cluster 2024-04-19T14:35:58.139257+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.785 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: cluster 2024-04-19T14:35:58.139257+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.785 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: audit 2024-04-19T14:35:58.538216+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.785 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: audit 2024-04-19T14:35:58.538216+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.786 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: audit 2024-04-19T14:35:58.546782+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.786 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: audit 2024-04-19T14:35:58.546782+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.786 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: audit 2024-04-19T14:35:58.556977+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.786 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:35:59 smithi130 bash[22211]: audit 2024-04-19T14:35:58.556977+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: cluster 2024-04-19T14:35:58.139257+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: cluster 2024-04-19T14:35:58.139257+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: audit 2024-04-19T14:35:58.538216+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: audit 2024-04-19T14:35:58.538216+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: audit 2024-04-19T14:35:58.546782+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: audit 2024-04-19T14:35:58.546782+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: audit 2024-04-19T14:35:58.556977+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:35:59 smithi173 bash[22670]: audit 2024-04-19T14:35:58.556977+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: cluster 2024-04-19T14:35:58.139257+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: cluster 2024-04-19T14:35:58.139257+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: audit 2024-04-19T14:35:58.538216+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: audit 2024-04-19T14:35:58.538216+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: audit 2024-04-19T14:35:58.546782+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: audit 2024-04-19T14:35:58.546782+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: audit 2024-04-19T14:35:58.556977+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:35:59.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:35:59 smithi117 bash[21844]: audit 2024-04-19T14:35:58.556977+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:01.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:01 smithi117 bash[21844]: cluster 2024-04-19T14:36:00.139638+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:01.790 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:01 smithi117 bash[21844]: cluster 2024-04-19T14:36:00.139638+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:01.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:01 smithi173 bash[22670]: cluster 2024-04-19T14:36:00.139638+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:01.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:01 smithi173 bash[22670]: cluster 2024-04-19T14:36:00.139638+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:01.853 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:01 smithi130 bash[22211]: cluster 2024-04-19T14:36:00.139638+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:01.853 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:01 smithi130 bash[22211]: cluster 2024-04-19T14:36:00.139638+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.798 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[22100]: ignoring --setuser ceph since I am not root 2024-04-19T14:36:02.798 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[22100]: ignoring --setgroup ceph since I am not root 2024-04-19T14:36:02.798 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[22100]: debug 2024-04-19T14:36:02.760+0000 7f4255c68200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.043506+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.043506+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.188823+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.188823+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.197666+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.197666+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.208943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.799 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:02 smithi117 bash[21844]: audit 2024-04-19T14:36:02.208943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.043506+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-19T14:36:02.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.043506+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-19T14:36:02.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.188823+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.188823+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.197666+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.197666+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.208943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:02 smithi173 bash[22670]: audit 2024-04-19T14:36:02.208943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[23342]: ignoring --setuser ceph since I am not root 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[23342]: ignoring --setgroup ceph since I am not root 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[23342]: debug 2024-04-19T14:36:02.614+0000 7fc3673c3700 1 -- 172.21.15.130:0/738386369 <== mon.2 v2:172.21.15.130:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55abb05945a0 con 0x55abb0698400 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[23342]: debug 2024-04-19T14:36:02.758+0000 7fc3711b5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.043506+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.043506+0000 mon.a (mon.0) 684 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2024-04-19T14:36:02.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.188823+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.188823+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.197666+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.197666+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.208943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:02.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:02 smithi130 bash[22211]: audit 2024-04-19T14:36:02.208943+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.117:0/3452976486' entity='mgr.a' 2024-04-19T14:36:03.777 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2024-04-19T14:36:03.817 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2024-04-19T14:36:03.817 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- ceph rgw realm bootstrap -i - 2024-04-19T14:36:03.826 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:03 smithi117 bash[21844]: audit 2024-04-19T14:36:02.554216+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-19T14:36:03.826 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:03 smithi117 bash[21844]: audit 2024-04-19T14:36:02.554216+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-19T14:36:03.826 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:03 smithi117 bash[21844]: cluster 2024-04-19T14:36:02.563145+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-19T14:36:03.826 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:03 smithi117 bash[21844]: cluster 2024-04-19T14:36:02.563145+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-19T14:36:03.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:03 smithi173 bash[22670]: audit 2024-04-19T14:36:02.554216+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-19T14:36:03.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:03 smithi173 bash[22670]: audit 2024-04-19T14:36:02.554216+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-19T14:36:03.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:03 smithi173 bash[22670]: cluster 2024-04-19T14:36:02.563145+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-19T14:36:03.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:03 smithi173 bash[22670]: cluster 2024-04-19T14:36:02.563145+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-19T14:36:03.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:03 smithi130 bash[22211]: audit 2024-04-19T14:36:02.554216+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-19T14:36:03.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:03 smithi130 bash[22211]: audit 2024-04-19T14:36:02.554216+0000 mon.a (mon.0) 688 : audit [INF] from='client.? 172.21.15.117:0/1852586658' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2024-04-19T14:36:03.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:03 smithi130 bash[22211]: cluster 2024-04-19T14:36:02.563145+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-19T14:36:03.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:03 smithi130 bash[22211]: cluster 2024-04-19T14:36:02.563145+0000 mon.a (mon.0) 689 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-04-19T14:36:04.651 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:04 smithi117 bash[22100]: debug 2024-04-19T14:36:04.348+0000 7f4255c68200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:36:04.651 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:04 smithi117 bash[22100]: debug 2024-04-19T14:36:04.444+0000 7f4255c68200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:36:04.675 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:04 smithi130 bash[23342]: debug 2024-04-19T14:36:04.330+0000 7fc3711b5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:36:04.675 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:04 smithi130 bash[23342]: debug 2024-04-19T14:36:04.426+0000 7fc3711b5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:36:04.971 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:04 smithi130 bash[23342]: debug 2024-04-19T14:36:04.674+0000 7fc3711b5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:36:05.151 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:04 smithi117 bash[22100]: debug 2024-04-19T14:36:04.692+0000 7f4255c68200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:36:05.722 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:05 smithi130 bash[23342]: debug 2024-04-19T14:36:05.462+0000 7fc3711b5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:36:05.722 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:05 smithi130 bash[23342]: debug 2024-04-19T14:36:05.574+0000 7fc3711b5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:36:05.722 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:05 smithi130 bash[23342]: debug 2024-04-19T14:36:05.678+0000 7fc3711b5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:36:05.901 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:05 smithi117 bash[22100]: debug 2024-04-19T14:36:05.504+0000 7f4255c68200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:36:05.901 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:05 smithi117 bash[22100]: debug 2024-04-19T14:36:05.616+0000 7f4255c68200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:36:05.902 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:05 smithi117 bash[22100]: debug 2024-04-19T14:36:05.724+0000 7f4255c68200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:36:06.206 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:06 smithi117 bash[22100]: debug 2024-04-19T14:36:06.092+0000 7f4255c68200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:36:06.471 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:06 smithi130 bash[23342]: debug 2024-04-19T14:36:06.034+0000 7fc3711b5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:36:06.472 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:06 smithi130 bash[23342]: debug 2024-04-19T14:36:06.146+0000 7fc3711b5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:36:06.472 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:06 smithi130 bash[23342]: debug 2024-04-19T14:36:06.250+0000 7fc3711b5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:36:06.651 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:06 smithi117 bash[22100]: debug 2024-04-19T14:36:06.208+0000 7f4255c68200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:36:06.651 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:06 smithi117 bash[22100]: debug 2024-04-19T14:36:06.312+0000 7f4255c68200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:36:06.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:06 smithi130 bash[23342]: debug 2024-04-19T14:36:06.606+0000 7fc3711b5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:36:06.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:06 smithi130 bash[23342]: debug 2024-04-19T14:36:06.846+0000 7fc3711b5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:36:07.151 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:06 smithi117 bash[22100]: debug 2024-04-19T14:36:06.672+0000 7f4255c68200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:36:07.151 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:06 smithi117 bash[22100]: debug 2024-04-19T14:36:06.916+0000 7f4255c68200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:36:07.472 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:07 smithi130 bash[23342]: debug 2024-04-19T14:36:07.106+0000 7fc3711b5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:36:07.472 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:07 smithi130 bash[23342]: debug 2024-04-19T14:36:07.218+0000 7fc3711b5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:36:07.571 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:07 smithi117 bash[22100]: debug 2024-04-19T14:36:07.180+0000 7f4255c68200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:36:07.571 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:07 smithi117 bash[22100]: debug 2024-04-19T14:36:07.296+0000 7f4255c68200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:36:07.908 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:07 smithi130 bash[23342]: debug 2024-04-19T14:36:07.494+0000 7fc3711b5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:36:08.222 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:07 smithi130 bash[23342]: debug 2024-04-19T14:36:07.906+0000 7fc3711b5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:36:08.222 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:08 smithi130 bash[23342]: debug 2024-04-19T14:36:08.150+0000 7fc3711b5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:36:08.348 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:07 smithi117 bash[22100]: debug 2024-04-19T14:36:07.572+0000 7f4255c68200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:36:08.348 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:07 smithi117 bash[22100]: debug 2024-04-19T14:36:07.988+0000 7f4255c68200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:36:08.349 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:08 smithi117 bash[22100]: debug 2024-04-19T14:36:08.232+0000 7f4255c68200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:36:08.349 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:08 smithi117 bash[22100]: debug 2024-04-19T14:36:08.348+0000 7f4255c68200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:36:08.523 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:08 smithi130 bash[23342]: debug 2024-04-19T14:36:08.270+0000 7fc3711b5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:36:08.902 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:08 smithi117 bash[22100]: debug 2024-04-19T14:36:08.600+0000 7f4255c68200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:36:08.972 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:08 smithi130 bash[23342]: debug 2024-04-19T14:36:08.522+0000 7fc3711b5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:36:09.072 INFO:teuthology.orchestra.run.smithi117.stdout:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:36:09.901 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:09 smithi117 bash[22100]: debug 2024-04-19T14:36:09.616+0000 7f4255c68200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:36:09.902 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:09 smithi117 bash[22100]: debug 2024-04-19T14:36:09.736+0000 7f4255c68200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:36:09.946 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:09 smithi130 bash[23342]: debug 2024-04-19T14:36:09.534+0000 7fc3711b5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:36:09.946 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:09 smithi130 bash[23342]: debug 2024-04-19T14:36:09.650+0000 7fc3711b5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:36:10.222 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:09 smithi130 bash[23342]: debug 2024-04-19T14:36:09.946+0000 7fc3711b5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:36:10.222 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[23342]: debug 2024-04-19T14:36:10.058+0000 7fc3711b5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:36:10.272 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[22100]: debug 2024-04-19T14:36:10.048+0000 7f4255c68200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:36:10.272 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[22100]: debug 2024-04-19T14:36:10.164+0000 7f4255c68200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:36:10.901 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[22100]: debug 2024-04-19T14:36:10.624+0000 7f4255c68200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[22100]: debug 2024-04-19T14:36:10.748+0000 7f4255c68200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.657163+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.657163+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.657588+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.657588+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.658137+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.658137+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.658334+0000 mon.a (mon.0) 691 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.658334+0000 mon.a (mon.0) 691 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.658657+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:36:10.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.658657+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:36:10.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.659076+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:36:10.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:10 smithi117 bash[21844]: audit 2024-04-19T14:36:10.659076+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:36:10.912 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[23342]: debug 2024-04-19T14:36:10.510+0000 7fc3711b5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:36:10.912 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[23342]: debug 2024-04-19T14:36:10.630+0000 7fc3711b5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.657163+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.657163+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.657588+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.657588+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.658137+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.658137+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.658334+0000 mon.a (mon.0) 691 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.658334+0000 mon.a (mon.0) 691 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.658657+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.658657+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:36:10.913 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.659076+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:36:10.914 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:10 smithi130 bash[22211]: audit 2024-04-19T14:36:10.659076+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.657163+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.657163+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.657588+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.657588+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.658137+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.658137+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.658334+0000 mon.a (mon.0) 691 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.658334+0000 mon.a (mon.0) 691 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:36:10.992 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.658657+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:36:10.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.658657+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:36:10.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.659076+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:36:10.993 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:10 smithi173 bash[22670]: audit 2024-04-19T14:36:10.659076+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.130:0/971130324' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:36:11.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.717510+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.717510+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.754961+0000 mon.a (mon.0) 693 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.754961+0000 mon.a (mon.0) 693 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.755501+0000 mon.a (mon.0) 694 : cluster [INF] Activating manager daemon a 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.755501+0000 mon.a (mon.0) 694 : cluster [INF] Activating manager daemon a 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.765814+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.765814+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.766245+0000 mon.a (mon.0) 696 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0109462s), standbys: b 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.766245+0000 mon.a (mon.0) 696 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0109462s), standbys: b 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.768029+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.768029+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:36:11.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.768298+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.768298+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.768556+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.768556+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.769901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.769901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.770213+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.770213+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:36:11.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.770514+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.770514+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.770924+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.770924+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.771288+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.771288+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.771707+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.771707+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.771967+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.771967+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:36:11.975 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.772504+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.772504+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.800761+0000 mon.a (mon.0) 708 : cluster [INF] Manager daemon a is now available 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cluster 2024-04-19T14:36:10.800761+0000 mon.a (mon.0) 708 : cluster [INF] Manager daemon a is now available 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.834790+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.834790+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.837877+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.837877+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.844259+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.844259+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.844792+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.844792+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.844925+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:11.976 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.844925+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.849439+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]': finished 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.849439+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]': finished 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.852539+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.852539+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.856491+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.856491+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:10.858095+0000 mgr.a (mgr.14355) 1 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:10.858095+0000 mgr.a (mgr.14355) 1 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.858323+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.858323+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:10.858661+0000 mgr.a (mgr.14355) 2 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:10.858661+0000 mgr.a (mgr.14355) 2 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:36:11.977 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:10.859571+0000 mgr.a (mgr.14355) 3 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:10.859571+0000 mgr.a (mgr.14355) 3 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.866167+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: audit 2024-04-19T14:36:10.866167+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.298946+0000 mgr.a (mgr.14355) 4 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTING 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.298946+0000 mgr.a (mgr.14355) 4 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTING 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.418991+0000 mgr.a (mgr.14355) 5 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on https://172.21.15.117:7151 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.418991+0000 mgr.a (mgr.14355) 5 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on https://172.21.15.117:7151 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.459647+0000 mgr.a (mgr.14355) 6 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.459647+0000 mgr.a (mgr.14355) 6 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.459999+0000 mgr.a (mgr.14355) 7 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.459999+0000 mgr.a (mgr.14355) 7 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.460573+0000 mgr.a (mgr.14355) 8 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:11.978 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.460573+0000 mgr.a (mgr.14355) 8 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:11.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.520606+0000 mgr.a (mgr.14355) 9 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:36:11.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.520606+0000 mgr.a (mgr.14355) 9 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:36:11.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.521277+0000 mgr.a (mgr.14355) 10 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTED 2024-04-19T14:36:11.979 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:11 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.521277+0000 mgr.a (mgr.14355) 10 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTED 2024-04-19T14:36:12.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.717510+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-19T14:36:12.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.717510+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.754961+0000 mon.a (mon.0) 693 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.754961+0000 mon.a (mon.0) 693 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.755501+0000 mon.a (mon.0) 694 : cluster [INF] Activating manager daemon a 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.755501+0000 mon.a (mon.0) 694 : cluster [INF] Activating manager daemon a 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.765814+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.765814+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.766245+0000 mon.a (mon.0) 696 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0109462s), standbys: b 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.766245+0000 mon.a (mon.0) 696 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0109462s), standbys: b 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.768029+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.768029+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.768298+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.768298+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.768556+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:36:12.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.768556+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:36:12.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.769901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:36:12.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.769901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:36:12.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.770213+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:36:12.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.770213+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:36:12.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.770514+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:36:12.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.770514+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.770924+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.770924+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.771288+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.771288+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.771707+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.771707+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.771967+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.771967+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.772504+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.772504+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.800761+0000 mon.a (mon.0) 708 : cluster [INF] Manager daemon a is now available 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cluster 2024-04-19T14:36:10.800761+0000 mon.a (mon.0) 708 : cluster [INF] Manager daemon a is now available 2024-04-19T14:36:12.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.834790+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.834790+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.837877+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.837877+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.844259+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.844259+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.844792+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.844792+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.844925+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.844925+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.849439+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]': finished 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.849439+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]': finished 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.852539+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.852539+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.856491+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:12.103 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.856491+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:10.858095+0000 mgr.a (mgr.14355) 1 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:10.858095+0000 mgr.a (mgr.14355) 1 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.858323+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.858323+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:10.858661+0000 mgr.a (mgr.14355) 2 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:10.858661+0000 mgr.a (mgr.14355) 2 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:10.859571+0000 mgr.a (mgr.14355) 3 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:10.859571+0000 mgr.a (mgr.14355) 3 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.866167+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: audit 2024-04-19T14:36:10.866167+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.298946+0000 mgr.a (mgr.14355) 4 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTING 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.298946+0000 mgr.a (mgr.14355) 4 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTING 2024-04-19T14:36:12.104 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.418991+0000 mgr.a (mgr.14355) 5 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on https://172.21.15.117:7151 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.418991+0000 mgr.a (mgr.14355) 5 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on https://172.21.15.117:7151 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.459647+0000 mgr.a (mgr.14355) 6 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.459647+0000 mgr.a (mgr.14355) 6 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.459999+0000 mgr.a (mgr.14355) 7 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.459999+0000 mgr.a (mgr.14355) 7 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.460573+0000 mgr.a (mgr.14355) 8 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.460573+0000 mgr.a (mgr.14355) 8 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.520606+0000 mgr.a (mgr.14355) 9 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.520606+0000 mgr.a (mgr.14355) 9 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.521277+0000 mgr.a (mgr.14355) 10 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTED 2024-04-19T14:36:12.105 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:11 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.521277+0000 mgr.a (mgr.14355) 10 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTED 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.717510+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.717510+0000 mon.a (mon.0) 692 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.754961+0000 mon.a (mon.0) 693 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.754961+0000 mon.a (mon.0) 693 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.755501+0000 mon.a (mon.0) 694 : cluster [INF] Activating manager daemon a 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.755501+0000 mon.a (mon.0) 694 : cluster [INF] Activating manager daemon a 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.765814+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.765814+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-19T14:36:12.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.766245+0000 mon.a (mon.0) 696 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0109462s), standbys: b 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.766245+0000 mon.a (mon.0) 696 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0109462s), standbys: b 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.768029+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.768029+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.768298+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.768298+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.768556+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.768556+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.769901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.769901+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.770213+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.770213+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.770514+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:36:12.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.770514+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.770924+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.770924+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.771288+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.771288+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.771707+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.771707+0000 mon.a (mon.0) 705 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.771967+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.771967+0000 mon.a (mon.0) 706 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.772504+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.772504+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.800761+0000 mon.a (mon.0) 708 : cluster [INF] Manager daemon a is now available 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cluster 2024-04-19T14:36:10.800761+0000 mon.a (mon.0) 708 : cluster [INF] Manager daemon a is now available 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.834790+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:12.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.834790+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.837877+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.837877+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.844259+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.844259+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.844792+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.844792+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.844925+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.844925+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi117", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.849439+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]': finished 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.849439+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi173", "name": "osd_memory_target"}]': finished 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.852539+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.852539+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.856491+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.856491+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:10.858095+0000 mgr.a (mgr.14355) 1 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:36:12.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:10.858095+0000 mgr.a (mgr.14355) 1 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.conf 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.858323+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.858323+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:10.858661+0000 mgr.a (mgr.14355) 2 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:10.858661+0000 mgr.a (mgr.14355) 2 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.conf 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:10.859571+0000 mgr.a (mgr.14355) 3 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:10.859571+0000 mgr.a (mgr.14355) 3 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.conf 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.866167+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: audit 2024-04-19T14:36:10.866167+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.298946+0000 mgr.a (mgr.14355) 4 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTING 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.298946+0000 mgr.a (mgr.14355) 4 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTING 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.418991+0000 mgr.a (mgr.14355) 5 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on https://172.21.15.117:7151 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.418991+0000 mgr.a (mgr.14355) 5 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on https://172.21.15.117:7151 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.459647+0000 mgr.a (mgr.14355) 6 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.156 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.459647+0000 mgr.a (mgr.14355) 6 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.459999+0000 mgr.a (mgr.14355) 7 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.459999+0000 mgr.a (mgr.14355) 7 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.460573+0000 mgr.a (mgr.14355) 8 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.460573+0000 mgr.a (mgr.14355) 8 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.520606+0000 mgr.a (mgr.14355) 9 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.520606+0000 mgr.a (mgr.14355) 9 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Serving on http://172.21.15.117:8765 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.521277+0000 mgr.a (mgr.14355) 10 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTED 2024-04-19T14:36:12.157 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:11 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.521277+0000 mgr.a (mgr.14355) 10 : cephadm [INF] [19/Apr/2024:14:36:11] ENGINE Bus STARTED 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.674019+0000 mgr.a (mgr.14355) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.674019+0000 mgr.a (mgr.14355) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.674778+0000 mgr.a (mgr.14355) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.674778+0000 mgr.a (mgr.14355) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.674912+0000 mgr.a (mgr.14355) 13 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.674912+0000 mgr.a (mgr.14355) 13 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cluster 2024-04-19T14:36:11.768552+0000 mon.a (mon.0) 719 : cluster [DBG] mgrmap e19: a(active, since 1.01325s), standbys: b 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cluster 2024-04-19T14:36:11.768552+0000 mon.a (mon.0) 719 : cluster [DBG] mgrmap e19: a(active, since 1.01325s), standbys: b 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cluster 2024-04-19T14:36:11.774969+0000 mgr.a (mgr.14355) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cluster 2024-04-19T14:36:11.774969+0000 mgr.a (mgr.14355) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.888656+0000 mgr.a (mgr.14355) 15 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.888656+0000 mgr.a (mgr.14355) 15 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.889326+0000 mgr.a (mgr.14355) 16 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.889326+0000 mgr.a (mgr.14355) 16 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.889695+0000 mgr.a (mgr.14355) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: cephadm 2024-04-19T14:36:11.889695+0000 mgr.a (mgr.14355) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.257783+0000 mgr.a (mgr.14355) 18 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.257783+0000 mgr.a (mgr.14355) 18 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.368644+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.368644+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.373162+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.373162+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.381800+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.381800+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.386984+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.101 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.386984+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.391588+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.391588+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.396223+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.396223+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.400873+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.400873+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.405443+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.405443+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.488440+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.488440+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.612750+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:36:13.102 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:12 smithi173 bash[22670]: audit 2024-04-19T14:36:12.612750+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:36:13.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.674019+0000 mgr.a (mgr.14355) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.674019+0000 mgr.a (mgr.14355) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.674778+0000 mgr.a (mgr.14355) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.674778+0000 mgr.a (mgr.14355) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.674912+0000 mgr.a (mgr.14355) 13 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.674912+0000 mgr.a (mgr.14355) 13 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cluster 2024-04-19T14:36:11.768552+0000 mon.a (mon.0) 719 : cluster [DBG] mgrmap e19: a(active, since 1.01325s), standbys: b 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cluster 2024-04-19T14:36:11.768552+0000 mon.a (mon.0) 719 : cluster [DBG] mgrmap e19: a(active, since 1.01325s), standbys: b 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cluster 2024-04-19T14:36:11.774969+0000 mgr.a (mgr.14355) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cluster 2024-04-19T14:36:11.774969+0000 mgr.a (mgr.14355) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.888656+0000 mgr.a (mgr.14355) 15 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.888656+0000 mgr.a (mgr.14355) 15 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.889326+0000 mgr.a (mgr.14355) 16 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.889326+0000 mgr.a (mgr.14355) 16 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.889695+0000 mgr.a (mgr.14355) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: cephadm 2024-04-19T14:36:11.889695+0000 mgr.a (mgr.14355) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.257783+0000 mgr.a (mgr.14355) 18 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.257783+0000 mgr.a (mgr.14355) 18 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.368644+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.368644+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.373162+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.373162+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.381800+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.381800+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.386984+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.386984+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.391588+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.391588+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.396223+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.396223+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.400873+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.400873+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.405443+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.405443+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.488440+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.488440+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.612750+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:36:13.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:12 smithi117 bash[21844]: audit 2024-04-19T14:36:12.612750+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:36:13.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.674019+0000 mgr.a (mgr.14355) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.674019+0000 mgr.a (mgr.14355) 11 : cephadm [INF] Updating smithi173:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.674778+0000 mgr.a (mgr.14355) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.674778+0000 mgr.a (mgr.14355) 12 : cephadm [INF] Updating smithi117:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.674912+0000 mgr.a (mgr.14355) 13 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.674912+0000 mgr.a (mgr.14355) 13 : cephadm [INF] Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cluster 2024-04-19T14:36:11.768552+0000 mon.a (mon.0) 719 : cluster [DBG] mgrmap e19: a(active, since 1.01325s), standbys: b 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cluster 2024-04-19T14:36:11.768552+0000 mon.a (mon.0) 719 : cluster [DBG] mgrmap e19: a(active, since 1.01325s), standbys: b 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cluster 2024-04-19T14:36:11.774969+0000 mgr.a (mgr.14355) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cluster 2024-04-19T14:36:11.774969+0000 mgr.a (mgr.14355) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.888656+0000 mgr.a (mgr.14355) 15 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.888656+0000 mgr.a (mgr.14355) 15 : cephadm [INF] Updating smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.889326+0000 mgr.a (mgr.14355) 16 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.889326+0000 mgr.a (mgr.14355) 16 : cephadm [INF] Updating smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.889695+0000 mgr.a (mgr.14355) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: cephadm 2024-04-19T14:36:11.889695+0000 mgr.a (mgr.14355) 17 : cephadm [INF] Updating smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.257783+0000 mgr.a (mgr.14355) 18 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.257783+0000 mgr.a (mgr.14355) 18 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:13.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.368644+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.368644+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.373162+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.373162+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.381800+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.381800+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.386984+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.386984+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.391588+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.391588+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.396223+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.396223+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.400873+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.400873+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.405443+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.405443+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.488440+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.488440+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.612750+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:36:13.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:12 smithi130 bash[22211]: audit 2024-04-19T14:36:12.612750+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi130", "caps": []}]: dispatch 2024-04-19T14:36:13.834 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: cluster 2024-04-19T14:36:12.771327+0000 mgr.a (mgr.14355) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.834 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: cluster 2024-04-19T14:36:12.771327+0000 mgr.a (mgr.14355) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: cluster 2024-04-19T14:36:12.784051+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: cluster 2024-04-19T14:36:12.784051+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:12.785997+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:12.785997+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.083235+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.083235+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.588569+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.588569+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.723164+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.723164+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.753948+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.753948+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.756199+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.756199+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:13.835 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.756380+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:13.836 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:13 smithi130 bash[22211]: audit 2024-04-19T14:36:13.756380+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: cluster 2024-04-19T14:36:12.771327+0000 mgr.a (mgr.14355) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: cluster 2024-04-19T14:36:12.771327+0000 mgr.a (mgr.14355) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: cluster 2024-04-19T14:36:12.784051+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: cluster 2024-04-19T14:36:12.784051+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:12.785997+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:12.785997+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.083235+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.043 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.083235+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.588569+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.588569+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.723164+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.723164+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.753948+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.753948+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.756199+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.756199+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.756380+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:14.044 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:13 smithi117 bash[21844]: audit 2024-04-19T14:36:13.756380+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:14.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: cluster 2024-04-19T14:36:12.771327+0000 mgr.a (mgr.14355) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: cluster 2024-04-19T14:36:12.771327+0000 mgr.a (mgr.14355) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: cluster 2024-04-19T14:36:12.784051+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: cluster 2024-04-19T14:36:12.784051+0000 mon.a (mon.0) 730 : cluster [DBG] osdmap e24: 3 total, 3 up, 3 in 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:12.785997+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:12.785997+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.083235+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.083235+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.588569+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.588569+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.723164+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.723164+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.753948+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.753948+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.756199+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.756199+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi173", "caps": []}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.756380+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:14.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:13 smithi173 bash[22670]: audit 2024-04-19T14:36:13.756380+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi117", "caps": []}]: dispatch 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:13.776240+0000 mon.a (mon.0) 738 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:13.776240+0000 mon.a (mon.0) 738 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: cluster 2024-04-19T14:36:13.782697+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: cluster 2024-04-19T14:36:13.782697+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: cluster 2024-04-19T14:36:13.807445+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: cluster 2024-04-19T14:36:13.807445+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:13.838348+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:13.838348+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.097219+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.069 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.097219+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.224580+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.224580+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.373294+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.373294+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.378782+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.378782+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.508223+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.508223+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.659931+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.070 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:14 smithi117 bash[21844]: audit 2024-04-19T14:36:14.659931+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:13.776240+0000 mon.a (mon.0) 738 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-19T14:36:15.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:13.776240+0000 mon.a (mon.0) 738 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-19T14:36:15.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: cluster 2024-04-19T14:36:13.782697+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-19T14:36:15.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: cluster 2024-04-19T14:36:13.782697+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-19T14:36:15.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: cluster 2024-04-19T14:36:13.807445+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: cluster 2024-04-19T14:36:13.807445+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:13.838348+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:13.838348+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.097219+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.097219+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.224580+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.224580+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.373294+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.373294+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.378782+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.378782+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.508223+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.508223+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.659931+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:14 smithi173 bash[22670]: audit 2024-04-19T14:36:14.659931+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:13.776240+0000 mon.a (mon.0) 738 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-19T14:36:15.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:13.776240+0000 mon.a (mon.0) 738 : audit [INF] from='client.? 172.21.15.117:0/89654717' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-19T14:36:15.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: cluster 2024-04-19T14:36:13.782697+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-19T14:36:15.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: cluster 2024-04-19T14:36:13.782697+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: cluster 2024-04-19T14:36:13.807445+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: cluster 2024-04-19T14:36:13.807445+0000 mon.a (mon.0) 740 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:13.838348+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:13.838348+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.097219+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.097219+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.224580+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.224580+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.373294+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.373294+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.378782+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.378782+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.508223+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.508223+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.659931+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:15.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:14 smithi130 bash[22211]: audit 2024-04-19T14:36:14.659931+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.058 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: cluster 2024-04-19T14:36:14.771956+0000 mgr.a (mgr.14355) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: cluster 2024-04-19T14:36:14.771956+0000 mgr.a (mgr.14355) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: cluster 2024-04-19T14:36:14.797494+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: cluster 2024-04-19T14:36:14.797494+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: audit 2024-04-19T14:36:15.535731+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: audit 2024-04-19T14:36:15.535731+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: audit 2024-04-19T14:36:15.536867+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: audit 2024-04-19T14:36:15.536867+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: audit 2024-04-19T14:36:15.545172+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: audit 2024-04-19T14:36:15.545172+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: cephadm 2024-04-19T14:36:15.545703+0000 mgr.a (mgr.14355) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:16.059 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:15 smithi173 bash[22670]: cephadm 2024-04-19T14:36:15.545703+0000 mgr.a (mgr.14355) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: cluster 2024-04-19T14:36:14.771956+0000 mgr.a (mgr.14355) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: cluster 2024-04-19T14:36:14.771956+0000 mgr.a (mgr.14355) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: cluster 2024-04-19T14:36:14.797494+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: cluster 2024-04-19T14:36:14.797494+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: audit 2024-04-19T14:36:15.535731+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: audit 2024-04-19T14:36:15.535731+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: audit 2024-04-19T14:36:15.536867+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: audit 2024-04-19T14:36:15.536867+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: audit 2024-04-19T14:36:15.545172+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: audit 2024-04-19T14:36:15.545172+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.060 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: cephadm 2024-04-19T14:36:15.545703+0000 mgr.a (mgr.14355) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:16.061 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:15 smithi130 bash[22211]: cephadm 2024-04-19T14:36:15.545703+0000 mgr.a (mgr.14355) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: cluster 2024-04-19T14:36:14.771956+0000 mgr.a (mgr.14355) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: cluster 2024-04-19T14:36:14.771956+0000 mgr.a (mgr.14355) 20 : cluster [DBG] pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: cluster 2024-04-19T14:36:14.797494+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: cluster 2024-04-19T14:36:14.797494+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e26: 3 total, 3 up, 3 in 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: audit 2024-04-19T14:36:15.535731+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: audit 2024-04-19T14:36:15.535731+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: audit 2024-04-19T14:36:15.536867+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: audit 2024-04-19T14:36:15.536867+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: audit 2024-04-19T14:36:15.545172+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: audit 2024-04-19T14:36:15.545172+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: cephadm 2024-04-19T14:36:15.545703+0000 mgr.a (mgr.14355) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:16.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:15 smithi117 bash[21844]: cephadm 2024-04-19T14:36:15.545703+0000 mgr.a (mgr.14355) 21 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: cluster 2024-04-19T14:36:15.810289+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: cluster 2024-04-19T14:36:15.810289+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: cluster 2024-04-19T14:36:15.825477+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: cluster 2024-04-19T14:36:15.825477+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.829530+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.829530+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.873667+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.873667+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.878285+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.878285+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.948869+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:15.948869+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.048682+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.048682+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.053410+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.053410+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.057660+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.057660+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.062957+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.062957+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.179288+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.179288+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.184323+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.184323+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.188930+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.188930+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.303316+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.303316+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.751885+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.751885+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.757618+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.757618+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.763117+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:16.904 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:16 smithi117 bash[21844]: audit 2024-04-19T14:36:16.763117+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: cluster 2024-04-19T14:36:15.810289+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: cluster 2024-04-19T14:36:15.810289+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: cluster 2024-04-19T14:36:15.825477+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: cluster 2024-04-19T14:36:15.825477+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.829530+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.829530+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.873667+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.873667+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.074 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.878285+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.878285+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.948869+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:15.948869+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.048682+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.048682+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.053410+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.053410+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.057660+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.057660+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.062957+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.062957+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.075 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.179288+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.179288+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.184323+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.184323+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.188930+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.188930+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.303316+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.303316+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.751885+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.751885+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.757618+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.757618+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.763117+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.076 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:16 smithi173 bash[22670]: audit 2024-04-19T14:36:16.763117+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: cluster 2024-04-19T14:36:15.810289+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: cluster 2024-04-19T14:36:15.810289+0000 mon.a (mon.0) 752 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: cluster 2024-04-19T14:36:15.825477+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: cluster 2024-04-19T14:36:15.825477+0000 mon.a (mon.0) 753 : cluster [DBG] osdmap e27: 3 total, 3 up, 3 in 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.829530+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.829530+0000 mon.a (mon.0) 754 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]: dispatch 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.873667+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.873667+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.878285+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.878285+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.948869+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:15.948869+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.048682+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.048682+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.053410+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.053410+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.057660+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.057660+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.062957+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.062957+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.179288+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.179288+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.184323+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.184323+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.188930+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.188930+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.303316+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.303316+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.751885+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.751885+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.757618+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.757618+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.763117+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.225 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:16 smithi130 bash[22211]: audit 2024-04-19T14:36:16.763117+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: cluster 2024-04-19T14:36:16.772424+0000 mgr.a (mgr.14355) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-19T14:36:17.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: cluster 2024-04-19T14:36:16.772424+0000 mgr.a (mgr.14355) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-19T14:36:17.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: audit 2024-04-19T14:36:16.824323+0000 mon.a (mon.0) 769 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-19T14:36:17.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: audit 2024-04-19T14:36:16.824323+0000 mon.a (mon.0) 769 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-19T14:36:17.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: cluster 2024-04-19T14:36:16.827824+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-19T14:36:17.902 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: cluster 2024-04-19T14:36:16.827824+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-19T14:36:17.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: audit 2024-04-19T14:36:17.077588+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: audit 2024-04-19T14:36:17.077588+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: audit 2024-04-19T14:36:17.638182+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: audit 2024-04-19T14:36:17.638182+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:17.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: cluster 2024-04-19T14:36:17.761158+0000 mon.a (mon.0) 773 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:36:17.903 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:17 smithi117 bash[21844]: cluster 2024-04-19T14:36:17.761158+0000 mon.a (mon.0) 773 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:36:18.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: cluster 2024-04-19T14:36:16.772424+0000 mgr.a (mgr.14355) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-19T14:36:18.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: cluster 2024-04-19T14:36:16.772424+0000 mgr.a (mgr.14355) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-19T14:36:18.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: audit 2024-04-19T14:36:16.824323+0000 mon.a (mon.0) 769 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-19T14:36:18.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: audit 2024-04-19T14:36:16.824323+0000 mon.a (mon.0) 769 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-19T14:36:18.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: cluster 2024-04-19T14:36:16.827824+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: cluster 2024-04-19T14:36:16.827824+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: audit 2024-04-19T14:36:17.077588+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: audit 2024-04-19T14:36:17.077588+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: audit 2024-04-19T14:36:17.638182+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: audit 2024-04-19T14:36:17.638182+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: cluster 2024-04-19T14:36:17.761158+0000 mon.a (mon.0) 773 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:36:18.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:17 smithi173 bash[22670]: cluster 2024-04-19T14:36:17.761158+0000 mon.a (mon.0) 773 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: cluster 2024-04-19T14:36:16.772424+0000 mgr.a (mgr.14355) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: cluster 2024-04-19T14:36:16.772424+0000 mgr.a (mgr.14355) 22 : cluster [DBG] pgmap v10: 65 pgs: 12 creating+peering, 9 active+clean, 44 unknown; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: audit 2024-04-19T14:36:16.824323+0000 mon.a (mon.0) 769 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: audit 2024-04-19T14:36:16.824323+0000 mon.a (mon.0) 769 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.log","app": "rgw"}]': finished 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: cluster 2024-04-19T14:36:16.827824+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: cluster 2024-04-19T14:36:16.827824+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e28: 3 total, 3 up, 3 in 2024-04-19T14:36:18.145 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: audit 2024-04-19T14:36:17.077588+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.146 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: audit 2024-04-19T14:36:17.077588+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.146 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: audit 2024-04-19T14:36:17.638182+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.146 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: audit 2024-04-19T14:36:17.638182+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:18.146 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: cluster 2024-04-19T14:36:17.761158+0000 mon.a (mon.0) 773 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:36:18.146 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:17 smithi130 bash[22211]: cluster 2024-04-19T14:36:17.761158+0000 mon.a (mon.0) 773 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: cluster 2024-04-19T14:36:17.844387+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: cluster 2024-04-19T14:36:17.844387+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:17.846596+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:17.846596+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.332359+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.332359+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.341547+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.341547+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.348634+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.348634+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.445018+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.445018+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.473059+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:18 smithi173 bash[22670]: audit 2024-04-19T14:36:18.473059+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: cluster 2024-04-19T14:36:17.844387+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: cluster 2024-04-19T14:36:17.844387+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:17.846596+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:17.846596+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.332359+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.332359+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.341547+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.341547+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.348634+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.348634+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.445018+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.445018+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.473059+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:18 smithi117 bash[21844]: audit 2024-04-19T14:36:18.473059+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: cluster 2024-04-19T14:36:17.844387+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-19T14:36:19.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: cluster 2024-04-19T14:36:17.844387+0000 mon.a (mon.0) 774 : cluster [DBG] osdmap e29: 3 total, 3 up, 3 in 2024-04-19T14:36:19.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:17.846596+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-19T14:36:19.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:17.846596+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]: dispatch 2024-04-19T14:36:19.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.332359+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.332359+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.341547+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.341547+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.348634+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.348634+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.445018+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.445018+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.473059+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:18 smithi130 bash[22211]: audit 2024-04-19T14:36:18.473059+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: cluster 2024-04-19T14:36:18.773093+0000 mgr.a (mgr.14355) 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; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: cluster 2024-04-19T14:36:18.773093+0000 mgr.a (mgr.14355) 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; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:18.839229+0000 mon.a (mon.0) 781 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:18.839229+0000 mon.a (mon.0) 781 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: cluster 2024-04-19T14:36:18.843288+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: cluster 2024-04-19T14:36:18.843288+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:19.094115+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:19.094115+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:19.102787+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:19.102787+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:19.113309+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:19.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:19 smithi130 bash[22211]: audit 2024-04-19T14:36:19.113309+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: cluster 2024-04-19T14:36:18.773093+0000 mgr.a (mgr.14355) 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; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-19T14:36:20.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: cluster 2024-04-19T14:36:18.773093+0000 mgr.a (mgr.14355) 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; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-19T14:36:20.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:18.839229+0000 mon.a (mon.0) 781 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-19T14:36:20.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:18.839229+0000 mon.a (mon.0) 781 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-19T14:36:20.099 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: cluster 2024-04-19T14:36:18.843288+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: cluster 2024-04-19T14:36:18.843288+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:19.094115+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:19.094115+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:19.102787+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:19.102787+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:19.113309+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.100 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:19 smithi173 bash[22670]: audit 2024-04-19T14:36:19.113309+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: cluster 2024-04-19T14:36:18.773093+0000 mgr.a (mgr.14355) 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; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: cluster 2024-04-19T14:36:18.773093+0000 mgr.a (mgr.14355) 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; 62 KiB/s rd, 3.7 KiB/s wr, 45 op/s 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:18.839229+0000 mon.a (mon.0) 781 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:18.839229+0000 mon.a (mon.0) 781 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.control","app": "rgw"}]': finished 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: cluster 2024-04-19T14:36:18.843288+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: cluster 2024-04-19T14:36:18.843288+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e30: 3 total, 3 up, 3 in 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:19.094115+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:19.094115+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:19.102787+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:19.102787+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:19.113309+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:20.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:19 smithi117 bash[21844]: audit 2024-04-19T14:36:19.113309+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:21.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:20 smithi173 bash[22670]: cluster 2024-04-19T14:36:19.869260+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-19T14:36:21.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:20 smithi173 bash[22670]: cluster 2024-04-19T14:36:19.869260+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-19T14:36:21.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:20 smithi173 bash[22670]: audit 2024-04-19T14:36:19.871400+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-19T14:36:21.116 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:20 smithi173 bash[22670]: audit 2024-04-19T14:36:19.871400+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-19T14:36:21.151 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:20 smithi117 bash[21844]: cluster 2024-04-19T14:36:19.869260+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-19T14:36:21.151 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:20 smithi117 bash[21844]: cluster 2024-04-19T14:36:19.869260+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-19T14:36:21.151 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:20 smithi117 bash[21844]: audit 2024-04-19T14:36:19.871400+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-19T14:36:21.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:20 smithi117 bash[21844]: audit 2024-04-19T14:36:19.871400+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-19T14:36:21.221 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:20 smithi130 bash[22211]: cluster 2024-04-19T14:36:19.869260+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-19T14:36:21.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:20 smithi130 bash[22211]: cluster 2024-04-19T14:36:19.869260+0000 mon.a (mon.0) 786 : cluster [DBG] osdmap e31: 3 total, 3 up, 3 in 2024-04-19T14:36:21.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:20 smithi130 bash[22211]: audit 2024-04-19T14:36:19.871400+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-19T14:36:21.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:20 smithi130 bash[22211]: audit 2024-04-19T14:36:19.871400+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]: dispatch 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: cluster 2024-04-19T14:36:20.773877+0000 mgr.a (mgr.14355) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: cluster 2024-04-19T14:36:20.773877+0000 mgr.a (mgr.14355) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:20.868636+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:20.868636+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: cluster 2024-04-19T14:36:20.877847+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: cluster 2024-04-19T14:36:20.877847+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:20.880247+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:20.880247+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:20.998375+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:20.998375+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.004491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.004491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.012040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.012040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.018073+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.018073+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.020508+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.020508+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.021173+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.021173+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.028029+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.028029+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.303384+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.303384+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.312546+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.312546+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.320083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:21 smithi117 bash[21844]: audit 2024-04-19T14:36:21.320083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.222 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: cluster 2024-04-19T14:36:20.773877+0000 mgr.a (mgr.14355) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: cluster 2024-04-19T14:36:20.773877+0000 mgr.a (mgr.14355) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:20.868636+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:20.868636+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: cluster 2024-04-19T14:36:20.877847+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: cluster 2024-04-19T14:36:20.877847+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:20.880247+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:20.880247+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:20.998375+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:20.998375+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.004491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.004491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.223 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.012040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.012040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.018073+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.018073+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.020508+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.020508+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.021173+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.021173+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.028029+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.028029+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.303384+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.303384+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.312546+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.312546+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.320083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.224 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:21 smithi130 bash[22211]: audit 2024-04-19T14:36:21.320083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: cluster 2024-04-19T14:36:20.773877+0000 mgr.a (mgr.14355) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-19T14:36:22.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: cluster 2024-04-19T14:36:20.773877+0000 mgr.a (mgr.14355) 24 : cluster [DBG] pgmap v16: 129 pgs: 64 unknown, 32 creating+peering, 33 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 61 KiB/s rd, 3.2 KiB/s wr, 43 op/s 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:20.868636+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:20.868636+0000 mon.a (mon.0) 788 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": "myzone1.rgw.meta","app": "rgw"}]': finished 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: cluster 2024-04-19T14:36:20.877847+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: cluster 2024-04-19T14:36:20.877847+0000 mon.a (mon.0) 789 : cluster [DBG] osdmap e32: 3 total, 3 up, 3 in 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:20.880247+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:20.880247+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd=[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:20.998375+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:20.998375+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.004491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.004491+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.012040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.012040+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.018073+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.018073+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.020508+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.020508+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.021173+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.021173+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.028029+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.028029+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.303384+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.303384+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.312546+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.312546+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.320083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:21 smithi173 bash[22670]: audit 2024-04-19T14:36:21.320083+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:22.735 INFO:teuthology.orchestra.run.smithi117.stdout:Realm(s) created correctly. Please, use 'ceph rgw realm tokens' to get the token. 2024-04-19T14:36:23.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.871433+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.871433+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: cluster 2024-04-19T14:36:21.877479+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: cluster 2024-04-19T14:36:21.877479+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.917635+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.917635+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.924023+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.924023+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.933315+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:21.933315+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.559419+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.559419+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.565032+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.565032+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.572032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.572032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.739728+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.739728+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.783306+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.783306+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.786355+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.786355+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.787090+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.787090+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.792702+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.154 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.792702+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.796354+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.796354+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.798314+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.798314+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.806214+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.806214+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.807893+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.155 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:22 smithi117 bash[21844]: audit 2024-04-19T14:36:22.807893+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.871433+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.871433+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: cluster 2024-04-19T14:36:21.877479+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: cluster 2024-04-19T14:36:21.877479+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.917635+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.917635+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.213 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.924023+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.924023+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.933315+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:21.933315+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.559419+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.559419+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.565032+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.565032+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.572032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.572032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.739728+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.739728+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.783306+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:23.214 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.783306+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.786355+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.786355+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.787090+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.787090+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.792702+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.792702+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.796354+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.796354+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.798314+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.798314+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.806214+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.806214+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.215 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.807893+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.216 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:22 smithi130 bash[22211]: audit 2024-04-19T14:36:22.807893+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.871433+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.871433+0000 mon.a (mon.0) 801 : audit [INF] from='client.? 172.21.15.117:0/3628307642' entity='mgr.a' cmd='[{"prefix": "osd pool set", "pool": "myzone1.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: cluster 2024-04-19T14:36:21.877479+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: cluster 2024-04-19T14:36:21.877479+0000 mon.a (mon.0) 802 : cluster [DBG] osdmap e33: 3 total, 3 up, 3 in 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.917635+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.917635+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.924023+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.924023+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.933315+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:21.933315+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.559419+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.559419+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.565032+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.565032+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.572032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.572032+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.739728+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.739728+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.783306+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.783306+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.786355+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.786355+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.787090+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.787090+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.792702+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.351 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.792702+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.796354+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.796354+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.798314+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.798314+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi130.zleuti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.806214+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.806214+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.807893+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.352 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:22 smithi173 bash[22670]: audit 2024-04-19T14:36:22.807893+0000 mon.a (mon.0) 817 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:23.438 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-19T14:36:23.451 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi117.front.sepia.ceph.com 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 -- bash -c 'set -e 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> set -x 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> while true; do TOKEN=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"'); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> TOKENS=$(ceph rgw realm tokens) 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2024-04-19T14:36:23.452 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'"'"' 2024-04-19T14:36:23.453 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2024-04-19T14:36:23.453 DEBUG:teuthology.orchestra.run.smithi117:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2024-04-19T14:36:23.453 DEBUG:teuthology.orchestra.run.smithi117:> ' 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cephadm 2024-04-19T14:36:22.732589+0000 mgr.a (mgr.14355) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cephadm 2024-04-19T14:36:22.732589+0000 mgr.a (mgr.14355) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cluster 2024-04-19T14:36:22.774358+0000 mgr.a (mgr.14355) 26 : 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-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cluster 2024-04-19T14:36:22.774358+0000 mgr.a (mgr.14355) 26 : 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-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cephadm 2024-04-19T14:36:22.809167+0000 mgr.a (mgr.14355) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi130.zleuti on smithi130 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cephadm 2024-04-19T14:36:22.809167+0000 mgr.a (mgr.14355) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi130.zleuti on smithi130 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cluster 2024-04-19T14:36:23.735546+0000 mon.a (mon.0) 818 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cluster 2024-04-19T14:36:23.735546+0000 mon.a (mon.0) 818 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:36:24.152 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cluster 2024-04-19T14:36:23.735625+0000 mon.a (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-04-19T14:36:24.153 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:23 smithi117 bash[21844]: cluster 2024-04-19T14:36:23.735625+0000 mon.a (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-04-19T14:36:24.205 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cephadm 2024-04-19T14:36:22.732589+0000 mgr.a (mgr.14355) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:24.205 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cephadm 2024-04-19T14:36:22.732589+0000 mgr.a (mgr.14355) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:24.205 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cluster 2024-04-19T14:36:22.774358+0000 mgr.a (mgr.14355) 26 : 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-04-19T14:36:24.205 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cluster 2024-04-19T14:36:22.774358+0000 mgr.a (mgr.14355) 26 : 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-04-19T14:36:24.206 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cephadm 2024-04-19T14:36:22.809167+0000 mgr.a (mgr.14355) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi130.zleuti on smithi130 2024-04-19T14:36:24.206 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cephadm 2024-04-19T14:36:22.809167+0000 mgr.a (mgr.14355) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi130.zleuti on smithi130 2024-04-19T14:36:24.206 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cluster 2024-04-19T14:36:23.735546+0000 mon.a (mon.0) 818 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:36:24.206 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cluster 2024-04-19T14:36:23.735546+0000 mon.a (mon.0) 818 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:36:24.206 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cluster 2024-04-19T14:36:23.735625+0000 mon.a (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-04-19T14:36:24.206 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:23 smithi130 bash[22211]: cluster 2024-04-19T14:36:23.735625+0000 mon.a (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cephadm 2024-04-19T14:36:22.732589+0000 mgr.a (mgr.14355) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cephadm 2024-04-19T14:36:22.732589+0000 mgr.a (mgr.14355) 25 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cluster 2024-04-19T14:36:22.774358+0000 mgr.a (mgr.14355) 26 : 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-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cluster 2024-04-19T14:36:22.774358+0000 mgr.a (mgr.14355) 26 : 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-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cephadm 2024-04-19T14:36:22.809167+0000 mgr.a (mgr.14355) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi130.zleuti on smithi130 2024-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cephadm 2024-04-19T14:36:22.809167+0000 mgr.a (mgr.14355) 27 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi130.zleuti on smithi130 2024-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cluster 2024-04-19T14:36:23.735546+0000 mon.a (mon.0) 818 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:36:24.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cluster 2024-04-19T14:36:23.735546+0000 mon.a (mon.0) 818 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-19T14:36:24.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cluster 2024-04-19T14:36:23.735625+0000 mon.a (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-04-19T14:36:24.350 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:23 smithi173 bash[22670]: cluster 2024-04-19T14:36:23.735625+0000 mon.a (mon.0) 819 : cluster [INF] Cluster is now healthy 2024-04-19T14:36:25.221 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:25 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:25.222 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:25 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:25.222 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:25 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:25.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:25 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:25.722 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:25 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:25.722 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:25 smithi130 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: cluster 2024-04-19T14:36:24.774975+0000 mgr.a (mgr.14355) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 345 B/s wr, 1 op/s 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: cluster 2024-04-19T14:36:24.774975+0000 mgr.a (mgr.14355) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 345 B/s wr, 1 op/s 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.403778+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.403778+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.413132+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.413132+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.472 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.436930+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.436930+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.438580+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.438580+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.441515+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.441515+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.452226+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.452226+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.455957+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: audit 2024-04-19T14:36:25.455957+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: cephadm 2024-04-19T14:36:25.457939+0000 mgr.a (mgr.14355) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi173.otahay on smithi173 2024-04-19T14:36:26.473 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:26 smithi130 bash[22211]: cephadm 2024-04-19T14:36:25.457939+0000 mgr.a (mgr.14355) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi173.otahay on smithi173 2024-04-19T14:36:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: cluster 2024-04-19T14:36:24.774975+0000 mgr.a (mgr.14355) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 345 B/s wr, 1 op/s 2024-04-19T14:36:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: cluster 2024-04-19T14:36:24.774975+0000 mgr.a (mgr.14355) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 345 B/s wr, 1 op/s 2024-04-19T14:36:26.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.403778+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.403778+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.413132+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.413132+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.436930+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.436930+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.438580+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.438580+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.441515+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.441515+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.452226+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.452226+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.455957+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:26.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: audit 2024-04-19T14:36:25.455957+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:26.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: cephadm 2024-04-19T14:36:25.457939+0000 mgr.a (mgr.14355) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi173.otahay on smithi173 2024-04-19T14:36:26.655 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:26 smithi117 bash[21844]: cephadm 2024-04-19T14:36:25.457939+0000 mgr.a (mgr.14355) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi173.otahay on smithi173 2024-04-19T14:36:26.665 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: cluster 2024-04-19T14:36:24.774975+0000 mgr.a (mgr.14355) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 345 B/s wr, 1 op/s 2024-04-19T14:36:26.665 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: cluster 2024-04-19T14:36:24.774975+0000 mgr.a (mgr.14355) 28 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 579 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 172 B/s rd, 345 B/s wr, 1 op/s 2024-04-19T14:36:26.665 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.403778+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.403778+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.413132+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.413132+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.436930+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.436930+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.438580+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.438580+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.441515+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.441515+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.myrealm1.myzone1.smithi173.otahay", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.452226+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.452226+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.455957+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:26.666 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: audit 2024-04-19T14:36:25.455957+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:26.667 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: cephadm 2024-04-19T14:36:25.457939+0000 mgr.a (mgr.14355) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi173.otahay on smithi173 2024-04-19T14:36:26.667 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:26 smithi173 bash[22670]: cephadm 2024-04-19T14:36:25.457939+0000 mgr.a (mgr.14355) 29 : cephadm [INF] Deploying daemon rgw.myrealm1.myzone1.smithi173.otahay on smithi173 2024-04-19T14:36:27.848 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:27 smithi173 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:27.849 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:36:27 smithi173 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:28.171 INFO:teuthology.orchestra.run.smithi117.stderr:Inferring config /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:36:28.349 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:27 smithi173 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:28.349 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:36:27 smithi173 systemd[1]: /etc/systemd/system/ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-19T14:36:28.651 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: cluster 2024-04-19T14:36:26.775989+0000 mgr.a (mgr.14355) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 2.2 KiB/s wr, 43 op/s 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: cluster 2024-04-19T14:36:26.775989+0000 mgr.a (mgr.14355) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 2.2 KiB/s wr, 43 op/s 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.026669+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.026669+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.035398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.035398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.084390+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.084390+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.086027+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:28.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:28 smithi117 bash[21844]: audit 2024-04-19T14:36:28.086027+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: cluster 2024-04-19T14:36:26.775989+0000 mgr.a (mgr.14355) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 2.2 KiB/s wr, 43 op/s 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: cluster 2024-04-19T14:36:26.775989+0000 mgr.a (mgr.14355) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 2.2 KiB/s wr, 43 op/s 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.026669+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.026669+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.035398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.035398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.084390+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.084390+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.086027+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:28.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:28 smithi130 bash[22211]: audit 2024-04-19T14:36:28.086027+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: cluster 2024-04-19T14:36:26.775989+0000 mgr.a (mgr.14355) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 2.2 KiB/s wr, 43 op/s 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: cluster 2024-04-19T14:36:26.775989+0000 mgr.a (mgr.14355) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 580 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 2.2 KiB/s wr, 43 op/s 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.026669+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.026669+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.035398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.035398+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.084390+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.084390+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:28.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.086027+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:28.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:28 smithi173 bash[22670]: audit 2024-04-19T14:36:28.086027+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.610 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.088500+0000 mgr.a (mgr.14355) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.088500+0000 mgr.a (mgr.14355) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.912824+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.912824+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.919381+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.919381+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.925853+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.925853+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.932604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.932604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.937283+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.611 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:28.937283+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.612 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:29.018163+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:29.612 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:29.018163+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:29.612 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:29.020819+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:29.612 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:29.020819+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:29.612 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:29.021550+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:29.612 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:29 smithi117 bash[21844]: audit 2024-04-19T14:36:29.021550+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:29.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.088500+0000 mgr.a (mgr.14355) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.088500+0000 mgr.a (mgr.14355) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.722 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.912824+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.912824+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.919381+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.919381+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.925853+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.925853+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.932604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.932604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.937283+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:28.937283+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:29.018163+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:29.018163+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:29.020819+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:29.020819+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:29.723 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:29.021550+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:29.724 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:29 smithi130 bash[22211]: audit 2024-04-19T14:36:29.021550+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:29.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.088500+0000 mgr.a (mgr.14355) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.088500+0000 mgr.a (mgr.14355) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "rgw zone modify", "realm_name": "myrealm1", "zonegroup_name": "myzonegroup1", "zone_name": "myzone1", "realm_token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiBudWxsLAogICAgImFjY2Vzc19rZXkiOiAiUEhEMjJFV0hONEE0VzBNRTgwUTEiLAogICAgInNlY3JldCI6ICJpdGp6STRuR013eWZBTkdITWtSeUpXU3VDejIwSTBZTDNSWmJnbndKIgp9", "zone_endpoints": ["http://smithi130:5500", "http://smithi173:5500"]}]: dispatch 2024-04-19T14:36:29.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.912824+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.912824+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.919381+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.919381+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.925853+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.925853+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.932604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.932604+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.937283+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:28.937283+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:29.018163+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:29.018163+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:29.020819+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:29.850 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:29.020819+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:29.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:29.021550+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:29.851 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:29 smithi173 bash[22670]: audit 2024-04-19T14:36:29.021550+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cluster 2024-04-19T14:36:28.776827+0000 mgr.a (mgr.14355) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 55 KiB/s rd, 7.2 KiB/s wr, 116 op/s 2024-04-19T14:36:30.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cluster 2024-04-19T14:36:28.776827+0000 mgr.a (mgr.14355) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 55 KiB/s rd, 7.2 KiB/s wr, 116 op/s 2024-04-19T14:36:30.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:28.927255+0000 mgr.a (mgr.14355) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:30.652 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:28.927255+0000 mgr.a (mgr.14355) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.026713+0000 mgr.a (mgr.14355) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.026713+0000 mgr.a (mgr.14355) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.499681+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.499681+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.504877+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.504877+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.514181+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.514181+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.521346+0000 mgr.a (mgr.14355) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.521346+0000 mgr.a (mgr.14355) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.612316+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.612316+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.615172+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:30.653 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.615172+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:30.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.615985+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.615985+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.620459+0000 mgr.a (mgr.14355) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.620459+0000 mgr.a (mgr.14355) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.886100+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.654 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:30 smithi117 bash[21844]: audit 2024-04-19T14:36:29.886100+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.754 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cluster 2024-04-19T14:36:28.776827+0000 mgr.a (mgr.14355) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 55 KiB/s rd, 7.2 KiB/s wr, 116 op/s 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cluster 2024-04-19T14:36:28.776827+0000 mgr.a (mgr.14355) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 55 KiB/s rd, 7.2 KiB/s wr, 116 op/s 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:28.927255+0000 mgr.a (mgr.14355) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:28.927255+0000 mgr.a (mgr.14355) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.026713+0000 mgr.a (mgr.14355) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.026713+0000 mgr.a (mgr.14355) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.499681+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.499681+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.504877+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.504877+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.514181+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.514181+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.755 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.521346+0000 mgr.a (mgr.14355) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.521346+0000 mgr.a (mgr.14355) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.612316+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.612316+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.615172+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.615172+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.615985+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.615985+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.620459+0000 mgr.a (mgr.14355) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.620459+0000 mgr.a (mgr.14355) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.886100+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.756 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:30 smithi173 bash[22670]: audit 2024-04-19T14:36:29.886100+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cluster 2024-04-19T14:36:28.776827+0000 mgr.a (mgr.14355) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 55 KiB/s rd, 7.2 KiB/s wr, 116 op/s 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cluster 2024-04-19T14:36:28.776827+0000 mgr.a (mgr.14355) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 55 KiB/s rd, 7.2 KiB/s wr, 116 op/s 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:28.927255+0000 mgr.a (mgr.14355) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:28.927255+0000 mgr.a (mgr.14355) 33 : cephadm [INF] Saving service rgw.myrealm1.myzone1 spec with placement count:2 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.026713+0000 mgr.a (mgr.14355) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.026713+0000 mgr.a (mgr.14355) 34 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.499681+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.499681+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.504877+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.504877+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.514181+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.514181+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.973 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.521346+0000 mgr.a (mgr.14355) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.521346+0000 mgr.a (mgr.14355) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.612316+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.612316+0000 mon.a (mon.0) 842 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.615172+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.615172+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.615985+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.615985+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.620459+0000 mgr.a (mgr.14355) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.620459+0000 mgr.a (mgr.14355) 36 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.886100+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:30.974 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:30 smithi130 bash[22211]: audit 2024-04-19T14:36:29.886100+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:31.148 INFO:teuthology.orchestra.run.smithi117.stderr:+ true 2024-04-19T14:36:31.149 INFO:teuthology.orchestra.run.smithi117.stderr:++ ceph rgw realm tokens 2024-04-19T14:36:31.149 INFO:teuthology.orchestra.run.smithi117.stderr:++ jq -r '.[0].token' 2024-04-19T14:36:31.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:31 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.886609+0000 mgr.a (mgr.14355) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:31.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:31 smithi173 bash[22670]: cephadm 2024-04-19T14:36:29.886609+0000 mgr.a (mgr.14355) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:31.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:31 smithi173 bash[22670]: audit 2024-04-19T14:36:30.861742+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:31.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:31 smithi173 bash[22670]: audit 2024-04-19T14:36:30.861742+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:31.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:31 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.886609+0000 mgr.a (mgr.14355) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:31.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:31 smithi117 bash[21844]: cephadm 2024-04-19T14:36:29.886609+0000 mgr.a (mgr.14355) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:31.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:31 smithi117 bash[21844]: audit 2024-04-19T14:36:30.861742+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:31.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:31 smithi117 bash[21844]: audit 2024-04-19T14:36:30.861742+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:31.918 INFO:teuthology.orchestra.run.smithi117.stderr:+ TOKEN=ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ== 2024-04-19T14:36:31.918 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ== 2024-04-19T14:36:31.918 INFO:teuthology.orchestra.run.smithi117.stderr:+ '[' ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ== '!=' 'master zone has no endpoint' ']' 2024-04-19T14:36:31.918 INFO:teuthology.orchestra.run.smithi117.stderr:+ break 2024-04-19T14:36:31.919 INFO:teuthology.orchestra.run.smithi117.stdout:ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ== 2024-04-19T14:36:31.919 INFO:teuthology.orchestra.run.smithi117.stderr:++ ceph rgw realm tokens 2024-04-19T14:36:31.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:31 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.886609+0000 mgr.a (mgr.14355) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:31.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:31 smithi130 bash[22211]: cephadm 2024-04-19T14:36:29.886609+0000 mgr.a (mgr.14355) 37 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:36:31.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:31 smithi130 bash[22211]: audit 2024-04-19T14:36:30.861742+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:31.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:31 smithi130 bash[22211]: audit 2024-04-19T14:36:30.861742+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14355 172.21.15.117:0/1998583588' entity='mgr.a' 2024-04-19T14:36:32.669 INFO:teuthology.orchestra.run.smithi117.stderr:+ TOKENS='[ 2024-04-19T14:36:32.669 INFO:teuthology.orchestra.run.smithi117.stderr: { 2024-04-19T14:36:32.669 INFO:teuthology.orchestra.run.smithi117.stderr: "realm": "myrealm1", 2024-04-19T14:36:32.670 INFO:teuthology.orchestra.run.smithi117.stderr: "token": "ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ==" 2024-04-19T14:36:32.670 INFO:teuthology.orchestra.run.smithi117.stderr: } 2024-04-19T14:36:32.670 INFO:teuthology.orchestra.run.smithi117.stderr:]' 2024-04-19T14:36:32.670 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ=="' '}' ']' 2024-04-19T14:36:32.670 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status '.[0].realm == "myrealm1"' 2024-04-19T14:36:32.671 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-04-19T14:36:32.671 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '[' '{' '"realm":' '"myrealm1",' '"token":' '"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ=="' '}' ']' 2024-04-19T14:36:32.672 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status '.[0].token' 2024-04-19T14:36:32.673 INFO:teuthology.orchestra.run.smithi117.stdout:"ewogICAgInJlYWxtX25hbWUiOiAibXlyZWFsbTEiLAogICAgInJlYWxtX2lkIjogIjVjYzk1NzM4LTgwMjUtNDMyOS05YjcxLTQ4OTE1ZmJhZWRlOSIsCiAgICAiZW5kcG9pbnQiOiAiaHR0cDovL3NtaXRoaTEzMDo1NTAwIiwKICAgICJhY2Nlc3Nfa2V5IjogIlBIRDIyRVdITjRBNFcwTUU4MFExIiwKICAgICJzZWNyZXQiOiAiaXRqekk0bkdNd3lmQU5HSE1rUnlKV1N1Q3oyMEkwWUwzUlpiZ253SiIKfQ==" 2024-04-19T14:36:32.674 INFO:teuthology.orchestra.run.smithi117.stderr:++ ceph rgw realm tokens 2024-04-19T14:36:32.674 INFO:teuthology.orchestra.run.smithi117.stderr:++ jq -r '.[0].token' 2024-04-19T14:36:32.674 INFO:teuthology.orchestra.run.smithi117.stderr:++ base64 --decode 2024-04-19T14:36:32.848 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:32 smithi173 bash[22670]: cluster 2024-04-19T14:36:30.777341+0000 mgr.a (mgr.14355) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 5.9 KiB/s wr, 94 op/s 2024-04-19T14:36:32.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:32 smithi173 bash[22670]: cluster 2024-04-19T14:36:30.777341+0000 mgr.a (mgr.14355) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 5.9 KiB/s wr, 94 op/s 2024-04-19T14:36:32.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:32 smithi173 bash[22670]: audit 2024-04-19T14:36:31.524583+0000 mgr.a (mgr.14355) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:32.849 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:32 smithi173 bash[22670]: audit 2024-04-19T14:36:31.524583+0000 mgr.a (mgr.14355) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:32.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:32 smithi117 bash[21844]: cluster 2024-04-19T14:36:30.777341+0000 mgr.a (mgr.14355) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 5.9 KiB/s wr, 94 op/s 2024-04-19T14:36:32.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:32 smithi117 bash[21844]: cluster 2024-04-19T14:36:30.777341+0000 mgr.a (mgr.14355) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 5.9 KiB/s wr, 94 op/s 2024-04-19T14:36:32.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:32 smithi117 bash[21844]: audit 2024-04-19T14:36:31.524583+0000 mgr.a (mgr.14355) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:32.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:32 smithi117 bash[21844]: audit 2024-04-19T14:36:31.524583+0000 mgr.a (mgr.14355) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:32.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:32 smithi130 bash[22211]: cluster 2024-04-19T14:36:30.777341+0000 mgr.a (mgr.14355) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 5.9 KiB/s wr, 94 op/s 2024-04-19T14:36:32.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:32 smithi130 bash[22211]: cluster 2024-04-19T14:36:30.777341+0000 mgr.a (mgr.14355) 38 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 586 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 5.9 KiB/s wr, 94 op/s 2024-04-19T14:36:32.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:32 smithi130 bash[22211]: audit 2024-04-19T14:36:31.524583+0000 mgr.a (mgr.14355) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:32.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:32 smithi130 bash[22211]: audit 2024-04-19T14:36:31.524583+0000 mgr.a (mgr.14355) 39 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:33.419 INFO:teuthology.orchestra.run.smithi117.stderr:+ TOKEN_JSON='{ 2024-04-19T14:36:33.419 INFO:teuthology.orchestra.run.smithi117.stderr: "realm_name": "myrealm1", 2024-04-19T14:36:33.419 INFO:teuthology.orchestra.run.smithi117.stderr: "realm_id": "5cc95738-8025-4329-9b71-48915fbaede9", 2024-04-19T14:36:33.419 INFO:teuthology.orchestra.run.smithi117.stderr: "endpoint": "http://smithi130:5500", 2024-04-19T14:36:33.419 INFO:teuthology.orchestra.run.smithi117.stderr: "access_key": "PHD22EWHN4A4W0ME80Q1", 2024-04-19T14:36:33.420 INFO:teuthology.orchestra.run.smithi117.stderr: "secret": "itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ" 2024-04-19T14:36:33.420 INFO:teuthology.orchestra.run.smithi117.stderr:}' 2024-04-19T14:36:33.420 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5cc95738-8025-4329-9b71-48915fbaede9",' '"endpoint":' '"http://smithi130:5500",' '"access_key":' '"PHD22EWHN4A4W0ME80Q1",' '"secret":' '"itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ"' '}' 2024-04-19T14:36:33.420 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status '.realm_name == "myrealm1"' 2024-04-19T14:36:33.421 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-04-19T14:36:33.421 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5cc95738-8025-4329-9b71-48915fbaede9",' '"endpoint":' '"http://smithi130:5500",' '"access_key":' '"PHD22EWHN4A4W0ME80Q1",' '"secret":' '"itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ"' '}' 2024-04-19T14:36:33.422 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status '.endpoint | test("http://.+:\\d+")' 2024-04-19T14:36:33.424 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-04-19T14:36:33.425 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5cc95738-8025-4329-9b71-48915fbaede9",' '"endpoint":' '"http://smithi130:5500",' '"access_key":' '"PHD22EWHN4A4W0ME80Q1",' '"secret":' '"itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ"' '}' 2024-04-19T14:36:33.425 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status '.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")' 2024-04-19T14:36:33.427 INFO:teuthology.orchestra.run.smithi117.stdout:true 2024-04-19T14:36:33.428 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status .access_key 2024-04-19T14:36:33.428 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5cc95738-8025-4329-9b71-48915fbaede9",' '"endpoint":' '"http://smithi130:5500",' '"access_key":' '"PHD22EWHN4A4W0ME80Q1",' '"secret":' '"itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ"' '}' 2024-04-19T14:36:33.430 INFO:teuthology.orchestra.run.smithi117.stdout:"PHD22EWHN4A4W0ME80Q1" 2024-04-19T14:36:33.430 INFO:teuthology.orchestra.run.smithi117.stderr:+ echo '{' '"realm_name":' '"myrealm1",' '"realm_id":' '"5cc95738-8025-4329-9b71-48915fbaede9",' '"endpoint":' '"http://smithi130:5500",' '"access_key":' '"PHD22EWHN4A4W0ME80Q1",' '"secret":' '"itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ"' '}' 2024-04-19T14:36:33.430 INFO:teuthology.orchestra.run.smithi117.stderr:+ jq --exit-status .secret 2024-04-19T14:36:33.432 INFO:teuthology.orchestra.run.smithi117.stdout:"itjzI4nGMwyfANGHMkRyJWSuCz20I0YL3RZbgnwJ" 2024-04-19T14:36:33.845 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:33 smithi173 bash[22670]: audit 2024-04-19T14:36:32.288357+0000 mgr.a (mgr.14355) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:33.845 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:33 smithi173 bash[22670]: audit 2024-04-19T14:36:32.288357+0000 mgr.a (mgr.14355) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:33.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:33 smithi117 bash[21844]: audit 2024-04-19T14:36:32.288357+0000 mgr.a (mgr.14355) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:33.901 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:33 smithi117 bash[21844]: audit 2024-04-19T14:36:32.288357+0000 mgr.a (mgr.14355) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:33.971 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:33 smithi130 bash[22211]: audit 2024-04-19T14:36:32.288357+0000 mgr.a (mgr.14355) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:33.972 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:33 smithi130 bash[22211]: audit 2024-04-19T14:36:32.288357+0000 mgr.a (mgr.14355) 40 : audit [DBG] from='client.14961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:36:34.223 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-19T14:36:34.233 INFO:tasks.cephadm:Teardown begin 2024-04-19T14:36:34.233 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:34.248 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:34.262 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:36:34.276 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-19T14:36:34.276 DEBUG:teuthology.orchestra.run.smithi117:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:36:34.297 DEBUG:teuthology.orchestra.run.smithi130:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:36:34.309 DEBUG:teuthology.orchestra.run.smithi173:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:36:34.325 INFO:tasks.cephadm:Stopping all daemons... 2024-04-19T14:36:34.325 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-19T14:36:34.325 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a 2024-04-19T14:36:34.476 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:34 smithi117 systemd[1]: Stopping Ceph mon.a for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:34.651 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:34 smithi117 bash[21844]: debug 2024-04-19T14:36:34.476+0000 7fdd4f9b4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:36:34.651 INFO:journalctl@ceph.mon.a.smithi117.stdout:Apr 19 14:36:34 smithi117 bash[21844]: debug 2024-04-19T14:36:34.476+0000 7fdd4f9b4700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-19T14:36:35.257 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.a.service' 2024-04-19T14:36:35.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:35.289 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-19T14:36:35.289 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-19T14:36:35.289 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.b 2024-04-19T14:36:35.670 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:35 smithi130 systemd[1]: Stopping Ceph mon.b for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:35.670 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:35 smithi130 bash[22211]: debug 2024-04-19T14:36:35.438+0000 7fac6d2e3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:36:35.670 INFO:journalctl@ceph.mon.b.smithi130.stdout:Apr 19 14:36:35 smithi130 bash[22211]: debug 2024-04-19T14:36:35.438+0000 7fac6d2e3700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-19T14:36:36.217 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.b.service' 2024-04-19T14:36:36.246 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:36.246 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-19T14:36:36.246 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-19T14:36:36.246 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.c 2024-04-19T14:36:36.585 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:36 smithi173 systemd[1]: Stopping Ceph mon.c for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:36.585 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:36 smithi173 bash[22670]: debug 2024-04-19T14:36:36.392+0000 7f6c6789f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:36:36.585 INFO:journalctl@ceph.mon.c.smithi173.stdout:Apr 19 14:36:36 smithi173 bash[22670]: debug 2024-04-19T14:36:36.392+0000 7f6c6789f700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-19T14:36:37.355 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mon.c.service' 2024-04-19T14:36:37.382 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:37.382 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-19T14:36:37.382 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-19T14:36:37.382 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a 2024-04-19T14:36:37.651 INFO:journalctl@ceph.mgr.a.smithi117.stdout:Apr 19 14:36:37 smithi117 systemd[1]: Stopping Ceph mgr.a for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:38.344 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.a.service' 2024-04-19T14:36:38.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:38.365 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-19T14:36:38.365 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-19T14:36:38.365 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.b 2024-04-19T14:36:38.719 INFO:journalctl@ceph.mgr.b.smithi130.stdout:Apr 19 14:36:38 smithi130 systemd[1]: Stopping Ceph mgr.b for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:39.264 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@mgr.b.service' 2024-04-19T14:36:39.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:39.288 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-19T14:36:39.288 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-19T14:36:39.288 DEBUG:teuthology.orchestra.run.smithi117:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.0 2024-04-19T14:36:39.652 INFO:journalctl@ceph.osd.0.smithi117.stdout:Apr 19 14:36:39 smithi117 systemd[1]: Stopping Ceph osd.0 for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:39.652 INFO:journalctl@ceph.osd.0.smithi117.stdout:Apr 19 14:36:39 smithi117 bash[32184]: debug 2024-04-19T14:36:39.444+0000 7f6689f48700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:36:39.652 INFO:journalctl@ceph.osd.0.smithi117.stdout:Apr 19 14:36:39 smithi117 bash[32184]: debug 2024-04-19T14:36:39.444+0000 7f6689f48700 -1 osd.0 33 *** Got signal Terminated *** 2024-04-19T14:36:39.652 INFO:journalctl@ceph.osd.0.smithi117.stdout:Apr 19 14:36:39 smithi117 bash[32184]: debug 2024-04-19T14:36:39.444+0000 7f6689f48700 -1 osd.0 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T14:36:45.637 INFO:journalctl@ceph.osd.0.smithi117.stdout:Apr 19 14:36:45 smithi117 bash[63038]: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-osd-0 2024-04-19T14:36:45.637 INFO:journalctl@ceph.osd.0.smithi117.stdout:Apr 19 14:36:45 smithi117 bash[63440]: Error response from daemon: No such container: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-osd-0 2024-04-19T14:36:47.351 DEBUG:teuthology.orchestra.run.smithi117:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.0.service' 2024-04-19T14:36:47.385 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:47.385 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-19T14:36:47.385 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-19T14:36:47.386 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.1 2024-04-19T14:36:47.722 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:47 smithi130 systemd[1]: Stopping Ceph osd.1 for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:47.722 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:47 smithi130 bash[27203]: debug 2024-04-19T14:36:47.533+0000 7f0c3d43a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:36:47.722 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:47 smithi130 bash[27203]: debug 2024-04-19T14:36:47.533+0000 7f0c3d43a700 -1 osd.1 33 *** Got signal Terminated *** 2024-04-19T14:36:47.722 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:47 smithi130 bash[27203]: debug 2024-04-19T14:36:47.533+0000 7f0c3d43a700 -1 osd.1 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T14:36:53.721 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:53 smithi130 bash[32537]: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-osd-1 2024-04-19T14:36:53.722 INFO:journalctl@ceph.osd.1.smithi130.stdout:Apr 19 14:36:53 smithi130 bash[32735]: Error response from daemon: No such container: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-osd-1 2024-04-19T14:36:55.860 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.1.service' 2024-04-19T14:36:55.894 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:36:55.894 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-19T14:36:55.894 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-19T14:36:55.894 DEBUG:teuthology.orchestra.run.smithi173:> sudo systemctl stop ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.2 2024-04-19T14:36:56.349 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:36:55 smithi173 systemd[1]: Stopping Ceph osd.2 for c4ff571a-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:36:56.349 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:36:56 smithi173 bash[27904]: debug 2024-04-19T14:36:56.052+0000 7f2856d53700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:36:56.349 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:36:56 smithi173 bash[27904]: debug 2024-04-19T14:36:56.052+0000 7f2856d53700 -1 osd.2 33 *** Got signal Terminated *** 2024-04-19T14:36:56.349 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:36:56 smithi173 bash[27904]: debug 2024-04-19T14:36:56.052+0000 7f2856d53700 -1 osd.2 33 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T14:37:02.348 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:37:01 smithi173 bash[32560]: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-osd-2 2024-04-19T14:37:02.348 INFO:journalctl@ceph.osd.2.smithi173.stdout:Apr 19 14:37:02 smithi173 bash[32851]: Error response from daemon: No such container: ceph-c4ff571a-fe58-11ee-bc92-c7b262605968-osd-2 2024-04-19T14:37:03.828 DEBUG:teuthology.orchestra.run.smithi173:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c4ff571a-fe58-11ee-bc92-c7b262605968@osd.2.service' 2024-04-19T14:37:03.870 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:37:03.870 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-19T14:37:03.871 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T14:37:04.036 INFO:teuthology.orchestra.run.smithi117.stdout:Deleting cluster with fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:37:06.640 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T14:37:06.809 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:37:22.842 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T14:37:23.012 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:37:38.822 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:37:38.836 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:37:38.851 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:37:38.863 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-19T14:37:38.865 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi117/crash 2024-04-19T14:37:38.866 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash -- . 2024-04-19T14:37:38.890 INFO:teuthology.orchestra.run.smithi117.stderr:tar: /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T14:37:38.890 INFO:teuthology.orchestra.run.smithi117.stderr:tar: Error is not recoverable: exiting now 2024-04-19T14:37:38.892 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi130/crash 2024-04-19T14:37:38.893 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash -- . 2024-04-19T14:37:38.905 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T14:37:38.905 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2024-04-19T14:37:38.907 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi173/crash 2024-04-19T14:37:38.908 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash -- . 2024-04-19T14:37:38.918 INFO:teuthology.orchestra.run.smithi173.stderr:tar: /var/lib/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T14:37:38.919 INFO:teuthology.orchestra.run.smithi173.stderr:tar: Error is not recoverable: exiting now 2024-04-19T14:37:38.920 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-19T14:37:38.920 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-19T14:37:38.949 INFO:teuthology.orchestra.run.smithi117.stdout:2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:37:38.950 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-19T14:37:38.950 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[SEC\]' /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-19T14:37:39.004 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[ERR\]' /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-19T14:37:39.060 DEBUG:teuthology.orchestra.run.smithi117:> sudo egrep '\[WRN\]' /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-19T14:37:39.115 INFO:teuthology.orchestra.run.smithi117.stdout:2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.0 on host smithi117 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:37:39.115 INFO:tasks.cephadm:Compressing logs... 2024-04-19T14:37:39.116 DEBUG:teuthology.orchestra.run.smithi117:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-19T14:37:39.161 DEBUG:teuthology.orchestra.run.smithi130:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-19T14:37:39.163 DEBUG:teuthology.orchestra.run.smithi173:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-19T14:37:39.168 INFO:teuthology.orchestra.run.smithi117.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T14:37:39.175 INFO:teuthology.orchestra.run.smithi130.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T14:37:39.177 INFO:teuthology.orchestra.run.smithi173.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T14:37:39.178 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T14:37:39.178 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.0.log 2024-04-19T14:37:39.179 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.a.log 2024-04-19T14:37:39.180 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T14:37:39.180 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log 2024-04-19T14:37:39.180 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T14:37:39.180 INFO:teuthology.orchestra.run.smithi117.stderr: 83.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T14:37:39.180 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T14:37:39.181 INFO:teuthology.orchestra.run.smithi117.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mgr.a.log 2024-04-19T14:37:39.181 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log: /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log: 86.3% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T14:37:39.182 INFO:teuthology.orchestra.run.smithi117.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mgr.a.log: 90.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T14:37:39.182 INFO:teuthology.orchestra.run.smithi117.stderr: 84.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T14:37:39.185 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T14:37:39.186 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.2.log 2024-04-19T14:37:39.186 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T14:37:39.188 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T14:37:39.188 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi173.otahay.log 2024-04-19T14:37:39.188 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log 2024-04-19T14:37:39.188 INFO:teuthology.orchestra.run.smithi173.stderr: 81.4% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T14:37:39.188 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi173.otahay.log: 59.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi173.otahay.log.gz 2024-04-19T14:37:39.188 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T14:37:39.189 INFO:teuthology.orchestra.run.smithi173.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.c.log 2024-04-19T14:37:39.189 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log: /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T14:37:39.190 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.c.log: 86.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T14:37:39.190 INFO:teuthology.orchestra.run.smithi173.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log: 79.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T14:37:39.191 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi130.zleuti.log 2024-04-19T14:37:39.191 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T14:37:39.191 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi130.zleuti.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.1.log 2024-04-19T14:37:39.191 INFO:teuthology.orchestra.run.smithi130.stderr: 71.9%/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log: -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-client.rgw.myrealm1.myzone1.smithi130.zleuti.log.gz 2024-04-19T14:37:39.191 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log 2024-04-19T14:37:39.192 INFO:teuthology.orchestra.run.smithi173.stderr: 90.1% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr: 81.4% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.1.log: -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mgr.b.log 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log: 81.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr: 86.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr:gzip -5 --verbose -- /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.b.log 2024-04-19T14:37:39.193 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mgr.b.log: /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T14:37:39.195 INFO:teuthology.orchestra.run.smithi117.stderr: 91.7% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T14:37:39.199 INFO:teuthology.orchestra.run.smithi130.stderr: 90.6% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mgr.b.log.gz 2024-04-19T14:37:39.202 INFO:teuthology.orchestra.run.smithi173.stderr: 91.7% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T14:37:39.207 INFO:teuthology.orchestra.run.smithi130.stderr: 91.7% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T14:37:39.256 INFO:teuthology.orchestra.run.smithi173.stderr: 93.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.c.log.gz 2024-04-19T14:37:39.268 INFO:teuthology.orchestra.run.smithi130.stderr: 92.8% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.b.log.gz 2024-04-19T14:37:39.288 INFO:teuthology.orchestra.run.smithi117.stderr: 88.1% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mgr.a.log.gz 2024-04-19T14:37:39.436 INFO:teuthology.orchestra.run.smithi117.stderr: 91.8% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-mon.a.log.gz 2024-04-19T14:37:39.530 INFO:teuthology.orchestra.run.smithi117.stderr: 94.1% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.0.log.gz 2024-04-19T14:37:39.531 INFO:teuthology.orchestra.run.smithi117.stderr: 2024-04-19T14:37:39.531 INFO:teuthology.orchestra.run.smithi117.stderr:real 0m0.368s 2024-04-19T14:37:39.532 INFO:teuthology.orchestra.run.smithi117.stderr:user 0m0.717s 2024-04-19T14:37:39.532 INFO:teuthology.orchestra.run.smithi117.stderr:sys 0m0.039s 2024-04-19T14:37:39.548 INFO:teuthology.orchestra.run.smithi173.stderr: 94.1% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.2.log.gz 2024-04-19T14:37:39.550 INFO:teuthology.orchestra.run.smithi173.stderr: 2024-04-19T14:37:39.550 INFO:teuthology.orchestra.run.smithi173.stderr:real 0m0.382s 2024-04-19T14:37:39.550 INFO:teuthology.orchestra.run.smithi173.stderr:user 0m0.442s 2024-04-19T14:37:39.550 INFO:teuthology.orchestra.run.smithi173.stderr:sys 0m0.033s 2024-04-19T14:37:39.601 INFO:teuthology.orchestra.run.smithi130.stderr: 94.0% -- replaced with /var/log/ceph/c4ff571a-fe58-11ee-bc92-c7b262605968/ceph-osd.1.log.gz 2024-04-19T14:37:39.602 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-19T14:37:39.602 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.437s 2024-04-19T14:37:39.602 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.511s 2024-04-19T14:37:39.602 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.040s 2024-04-19T14:37:39.603 INFO:tasks.cephadm:Archiving logs... 2024-04-19T14:37:39.603 DEBUG:teuthology.misc:Transferring archived files from smithi117:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi117/log 2024-04-19T14:37:39.604 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T14:37:39.729 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi130/log 2024-04-19T14:37:39.730 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T14:37:39.809 DEBUG:teuthology.misc:Transferring archived files from smithi173:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi173/log 2024-04-19T14:37:39.810 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T14:37:39.882 INFO:tasks.cephadm:Removing cluster... 2024-04-19T14:37:39.883 DEBUG:teuthology.orchestra.run.smithi117:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 --force 2024-04-19T14:37:40.043 INFO:teuthology.orchestra.run.smithi117.stdout:Deleting cluster with fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:37:41.392 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 --force 2024-04-19T14:37:41.560 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:37:42.899 DEBUG:teuthology.orchestra.run.smithi173:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c4ff571a-fe58-11ee-bc92-c7b262605968 --force 2024-04-19T14:37:43.068 INFO:teuthology.orchestra.run.smithi173.stdout:Deleting cluster with fsid: c4ff571a-fe58-11ee-bc92-c7b262605968 2024-04-19T14:37:44.421 INFO:tasks.cephadm:Removing cephadm ... 2024-04-19T14:37:44.422 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T14:37:44.428 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T14:37:44.435 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T14:37:44.441 INFO:tasks.cephadm:Teardown complete 2024-04-19T14:37:44.441 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-19T14:37:44.452 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-19T14:37:44.452 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T14:37:44.473 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T14:37:44.477 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T14:37:44.556 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-19T14:37:44.565 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-19T14:37:44.566 DEBUG:teuthology.orchestra.run.smithi117:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:37:44.568 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:37:44.570 DEBUG:teuthology.orchestra.run.smithi173:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:37:44.579 INFO:teuthology.orchestra.run.smithi117.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:37:44.579 INFO:teuthology.orchestra.run.smithi117.stdout:============================================================================== 2024-04-19T14:37:44.579 INFO:teuthology.orchestra.run.smithi117.stdout:*hv01.front.sepi 44.4.53.2 2 u 60 64 377 0.072 -2.355 1.187 2024-04-19T14:37:44.579 INFO:teuthology.orchestra.run.smithi117.stdout:+hv02.front.sepi 63.231.80.2 3 u 62 64 377 0.084 -0.189 1.705 2024-04-19T14:37:44.579 INFO:teuthology.orchestra.run.smithi117.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.073 -1.523 1.159 2024-04-19T14:37:44.579 INFO:teuthology.orchestra.run.smithi117.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-19T14:37:44.583 INFO:teuthology.orchestra.run.smithi173.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:37:44.583 INFO:teuthology.orchestra.run.smithi173.stdout:============================================================================== 2024-04-19T14:37:44.583 INFO:teuthology.orchestra.run.smithi173.stdout:*hv01.front.sepi 44.4.53.2 2 u 56 64 377 0.095 -1.677 2.722 2024-04-19T14:37:44.584 INFO:teuthology.orchestra.run.smithi173.stdout:+hv02.front.sepi 63.231.80.2 3 u 65 64 377 0.108 -4.149 2.718 2024-04-19T14:37:44.584 INFO:teuthology.orchestra.run.smithi173.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 64 377 0.082 -2.818 1.823 2024-04-19T14:37:44.584 INFO:teuthology.orchestra.run.smithi173.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-19T14:37:44.585 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:37:44.585 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2024-04-19T14:37:44.585 INFO:teuthology.orchestra.run.smithi130.stdout:*hv01.front.sepi 44.4.53.2 2 u 3 64 377 0.070 -2.852 1.081 2024-04-19T14:37:44.585 INFO:teuthology.orchestra.run.smithi130.stdout:+hv02.front.sepi 63.231.80.2 3 u 50 64 377 0.121 -2.012 1.280 2024-04-19T14:37:44.585 INFO:teuthology.orchestra.run.smithi130.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 64 377 0.088 -3.134 1.927 2024-04-19T14:37:44.586 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-19T14:37:44.586 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T14:37:44.661 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T14:37:44.662 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T14:37:44.756 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T14:37:44.820 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T14:37:44.836 INFO:teuthology.task.internal:Duration was 1531.991381 seconds 2024-04-19T14:37:44.837 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T14:37:44.845 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T14:37:44.846 DEBUG:teuthology.orchestra.run.smithi117:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:37:44.848 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:37:44.850 DEBUG:teuthology.orchestra.run.smithi173:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:37:44.887 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T14:37:44.887 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi117.front.sepia.ceph.com 2024-04-19T14:37:44.887 DEBUG:teuthology.orchestra.run.smithi117:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:37:44.932 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-04-19T14:37:44.933 DEBUG:teuthology.orchestra.run.smithi130:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:37:44.942 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi173.front.sepia.ceph.com 2024-04-19T14:37:44.942 DEBUG:teuthology.orchestra.run.smithi173:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:37:44.951 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T14:37:44.952 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:37:44.976 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:37:44.985 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:37:45.029 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T14:37:45.029 DEBUG:teuthology.orchestra.run.smithi117:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:37:45.057 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:37:45.061 DEBUG:teuthology.orchestra.run.smithi173:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:37:45.157 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T14:37:45.167 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T14:37:45.168 DEBUG:teuthology.orchestra.run.smithi117:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:37:45.179 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:37:45.191 DEBUG:teuthology.orchestra.run.smithi173:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:37:45.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T14:37:45.214 DEBUG:teuthology.orchestra.run.smithi117:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:37:45.225 DEBUG:teuthology.orchestra.run.smithi130:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:37:45.233 INFO:teuthology.orchestra.run.smithi117.stdout:kernel.core_pattern = core 2024-04-19T14:37:45.237 DEBUG:teuthology.orchestra.run.smithi173:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:37:45.245 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-04-19T14:37:45.257 INFO:teuthology.orchestra.run.smithi173.stdout:kernel.core_pattern = core 2024-04-19T14:37:45.283 DEBUG:teuthology.orchestra.run.smithi117:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:37:45.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:37:45.303 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:37:45.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:37:45.328 DEBUG:teuthology.orchestra.run.smithi173:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:37:45.332 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:37:45.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T14:37:45.343 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T14:37:45.344 DEBUG:teuthology.misc:Transferring archived files from smithi117:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi117 2024-04-19T14:37:45.344 DEBUG:teuthology.orchestra.run.smithi117:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:37:45.369 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi130 2024-04-19T14:37:45.369 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:37:45.395 DEBUG:teuthology.misc:Transferring archived files from smithi173:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526/remote/smithi173 2024-04-19T14:37:45.395 DEBUG:teuthology.orchestra.run.smithi173:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:37:45.418 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T14:37:45.418 DEBUG:teuthology.orchestra.run.smithi117:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:37:45.420 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:37:45.437 DEBUG:teuthology.orchestra.run.smithi173:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:37:45.464 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T14:37:45.476 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T14:37:45.476 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T14:37:45.548 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T14:37:45.549 DEBUG:teuthology.orchestra.run.smithi117:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:37:45.551 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:37:45.553 DEBUG:teuthology.orchestra.run.smithi173:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:37:45.555 INFO:teuthology.orchestra.run.smithi117.stdout: 658739 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:37 /home/ubuntu/cephtest 2024-04-19T14:37:45.557 INFO:teuthology.orchestra.run.smithi130.stdout: 658741 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:37 /home/ubuntu/cephtest 2024-04-19T14:37:45.559 INFO:teuthology.orchestra.run.smithi173.stdout: 658507 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:37 /home/ubuntu/cephtest 2024-04-19T14:37:45.561 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T14:37:45.616 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T14:37:45.710 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T14:37:45.736 DEBUG:teuthology.nuke:shortname: smithi117 2024-04-19T14:37:45.736 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:37:45.756 DEBUG:teuthology.nuke:shortname: smithi130 2024-04-19T14:37:45.756 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:37:45.760 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi117.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.845363', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDxR42McQ94fHieONtSwzXmHOFQVC7S5D0JCNnYI0GUlNLDnsJrOZ10CrUm2LSrP+7Wd51zP4GQdNCbkyJa7L1U='} 2024-04-19T14:37:45.776 DEBUG:teuthology.nuke:shortname: smithi173 2024-04-19T14:37:45.776 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:37:45.785 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.842621', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD19N4Cpmh5hVDYm41SCnGi0s6WERdEKuj5dz6qs7k8ByZj2efmtiTFNNkoJiGsksG2Lx9Mi6FCoyaILsIUzXs8='} 2024-04-19T14:37:45.800 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi173.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663526', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:52:20.844085', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN12y/RaOR8GavMvDghbfHe1UQetT9E7FyWxy/jMeswkPiDr3LfxgFZpXGgN8QRgWwewB/lNJ0JTl2HTgQMSsM4='} 2024-04-19T14:37:45.809 INFO:teuthology.orchestra.console.smithi117:Power off 2024-04-19T14:37:45.810 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:37:45.835 DEBUG:teuthology.orchestra.console.smithi117:power off output: Chassis Power Control: Down/Off 2024-04-19T14:37:45.835 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:45.850 INFO:teuthology.orchestra.console.smithi130:Power off 2024-04-19T14:37:45.850 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:37:45.862 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-04-19T14:37:45.874 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2024-04-19T14:37:45.874 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:45.888 INFO:teuthology.orchestra.console.smithi173:Power off 2024-04-19T14:37:45.888 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:37:45.899 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-19T14:37:45.912 DEBUG:teuthology.orchestra.console.smithi173:power off output: Chassis Power Control: Down/Off 2024-04-19T14:37:45.912 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:45.934 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-04-19T14:37:49.863 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:49.899 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:49.936 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:49.973 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is on 2024-04-19T14:37:50.009 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-19T14:37:50.046 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-04-19T14:37:53.977 DEBUG:teuthology.orchestra.console.smithi117:pexpect command: ipmitool -H smithi117.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:54.010 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:54.046 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:54.087 DEBUG:teuthology.orchestra.console.smithi117:check power output: Chassis Power is off 2024-04-19T14:37:54.119 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2024-04-19T14:37:54.155 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is on 2024-04-19T14:37:54.189 INFO:teuthology.orchestra.console.smithi117:Power off completed 2024-04-19T14:37:54.220 INFO:teuthology.orchestra.console.smithi130:Power off completed 2024-04-19T14:37:58.161 DEBUG:teuthology.orchestra.console.smithi173:pexpect command: ipmitool -H smithi173.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:37:58.272 DEBUG:teuthology.orchestra.console.smithi173:check power output: Chassis Power is off 2024-04-19T14:37:58.372 INFO:teuthology.orchestra.console.smithi173:Power off completed 2024-04-19T14:37:58.480 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 1531.991380929947 failure_reason: '"2024-04-19T14:32:22.752615+0000 mon.a (mon.0) 432 : cluster [WRN] Health check failed: 1 stray daemon(s) [''stray daemon osd.0 on host smithi117 not managed by cephadm''] not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_adking@teuthology success: false 2024-04-19T14:37:58.480 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:37:58.560 INFO:teuthology.run:FAIL